SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLWMPPC6 SAP ABAP Report - Automatic creation of control cycles for realease order parts







RLWMPPC6 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create/change/delete control cycles for release order parts in bulk...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RLWMPPC6 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LPK4 - Create Contr.Cycles for Rel.Ord.Part


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RLWMPPC6. "Basic submit
SUBMIT RLWMPPC6 AND RETURN. "Return to original report after report execution complete
SUBMIT RLWMPPC6 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: IWERKS = D .
Selection Text: IUMLGO = D .
Selection Text: IPRVBE = D .
Selection Text: IMTART = D .
Selection Text: IMATNR = D .
Selection Text: ILGTYP = D .
Selection Text: ILGPLA = D .
Selection Text: ILGNUM = D .
Selection Text: IUPDATE = DB Update
Selection Text: ILISTE = List control cycles created
Selection Text: IDELETE = Delete control cycles
Selection Text: IABLAD = Unloading Point
Title: Automatic creation of control cycles for realease order parts
Text Symbol: 030 = Source
Text Symbol: 025 = |ProdSuppAr|Material |Plnt|WNo|STy|Stor.bin |Unloading point |A|
Text Symbol: 024 = Number of control cycles to be deleted:
Text Symbol: 023 = Numnber of control cycles to be changed:
Text Symbol: 022 = Number of control cycles to be created:
Text Symbol: 021 = Number of selected materials:
Text Symbol: 020 = Closing log control cycle maintenance
Text Symbol: 012 = List of control cycles to be deleted
Text Symbol: 011 = List of control cycles to be changed
Text Symbol: 010 = List of new control cycles
Text Symbol: 008 = Delete Cntrl Cycle for Rel.Ord.Pt
Text Symbol: 007 = Delete all?
Text Symbol: 006 = Control cycle selected
Text Symbol: 005 = Restrict entries
Text Symbol: 004 = Continue?
Text Symbol: 003 = Selection could cause system to read large data quantities
Text Symbol: 002 = Data for prod.supply area
Text Symbol: 001 = Material selection


INCLUDES used within this REPORT RLWMPPC6

INCLUDE MLLVSKON.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-003 textline2 = text-004 titel = text-005 start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = antwort.

PK_REGELKREIS_HINZUFUEGEN CALL FUNCTION 'PK_REGELKREIS_HINZUFUEGEN' EXPORTING epkhd = pkhd etpk01 = tpk01 etpk02 = tpk02 etpk03 = tpk03 TABLES pkpsn = xpkps pksli = xpksl.

PK_REGELKREIS_AENDERN CALL FUNCTION 'PK_REGELKREIS_AENDERN' EXPORTING e*pkhd = *pkhd epkhd = pkhd etpk01 = tpk01 etpk02 = tpk02 etpk03 = tpk03 TABLES pkpsd = xpkps pkpsn = xpkps pkpsu = xpkps.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text textline2 = text-007 titel = text-008 start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = antwort.

PK_REGELKREIS_LOESCHEN CALL FUNCTION 'PK_REGELKREIS_LOESCHEN' EXPORTING epknum = xpkhd_del-pknum.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = mtcom IMPORTING matdaten = mlvs return = mtcor TABLES seqmat01 = dummy EXCEPTIONS material_not_found = 1.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING object = objekt nr_range_nr = numkr IMPORTING number = newnum returncode = retco EXCEPTIONS object_not_found = 01 interval_not_found = 02 number_range_not_intern = 03.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RLWMPPC6 or its description.