‎2011 Jul 16 8:08 AM
Hi ,
I need to update the custom fileds in the fleet table using LSMW. I have tried using BAPI_EQUI_CHANGE but the custom fields were not getting updated. Please help me regarding this.
‎2011 Jul 16 7:47 PM
Hi divyab,
did you try BAPI_EQUI_CHANGE in a text program, did you CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'?
Does this work but not the LSMW?
Please provide the details, thank you.
Regards
Clemens
‎2011 Jul 17 6:57 AM
Hi Clemens,
I have created a z function module with the same signature as BAPI_EQUI_CHANGE. In the tables parameter i have given the structure with all the custom fields. In the source code of the function module, I have called BAPI_EQUI_CHANGE and BAPI_TRANSACTION_COMMIT. In the LSMW, i have given the message type and idoc type obtained after creating the BDBG.
The problem is these custom fields are not getting updated in the FLEET table.
Should i add any code in the INbound function module or in the z function module which i have created????
Please help.