Application Development 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: 

IS there a standard BAPI in the BOR used for T-CODE 'FB50' ?

Former Member
0 Kudos

IS there a standard BAPI in the BOR used for T-CODE 'FB50' ? I want to program a interface which use 'FB50' just like 'PurchaseOrder' bapi 'CreateFromData1' uses the T-CODE 'ME21N'?

IF there is not ,what can i do ,

Can i write 'BDC' in my own BAPI ?

4 REPLIES 4

Former Member
0 Kudos

Hi Chenglei,

I don't think there's a BAPI available for this purpose. You can certainly write your own BDC for accomplishing the same.

BDC / Call Transaction is also a safe method of updatin the transaction data into SAP. All the consistency checks will be taken car of.

Regards,

Anand Mandalika.

Former Member
0 Kudos

hi chenglei,

i think u can use the bapi 'BAPI_ACC_GL_POSTING_POST'.

and i think you can also write a bdc in your own bapi too.

regards

kingshuk dutta

andreas_mann3
Active Contributor
0 Kudos

Hi,

use interface RFBIBL00 - it's the easiest way to

create posting documents - and it's well documented

regards Andreas

andreas_mann3
Active Contributor
0 Kudos

pls delete