IMPORTANT TABLES IN SAP PP See a partial list of tables mainly used to store the data of production planning module. Link for Full list of tables with their roles are available from the end of this list MDVL : Planning file entry for long-term planning TCERT : Keys for rounding ...
You can create them from TCode SE37. Thanks, Anitha Reply Former Member 2007 Jun 27 7:25 AM 0 Kudos 2,580 SAP Managed Tags: ABAP Development Hi, FMs are reusable modularization units.FMs are encapsulated in function groups and function groups may have global variables that can ...
In SAP software all these functions are divided as Modules. SAP MM Module deals with material management sections , SAP SD module deal with Sales & Distribution etc. Now I am sure that you got the picture. SAP now are moving away from describing their system as a set of modules, and now...
SAP PP TCODES Sample list of important transaction codes used in production planning module. See the full list from the link at the end of this list. CO59 : Delete PI Sheet ORPS8 : Shift Note Type OPGM : Process Instr. Cat. – Master Recipe ...
Other SAP Module integration, FI, CO, MM, PS, QM etc. Data Relationship Diagrams In this series, I have included diagrams to explain some of the key relationships between the tables. The legend for the diagrams is as follows: Data Relationships between Tables and Objects – Functional Location...
I don't advocate the code examples I will show below for productive usage (at least not yet). With all the new language features getting added to the ABAP language tobias.trapp's advice "Don't try to be smart. Be smart." is more valid then ever. In the context of what I'll show...
Process Code is linked to the Function Module in SAP that converts application data into an IDoc. Standard function modules are provided by SAP for this conversion however these can also be customized as per business needs. Change Message Indicator indicates whether the IDoc is sentas a notificat...
SAP Managed Tags: MAN Production Planning (PP) HI, In the Transaction Code CA61, Input Screen: Routing Group : (Group Number) Over View Selection: Selecting (Radio Button) Object View for Routing and executing. We are getting Output. Now our requirement is in the INPUT Screen wanted...
I would like to know which tables store information of Functional location BOM (TCODE 1B11) and Equipment BOM (TCODE IB01). Is there a possibility that once we create these BOM's we can create alternative BOM as in case of Material BOM (TCODE CS01). Regards, Vishal Know ...
SAP Managed Tags: ABAP Development Hi Go the Function module to be copied and go to function group and go to the main program. And in SE38, copy the Main Program to another Z Program. It will copy all Regards MD Reply Former Member 2007 Jun 04 4:05 AM 0 Kudos 98 SAP...