InterviewSolution
Saved Bookmarks
| 1. |
"creating A Subordinate Functional Location Using Bapi" i'm Trying To Use Bapi_funcloc_create To Create A Subordinate Functional Location (ex., 1033-admi With Superior Functional Location 1033 Already Established). this Bapi Ends With A Blank/zero Return Value But No Updating Is Performed. how Do I Fix This Problem? |
|
Answer» i'm Trying To Use Bapi_funcloc_create To Create A SUBORDINATE FUNCTIONAL Location (ex., 1033-admi With Superior Functional Location 1033 Already Established). this Bapi Ends With A Blank/zero Return Value But No Updating Is Performed. how Do I Fix This Problem? You need to perform a “commit” FUNCTION after the BAPI FINISHES. You need to perform a “commit” function after the BAPI finishes. |
|