SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Single BAPI that writes to Tables via COMMIT

SumanaSoori
Participant
0 Kudos

Hello All,

Amongst the various BAPI's / Function Modules available in SAP ISU(see attachment), is there any one which on execution captures the information entered by the user and also writes the same to the tables.

Normally this is a step by step process where in BAPI 1 captures the input data, BAPI 2 generates the list of input data and BAPI 3 or 4 fianlly writes the info into the standard tables. COMMIT is used to write the data to the tables.

We want to execute just one BAPI say BAPI 1 that does the whole exercise of capturing data and writing to the standard tables. Its ok if BAPI 1 calls BAPI 2...n but while executing we need to execute just BAPI 1.

If this is possible please tell us the BAPI name from the available BAPI's in ISU.

Regards,

Avneet

1 REPLY 1

Former Member
0 Kudos

In which standard table you want to update the details through BAPI?.

if you want to update the details for business partenr use BAPI_BUPA_CREATE_FROM_DATA bapi function module like this .

Let me know for which table you want to update the details.

Regards,

Siva