Hello,
The requirement is to transfer around 5000 materials from one plant to another plant (Mvt Type 301) in a single material document. I am using LSMW for the same as no ABAP developer is available to code the program for the same. Recording, as per my understanding is not the option to select. I tried with direct input method (object 0110, method 0000) but it does not provide me the option of seperate header and item structures. I am checking the option of business object method for business object BUS2017, method CREATEFROMDATA. I have never used this option.
I have created 2 source structures; for header and item and assigned it to E1MBGMCR and E1BP2017_GM_ITEM_CREATE. I am not sure how to move further. My header data will remain same for all 5000 records. Request your help.
Header Data structure contains below fields.
BLDAT C(008) Document Date
BUDAT C(008) Posting Date
BKTXT C(025) Document Header Text
Item Data structure contains below fields.
MATNR C(018) Material
WERKS C(004) Plant
LGORT C(004) Storage Location
CHARG C(010) Batch
MENGE C(013) Quantity
ERFME C(003) Unit of Entry
UMWRK C(004) Receiving Plant
UMLGO C(004) Receiving Stor. Loc.
UMCHA C(010) Receiving Batch
BWART C(003) Movement Type
SOBKZ C(001) Special Stock
LIFNR C(010) Vendor
Regards,
Nikhil