Posts

Showing posts with the label Internal Table value pass to template in smartforms

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

Internal Table value pass to template in smartforms

Image
In smartforms we can pass internal table as well as work area. Literally we pass internal table in a smartforms table from Data tab we provide internal table name and work area name also declare in Global Declaration part. Suppose we used template in our smartforms and need to pass internal table. Right click on it and select create then Flow logic and finally select Loop. Then from Data tab click internal table and provide your internal table and work area.