Posts

Showing posts from April, 2022

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 Fiori Button Types

 Buttons allow us to trigger an action. There are 4 types of buttons.  Simple Button Toggle Button Segmented Button Menu Button Uses of Buttons: Simple Button: for specific action like: Create ,Edit,Save,Approve, Reject,Accept,Decline,Ok , Cancel. Toggle Button: in a toolbar to activate or deactivate an object or element. Segmented Button: used for year , month , Day, Small, medium , large. Menu Button: used for more than one button.