‎2006 Jan 28 12:08 PM
Hi,
Please provide me source code for Batch Input Program,to populate BBSEG and BBKPF structures, and to run the RFBIBL00 using BI_START_JOB function module.
Regards,
KC Ranjan.
‎2006 Jan 28 5:25 PM
Use program RFBIBLT0 to generate a test file. Use that as a template and replace the values using your own values.
Srinivas
‎2006 Jan 29 2:54 PM
Populate the Flat File STructure as follows
1. First BGR000 structure, the first character should be 0.
2. Populate header, BBKPF, this line shpould start with 1
3. Populate Segment BBSEG, this line should start with 2
Do not forget to fill the NO-DATA field. For example if i choose no-data field as '/' then all the fields in the structures which do not have data should be populated with '/' .
Hope this helps.