ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • LDB(Logical database) 관련
    SAP others 2014. 2. 17. 20:55
    반응형

    LDB(Logical database)관련

    LDB관련 쉬운 예제 설명나온 포스팅

    ABAP 교재 혹은 ABAP 책자를 완독하는 것이 가장 확실하 게 아는 방법이겠지만, 시간이 급하거나 개념만 잡고 싶 다면 예제 하나만 제대로 관찰해도 좋을 듯 싶습니다. SAP R/3 엔 항공예약시스템이 셈플 프로그램으로 들어있 는데, 그와 관련한 테이블들을 적당하게 묶어놓은 로지 컬데이타베이스가 바로 F1S랍니다.

    Selection screen을 직접 coding 하지 않아도 된다고 하는데.. 반복되는 프로그램에 적용해볼 만.
    4. 로지컬데이타베이스 사용법 프로그램을 하나 만들어봅시다. zldb_test라는 이름으로 하 나 만듭시다. se38 트랜젝션에서 zldb_test를 입력하고, create 버튼을 클릭하십시오. 적당힌 title을 적으세요. Type을 1로 세팅합니다. 로지컬데이타베이스를 이용하는 프 로그램은 무조건 타입이 1이어야 합니다. Application엔 *로 세팅 Logical database 란에는 F1S를 적습니다. save 버튼을 클릭 후 로컬에 저장합니다. 다음은 이 프로그램의 쏘스입니다. REPORT ZLDB_TEST . NODES: SPFLI, SFLIGHT, SBOOK. 프로그램을 실행하고 음미해보십시오.

    HR 모듈관련 LDB 예제
    A LDB provides read-only access on a group of related database tables to ABAP programs. There are various advantages of creating HR Reports using LDB such as the automatic use of Central Authorizations, High performance, In-built validation to check user input and Meaningful data access through standard selection-screen .

    SCN 포럼에서 LBD 관련 설명
    logical database performs the following functions 1. data retrieval. 2. screening. 3.automatic authorisation checks.   The LDB is special type of ABAP program that combines the contents of certain related database tables and retrieve some related data and make it available to application programs.

    이것도 비슷한 예제 HR 관련
    Logical data is important part in ABAP HR programming. SAP Provides many LDB to use the data in perfect way without much coding. We normally use PNP, PNPCE LDB in HR ABAP reports and use Standard LDB screens report.

    LDB의 Demo 예제 소스 
    Demo program using the logical database PNP By Chandeep Singh, Fujitsu India

    *정리
    LDB (Logical database)
    빈도가 높은 데이터(테이블), 그 Data를 조회하기 위해 Join이 자주 사용, 프로그램 조회 조건이 유사, 하나의 패키지로 생성하여 재사용
    selection screen을 자동으로 생성

    2/14

    'SAP others' 카테고리의 다른 글

    SE80 개발프로그램 리스트 프레임 조정설정  (0) 2014.02.17
    Lock object 관련  (0) 2014.02.17
    BDC 샘플 관련  (0) 2014.02.14

    댓글

회계와 IT의 교차점.. as-is SAP FI Con, to-be indirect heavy investor.