‎2009 Feb 06 1:11 PM
Hi friends,
I have a doubt please clarify that,
Can we execute BAPI directly from se37 or not, give me the reason please.
‎2009 Feb 06 1:27 PM
Hi,
You can execute the BAPI's directly from SE37, they will run to its entirety giving you messages if it executed successfully.
However some BAPI's dont have the COMMIT WORK and therefore the document will not be created in the database immediately. For such BAPI's you must also execute the BAPI_TRANSACTION_COMMIT after the original BAPI.
regards,
Advait
‎2009 Feb 06 1:14 PM
Hi,
Yes we can execute BAPI directly through SE37 by entering import parameters.
Best Regards,
Deepa Kulkarni
‎2009 Feb 06 1:17 PM
BAPI's are implemented as Function Modules. Like every FM, they are maintained with the Function Builder (transaction SE37).
The only things needed to use BAPI's is:
The BAPI's name
Interface Usage; that is, how import, export and tables parameters must be populated for correct usage
‎2009 Feb 06 1:26 PM
yes u can do. u need to know the parameters to be passed and wat r the export parameters.
u can also check the documentation.
if u click on debug, it will take u to the debug mode and chk the code processing.
‎2009 Feb 06 1:27 PM
Hi,
You can execute the BAPI's directly from SE37, they will run to its entirety giving you messages if it executed successfully.
However some BAPI's dont have the COMMIT WORK and therefore the document will not be created in the database immediately. For such BAPI's you must also execute the BAPI_TRANSACTION_COMMIT after the original BAPI.
regards,
Advait