SAP Reports / Programs | Supersession Chains | Industry Solution Automotive | Supersession Chains(IS-A-SUS) SAP IS

RPICSETCREATE SAP ABAP Report - PIC : Mass transaction to generate MPN-MRP sets







RPICSETCREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RPICSETCREATE 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

PIC31 - PIC : Mass maintenance for MPN Sets


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 RPICSETCREATE. "Basic submit
SUBMIT RPICSETCREATE AND RETURN. "Return to original report after report execution complete
SUBMIT RPICSETCREATE 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: P_TEST = D .
Selection Text: P_PLANT = D .
Selection Text: P_MRPSET = D .
Selection Text: P_SEL_LP = Determine lead part in dialog?
Selection Text: P_FFFC = Form-fit-function classes
Selection Text: P_EXPAND = Extend existing sets
Selection Text: P_BERID = D .
Title: PIC : Mass transaction to generate MPN-MRP sets
Text Symbol: 061 = * No leading part *
Text Symbol: 060 = Processing log
Text Symbol: 053 = Other processing parameters
Text Symbol: 052 = Name of target MRP set
Text Symbol: 051 = Area for mass maintenance
Text Symbol: 045 = Currently leading part
Text Symbol: 044 = ATTENTION: This set already exists!
Text Symbol: 043 = MRP set
Text Symbol: 042 = Plnt
Text Symbol: 041 = FFF class
Text Symbol: 040 = Choose the leading part for MPN-MRP set.
Text Symbol: 015 = CANCEL - to return to the selection
Text Symbol: 014 = NO - to not create this set
Text Symbol: 013 = YES - to determine the leading part automatically
Text Symbol: 012 = The following possible selections are available: Press
Text Symbol: 011 = Cancel the selection of the leading part?


INCLUDES used within this REPORT RPICSETCREATE

No INCLUDES are used within this REPORT code!


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:

MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2.

MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE = .

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = sy-cprog DYNUMB = SY-DYNNR TRANSLATE_TO_UPPER = 'X' * REQUEST = ' ' * PERFORM_CONVERSION_EXITS = ' ' * PERFORM_INPUT_CONVERSION = ' ' * DETERMINE_LOOP_INDEX = ' ' * START_SEARCH_IN_CURRENT_SCREEN = ' ' * START_SEARCH_IN_MAIN_SCREEN = ' ' * START_SEARCH_IN_STACKED_SCREEN = ' ' * START_SEARCH_ON_SCR_STACKPOS = ' ' * SEARCH_OWN_SUBSCREENS_FIRST = ' ' * SEARCHPATH_OF_SUBSCREEN_AREAS = ' ' TABLES DYNPFIELDS = it_dyn EXCEPTIONS INVALID_ABAPWORKAREA = 1 INVALID_DYNPROFIELD = 2 INVALID_DYNPRONAME = 3 INVALID_DYNPRONUMMER = 4 INVALID_REQUEST = 5 NO_FIELDDESCRIPTION = 6 INVALID_PARAMETER = 7 UNDEFIND_ERROR = 8 DOUBLE_CONVERSION = 9 STEPL_NOT_FOUND = 10 OTHERS = 11 .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'BERID' DYNPPROG = SY-REPID DYNPNR = SY-DYNNR DYNPROFIELD = 'P_BERID' VALUE_ORG = 'S' TABLES VALUE_TAB = lt_f4berid RETURN_TAB = IT_RET EXCEPTIONS PARAMETER_ERROR = 1 NO_VALUES_FOUND = 2 OTHERS = 3.



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 RPICSETCREATE or its description.