Regarding commit BAPI in sap

0
Hello, I am new here and I would like to ask if while calling the following BAPIs :   If i set the commit action in the first BAPI(CREATE _ FORM _ DATA_2) to true, do I need to call the commit BAPI again?
asked
1 answers
0

If the BAPI function allows a commit in the same transaction then you don't have to call a specific commit function. However reading the note, it does not have a commit function. So you'll have to call the second function to commit the entries.

answered