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

Custom fields in LSMW error.

former_member228804
Participant
0 Likes
1,158

Hello Everyone,

     My requirement was to add custom tab to matmas and add some custom fields to it. I added those fields. Now I am facing trouble in the standard LSMW that is used to upload this data. One of the fields in these list of fields has type NUMC. If I leave it blank, it throws a dump with error as cannot interpret '/' as a number. So I tried to upload by passing values to this field e.g. 001, 002, 003 etc. Still I am getting the same dump. I am unable to understand from where is the '/' value being populated into the LSMW structures BMMH0, BMMH1 etc. I have implemented SAP note 44410 - Integrating customer-specific fields in the material master also for this.

     Kindly advise.


Best Regards,

Dnyanesh.

Hello Everyone,

     My requirement was to add custom tab to matmas and add some custom fields to it. I added those fields. Now I am facing trouble in the standard LSMW that is used to upload this data. One of the fields in these list of fields has type NUMC. If I leave it blank, it throws a dump with error as cannot interpret '/' as a number. So I tried to upload by passing values to this field e.g. 001, 002, 003 etc. Still I am getting the same dump. I am unable to understand from where is the '/' value being populated into the LSMW structures BMMH0, BMMH1 etc. I have implemented SAP note 44410 - Integrating customer-specific fields in the material master also for this.

     Kindly advise.


Best Regards,

Dnyanesh.

2 REPLIES 2
Read only

former_member201275
Active Contributor
0 Likes
948

At what point are you getting the dump... when you run the conversion, or later?

Please can you also post the dump here?

Read only

0 Likes
948

Hi Glen,

     I am getting the error after the conversion. In function module MAT_MOVE_BMMH1_MARC. I activated this function module as per note 44410 as I have added an append structure to table MARC.

Below is the dump