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

While posting FI document using BAPI_ACC_DOCUMENT_POST function module I am getting one ALV with Service Tax IV details

Former Member
0 Likes
850

While posting FI document using BAPI_ACC_DOCUMENT_POST function module I am getting one ALV screen with Service Tax IV details, how to go further from screen for posting document.

Same ALV screen is attached below. Please check and do the needful.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
792

BAPI's are not meant to have any GUI.

Please check for any custom code implemented and the trigger location of the alv.

5 REPLIES 5
Read only

Former Member
0 Likes
793

BAPI's are not meant to have any GUI.

Please check for any custom code implemented and the trigger location of the alv.

Read only

0 Likes
792

Thanks Ashish, I have checked this is custom screen. but I think not recomended to add any custom code to standard BAPI's right.

Thank You.

Read only

0 Likes
792

Yes, BAPIs are not meant to have any screen or they will loose there sole purpose.

Read only

sagar_pawar14
Explorer
0 Likes
792

BAPI BAPI_ACC_DOCUMENT_POST wont produce any ALV/any screen , it just posts the accounting document.

The Screen seems to be some output of your custom code

Recheck your custom code.

Read only

0 Likes
792

Thanks Sagar, I have checked this is custom screen. but I think not recomended to add any custom code or screens to standard BAPI's right.

Thank You.