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

submit report in BAPI

Former Member
0 Likes
1,003

Hi all,

Is there is any restriction in using <b>submit report and return</b> statement in BAPI function modules ?

Thanks ,

Joby

1 ACCEPTED SOLUTION
Read only

490

hi,

the below guidelines has to be followed while developing BAPIs.

1.BAPI must not contain CALL TRANSACTION or SUBMIT REPORT.

2.BAPI must not invoke a COMMIT WORK.instead use the BAPI.transaction commit to execute the commit after the BAPI has executed.

3.BAPI structures must not use includes.

4.There should be no Functional dependencies b/w two BAPIs.

<b>if helpful reward some points.</b>

1 REPLY 1
Read only

491

hi,

the below guidelines has to be followed while developing BAPIs.

1.BAPI must not contain CALL TRANSACTION or SUBMIT REPORT.

2.BAPI must not invoke a COMMIT WORK.instead use the BAPI.transaction commit to execute the commit after the BAPI has executed.

3.BAPI structures must not use includes.

4.There should be no Functional dependencies b/w two BAPIs.

<b>if helpful reward some points.</b>