‎2015 Apr 08 8:46 AM
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.
‎2015 Apr 08 11:10 AM
BAPI's are not meant to have any GUI.
Please check for any custom code implemented and the trigger location of the alv.
‎2015 Apr 08 11:10 AM
BAPI's are not meant to have any GUI.
Please check for any custom code implemented and the trigger location of the alv.
‎2015 Apr 10 8:10 AM
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.
‎2015 Apr 13 9:34 AM
Yes, BAPIs are not meant to have any screen or they will loose there sole purpose.
‎2015 Apr 08 11:15 AM
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.
‎2015 Apr 10 8:12 AM
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.