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

BAPI is not Executing through Program..

0 Likes
1,650

Hello Experts,

I am using BAPI_ACC_DOCUMENT_POST for account posting, on stand alone(Transaction SE37) this bapi is running successfully but while creating program

(Transaction SE38) this bapi is not executing and starts giving error to maintain data which are already maintained.

Please Suggest

Thanks in Advance

Sushil Kumar Shrivastava

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,203

Usually this comes from wrong external format, conversion-exits not executed, SE37 will convert input to internal format when your program doesn't.

Regards,
Raymond

Read only

0 Likes
1,203

Thanks Issue resolved .. Same problem you identify...