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

fb50

Former Member
0 Likes
525

Here my requirement is to upload the data from excel file to sap system.i am using the tcode fb50. In this we have header and line items. for each header we have two line items. one line item is credit another one is debit. Here my mandatory fields for header items r companycode,posting date,document date. line items fields r glaccount,credit/debit,amount. So please send the code for this.i am not getting.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
483

You can use BAPI 'BAPI_ACC_DOCUMENT_POST" by passing the relavent parameters.

Check out the FM documentation in SE37 and proceed. The forum is there to help you if you are stuck up with some issue but not to provide you with code.

2 REPLIES 2
Read only

Former Member
0 Likes
483

Look at standard SAP program RFBIBL00.

Rob

Read only

Former Member
0 Likes
484

You can use BAPI 'BAPI_ACC_DOCUMENT_POST" by passing the relavent parameters.

Check out the FM documentation in SE37 and proceed. The forum is there to help you if you are stuck up with some issue but not to provide you with code.