Pages

Tuesday 19 August 2014

[Ask] How to Generate Sample Data in The Tables of the Flight Application?

SAP memiliki beberapa contoh program DEMO yang berguna bagi para ABAPer untuk dipelajari. Program-program demo tersebut menggunakan data demo pada table-table flight seperti : SPFLI, SFLIGHT, SBOOK. Namun terkadang pada sistem SAP kita atau pada IDES, data flight yang tersedia cuma sedikit atau bahkan tidak ada. Sehingga kita tidak bisa menjalankan program demo SAP tersebut dengan baik. Berikut adalah langkah-langkah generate data flight demo application table.

Q :
I need more data in flight table (spfli, sflight, sbook, etc.) for running demo program purpose. How to generate sample data into these table?

A :  
Open Tcode : SE38 (ABAP Editor). Execute program : SAPBC_DATA_GENERATOR . This program generates suitable sample data in the tables of the flight data application, and initializes the number ranges, for example. Note the program completely deletes any existing data.  For more information about Testing the Flight Data Application : here.


Choose the number of table entries. I choose standard data record. 
Executed the program.

Check data table flight in SE16N.

No comments:

Post a Comment