‎2009 Jan 05 4:24 AM
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
‎2009 Jan 05 4:37 AM
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.
‎2009 Jan 05 4:37 AM
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.
‎2009 Jan 05 4:48 AM
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
‎2009 Jan 05 5:14 AM
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)
‎2009 Jan 05 6:54 AM
Hi,
I am not able to edit the program. How to use the Enhancement-point.
Regards
Akshay
‎2009 Jan 05 7:55 AM
refer below link,
http://www.sapdev.co.uk/enhance/eframework/eframeworkhome.htm
‎2009 Jan 05 5:19 AM
it happens sonme time for z fileds added.
you might need to do the updating for z fileds using Recording LSMW.