on ‎2019 Jul 08 12:55 AM
Hi
I am trying to change equipment description of an equipment and would like to know which BAPI I can use.
I tried using the below BAPI but am not sure if it is the right one:
function = conn.get_function("BAPI_EQUI_CHANGE")
Note: I am using nwrfc ruby library to make calls to SAP.
I am very new to SAP and would appreciate your guidance on this
Thanks much!
Request clarification before answering.
if you want to change the short description (40 characters) yes it's the correct BAPI
Once BAPI_EQUI_CHANGE called, analyze the returned RETURN parameter, look for error
If no error call BAPI_TRANSACTION_COMMIT to validate the changes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Don't worry, I also found some program of mine where it was called...
Its documentation start with 'This function module is used for creating and changing equipment. Its function corresponds to the function modules BAPI_EQUI_CREATE and BAPI_EQUI_CHANGE.' ... and actually, in source code, it call the other 2 BAPI FM...
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.