ipadhaa.blogg.se

Correction program for md04 sap
Correction program for md04 sap







To make reduction in this function module the 'Consumption indicator' of the planned independent requirement (PBIM-ZUVKZ) should be the same with the 'Allocation indicator' of the customer requirements for sales order and its deliveries (VBBE-VPZUO or VBBS-VPZUO), the field VPZUO of VBBE and VBBS is copied from customization of requirement class (Transaction OVZG.), please see more details in SAP KBA 1715491. This function is called if the goods are posted by SD delivery transactions. rqmts reduction' should be ticked on in customization of movement type (Transaction code: OMJJ).įunction module REQUIREMENTS_REDUCTION_SD: This function module is called If the goods movement posting for reduction is done by MM transaction. LOOPAT MDZBX: In this loop, based on Consumption mode (maintained in the Material Master or MRP group) and on the data contained in the above internal tables, consumption is either carried out or not. MDVBX: a list of all planned independent requirements. MDZBX: Information on all elements that may consume independent requirements

correction program for md04 sap

PERFORM vp_bedarfe_verrechnen: In this form, two further internal tables below are created based on table MDPSX. PERFORM select_mdpb: put the data of Independent requirements data into MDPSX. PERFORM select_vbbe and PERFORM select_vbbs: put the data of sales orders and their deliveries into internal table MDPSX. In function module AUFBAUEN_MDPSX_ANZEIGEN, subroutines and ABAP statements below are called to collect the data of customer requirements and planned independent requirements. Tabels of that function module: EPBPT: Requirements items EPBET: Requirements schedule lines transactions MD61, MD62 or transfer from SOP etc, but function module REQUIREMENTS_MAINTAIN is called eventually to maintain the requirements to tables, so the breakpoint can be set in that. Function module REQUIREMENTS_MAINTAIN: Maintaining the data can be done through various ways, e.g.

  • Maintain planned indpendent requirements.
  • This table stores user parameter settings which can be maintained on initial screen of MD61/MD62/MD63. T459U: Settings for Maintaining Planned Independent Requirements. The header and item tables are connected by field BDZEI (Independent requirements pointer) PBED: Independent requirements data (Item table) PBID: Planned independent requirements index: MRP area ((Header table for MRP area) PBIM: Independent requirements for material (Header table)

    correction program for md04 sap

    Tables and programs of planned independent requirements which can be checked for solving issue by debugging. Introduce the tables and improtant programs for solving issues of planned independent requirements(PIR).









    Correction program for md04 sap