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

ALV Report in SAP

In SAP most of the people used ALV report to fill their demands.ALV means ABAP List Viewer.

This time I am providing some important information on Simple Report.

Simple Report:
This report provides function modules which is helps to get the desired report without provide much effort.Important function modules are given below:

  • Reuse_ALV_Fieldcatalog_merge
  • Reuse_ALV_grid_Display
  • Reuse_ALV_Events_Get
  • Reuse_ALV_List_Display
  • Reuse_ALV_Commentary_Write

Reuse_ALV_Fieldcatalog_merge: Populate a field catalog  which is essential to display data in ALV report.
Important catalog are given here.
1. Export:
  • I_Program_Name : report id.
  • I_Internal_Tabname : Internal output Table.
  • I_Inclname : Include or the report name where all the dynamic forms are handel.
2.Changing:
 Ct_fieldcat: an internal table with the types SLIS_T_Fieldcat_ALV which is declare in the type pool SLIS.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

Convert First character to Upper case in SAP ABAP