Hi all,
As of now, I have used BAPI_MATERIAL_SAVEDATA to update plant data:
AT PAI of screen 1501(ZMGD1).
IF SY-UCOMM = 'BU' //save
LOOP at each plant.
(call BAPI_MATERIAL_SAVEDATA with required plant data/extension)
(BAPI COMMIT with WAIT = X) "Not recommended
ENDLOOP.
ENDIF.
This works well, but just the concern of whether this technique is recommended or not. I would like to hear your valuable opinions on this.
Thank you all,
Ron.