Posts

Showing posts from February, 2019

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.

SAP PP Table:Part-4

As a part of my previous post I am giving another list of PP table.   Tables for KANBAN Table Description PKPS Kanban identification control cycle PKHD kanban control cycle(Header data) PKER Error data for kanban containers Tables for planned independent requirement’s PIR Table Description PBED Independent requirement data PBHI Independent requirement History PBIV Independent requirement index PBIC Independent requirement index for customer requirement SAP PP PRT Customizing Table Table Description TCF02 PRT categories TCF03 Texts for the production resources/tools category TCF04 Status of the PRT master TCF05 Language-dependent text tab...

SAP PP Table list- Part:3

Today I am sharing some of PP important table name.In my previous two post I shared mostly used table name. Hope it'll help you a lot. Tables for Reservations Table Description RESB Material Reservations RKPF Header Tables for capacity Planning Table Description KBKO Header record for capacity requirements KBED Capacity requirements records KBEZ Add data for table   KBED SAP PP Links and Relationship Tables Table Description AFFH_PRT Assignment data for the work order CRVD_A Link of PRT to Document CRVD_B Link of Document to PRT CRVE_A Assignment PRT data-equipment CRVE_B Assignment equipment -PRT data CRVM_A Link of PRT data to a material CRVS_A ...