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

Smartforms formating related issues

In sap smartforms sometimes we faced different issues in our real life works.Sometimes we are unable to remove decimal places, omit leading sign, display sign to the left,display sign to the right and so many. In the below I give some defining style which help you a lot.

  • &work_area-field(C)& - compress space.
  • &work_area-field(Z)& - remove leading Zeros.
  • &work_area-field(S)& - remove leading sign.
  • &work_area-field(.N)& - Display upto N decimal.
  • &work_area-field(T)& - remove thousand separators.
  • &work_area-field(R)& -right justified.
  • &work_area-field(I)& - suppress output of the initial value.
  • &work_area-field(<)& - Display leading sign to the left.
  • &work_area-field(>)& - Display leading sign to the right.
  • &work_area-field(4ZC)& - if for 1 to 9  total page number shows * .
  • &work_area-field(C.0)& -remove decimal.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP