cancel
Showing results for 
Search instead for 
Did you mean: 

save data to the backend BAPI

Former Member
0 Kudos

hello everyone,

I am using the BAPI_SALESORDER_GETLIST to retrieve data using Visual Composer.

Now I need to create a form and insert data back to the BAPI by using the SAVE button. Not sure how this is possible to save data back to the backend SAP.

somebody around the community who can call himself / herself a genius to answer this question will definitely be rewarded !!!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

therefore you should use another BAPI for saving the data to the backend.

There must be a BAPI something like BAPI_SALESORDER_CREATE.

You can use the BAPI Explorer or search for it in transaction SE80.

Best Regards,

Marcel

Former Member
0 Kudos

I haven't worked woth salesorders, but it would seem logical to try calling BAPI_SALESORDER_CHANGE to execute updates.

Henning