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

Sort Internal Table

Sometimes we need to sort our internal table based on functional requirement. We can sort it like : Ascending , Descending , text or Alphabetically.

Syntax like :

Sort itab Ascending. or sort itab by field_name  Ascending
Sort itab Descending  or sort itab by field_name  Descending
Sort itab by field_name.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP