Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Fleet master data update

Former Member
0 Likes
989

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.

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
732

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

Read only

Former Member
0 Likes
732

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.