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 Smartforms vs SAP Script

Smartform:
  • Smart form is a GUI Tool which is used to design the business legal documents such as Delivery note,Purchase order,Invoice etc.
  • The transaction code is SMARTFORMS.
  • Smartforms are client independent objects.
  • Smartforms are advanced version of SAP Scripts.
  • It is a GUI tool and it is user friendly. 




Smatrtforms and SAP Scripts differences:

Smartforms SAP Scripts
   
Smartforms are client independent. SAP Scripts are client dependent.
Main window is not compulsory. Main window is compulsory.
Smartforms generates a Function module when activated. No Function Module will be generated.
Smartforms texts supports various colors. Scripts allows black and white colors only.
There is no transfer of control between program and form, once the control is transfered to Function Module, it will never come back. Scripts has repeated transfer of control.
Only single page format is possible. Multiple page formats are available.

 



Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP