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

Upload error using LSMW

Former Member
0 Likes
931

Hi Experts,

I am using LSMW to upload the fields in table. For that the main program RMDATING (source code of RMDATIN5) is used. The function module MAT_MOV_GENERATOR is called in the program in which the program LMGADU05 is passed as the parameter. But when i see LMGADU05 the fields ZZA_TEXT4 and ZZA_TEXT5 are not uploaded in the table MARA, while in the program LMGADU10 the fields ZPLP1 and ZPLD1 are uploaded in the table MBEW. Because of this the fields ZZA_TEX4 and TEXT5 are not getting uploaded in the table MARA, even if the flat file is correct and the LSMW gives zero errors.

Please guide me

Regards

Akshay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
821

This program generates coding for the function modules required to transfer data to the material master. You only need to run it if you have included new fields in the master tables and if you want to supply values for these fields by direct input.

Important

You must also include the appropriate fields in batch input structures BMMHx.

6 REPLIES 6
Read only

Former Member
0 Likes
822

This program generates coding for the function modules required to transfer data to the material master. You only need to run it if you have included new fields in the master tables and if you want to supply values for these fields by direct input.

Important

You must also include the appropriate fields in batch input structures BMMHx.

Read only

0 Likes
821

Hi,

I have maintained the structure relationship as well as Field mapping and conversion rules. Also when I read data and convert data the value is there in BMMH1-ZZA_TEXT4 and BMMH1-ZZA_TEXT5. When I run "Start Direct input program" the fields are not getting updated even if i am not getting any error

Regards

Akshay

Read only

0 Likes
821

search for below form in program RMDATIND....

there check if ur 2 zfields are getting updated to mara table if not then use ENCHANEMENT SPOT and include ur code there...

FORM btci_2_itabs

*

  • die BTCI Strukturen auf die Stammtabellen umverteilen *

  • Es gibt

  • BMMH1 Hauptdaten MARA, MARC ... OHNE MVER------->check here

  • ^- kommt nur einmal vor (keine interne Tabelle)

  • BMMH2 Länderdaten mg03steuer -> steu_ueb

  • BMMH3 Prognosewerte Sonderlogik

  • BMMH4 Verbrauchswerte MVEG, MVEU (Sonderlogik)

  • BMMH5 Kurztexte MAKT

  • BMMH6 Mengeneinheiten MARM

  • BMMH7 Langtexte LTX1

  • BMMH8 referentielle EANs MEAN (MEA1)

Read only

0 Likes
821

Hi,

I am not able to edit the program. How to use the Enhancement-point.

Regards

Akshay

Read only

Read only

Former Member
0 Likes
821

it happens sonme time for z fileds added.

you might need to do the updating for z fileds using Recording LSMW.