SE38에서 프로그램 SAPBC_DATA_GENERATOR 을 실행하면
FLIGHT 데모 테이블(SFLIGHT SPFLI SCURX SCARR 등) 예제 데이터가 생성됩니다.
참고 링크2: http://help.sap.com/saphelp_nw73/helpdata/en/cf/21f304446011d189700000e8322d00/content.htm
The most important tables of the flight model are:
● T000: Client table
● SCURX: Currencies (key: currency key)
● SBUSPART: Business partner (key: client, partner number)
● STRAVELAG: Travel agencies (key: client, travel agency number)
● SCUSTOM: Customers (key: client, customer number)
● SCARR: Carriers (key: client, carrier ID)
● SCOUNTER: Sales counters (key: client, carrier ID, sales counter number)
● SPFLI: Flight schedule (key: client, carrier ID, connection number)
● SFLIGHT: Flights (key: client, carrier ID, connection number, date of flight)
● SBOOK: Flight bookings (key: client, carrier ID, connection number, date of flight, booking number, customer number)
'ABAP' 카테고리의 다른 글
[번역] abap2xlsx 설치 방법 (0) | 2016.08.12 |
---|---|
[링크] ABAP 메시지 발생 위치를 찾는 6가지 방법 (디버깅 팁) (0) | 2013.12.20 |
아밥 줄바꿈 문자 ABAP newline character (0) | 2013.06.13 |
SU01 권한 디버깅 (0) | 2012.06.12 |
LOOP INTO 와 LOOP ASSIGNING 속도 비교. 필드심볼 사용으로 실행 시간을 줄이자. (0) | 2012.05.23 |