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

SAP BAPI For material Stock

 Using API we need to link with SAP and check plant wise material stocks & storage location.

For that case we can use standard BAPI to complete our requirements.

BAPI: BAPI_MATERIAL_AVAILABILITY

Parameter: Plant

Material:

Unit: 

 STGE_LOC: 

By given mention value we can get our required data.

In API should complete the steps: BAPI_TRANSACTION_COMMIT

 Without commit data not shown.


Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP