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'.        

SELECT APPENDING




Select Appending:

  • SELECT APPENDING query is used to append SELECT query result directly to some other internal table.
  • Below is the syntax for SELECT APPENDING
Syntax:

SELECT  FIELD1  FIELD2  from DB_TABLE   APPENDING TABLE ITAB (internal Table)  WHERE  FIELD = COND_VALUE.

Where condition is not mandatory for this syntax.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP