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

file as input for RFBIBL00 program

Former Member
0 Likes
765

Hi ,

I want to create fie on application server as input for standard program RFBIBL00.

i can create file using bgr00,bbkpf and bbseg structures..i will pass internal table data to those structures and transfer it to applocatuon server file but some of the internal table fields does not matching with bbkpf and bbseg structures like awkey(reference key ) not available in bbkpf structure. so please help to put my internal data into application server file and then file as input to RFBIBL00..

Please help me..

Hi ,

I want to create fie on application server as input for standard program RFBIBL00.

i can create file using bgr00,bbkpf and bbseg structures..i will pass internal table data to those structures and transfer it to applocatuon server file but some of the internal table fields does not matching with bbkpf and bbseg structures like awkey(reference key ) not available in bbkpf structure. so please help to put my internal data into application server file and then file as input to RFBIBL00..

Please help me..

3 REPLIES 3
Read only

madhu_vadlamani
Active Contributor
0 Likes
715

Hi Ramu,

Did you check the documentation .

Regards,

Madhu.

Read only

0 Likes
715

I have checked documentation of Program RFBIBL00 but this will post documents which fields have in BBKPF , BBSEG structures only..if i add one extra filed to any one of those fields then program will work fine or not?

Read only

VijayCR
Active Contributor
0 Likes
715


Hello Ramu,

You cannot addd extra fields like that if your requirement is to reverse the document then go for the  BAPI BAPI_ACC_DOCUMENT_POST is the best option.

Thanks,

VJ.