Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Batch Input - RFBIBL00

Former Member
0 Likes
617

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.

2 REPLIES 2
Read only

Former Member
0 Likes
483

Use program RFBIBLT0 to generate a test file. Use that as a template and replace the values using your own values.

Srinivas

Read only

Former Member
0 Likes
483

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.