BAPI for material storage location Add

 We can add material storage location plant wise using third party app or web. BAPI names : BAPI_MATERIAL_MAINTAINDATA_RT Import parameters: HEADDATA: Material Tables: STORAGELOCATIONDATA: Material: Plant: STGE_LOC:   STORAGELOCATIONDATAX: Material: Plant: STGE_LOC:   use below code after completing steps. CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.        

System Variables

System Variables are: 

SY-DATUM for System Date.
SY-ULINE for horizontal lines in a list.
SY-VLINE for vertical lines in a list.
SY-UCOMM returns the code for the GUI status button.
SY-LSIND contains the number of the current list in the list hierarchy.
SY-UNAME will return the SAP ID given to you by the client.
SY-REPID provide report name.
SY-TITLE title of a program.
SY-DYNNR Dynpro number of active screen.
SY-PFKEY Name of the current pf status.
SY-LANGU Logon language.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP