Posts

Showing posts with the label SELECT APPENDING

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.