SAP Reports / Programs

RCIFIGEN SAP ABAP Report - Generate Enhanced Selection Screen - Screens, F Mods., Ref. Variants..







RCIFIGEN 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 RCIFIGEN into the relevant SAP transactions such as SE38 or SE80


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 RCIFIGEN. "Basic submit
SUBMIT RCIFIGEN AND RETURN. "Return to original report after report execution complete
SUBMIT RCIFIGEN 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: PQ_IFSRC = InfoSource
Selection Text: PQ_MATNR = Material
Selection Text: PQ_WERKS = Plant
Selection Text: PS_MATNR = Material
Selection Text: PS_VERID = Production Version
Selection Text: PS_WERKS = Plant
Selection Text: SC_BSART = Document type
Selection Text: SC_EBELN = Document number
Selection Text: SC_LIFNR = Vendor
Selection Text: SC_MATNR = Material
Selection Text: SC_PSTYP = Item category
Selection Text: SC_RESWK = Supplying Plant
Selection Text: SC_WERKS = Plant
Selection Text: SI_EKORG = Purchasing organization
Selection Text: SI_INFNR = Info record number
Selection Text: SI_LIFNR = Vendor
Selection Text: SI_MATNR = Material
Selection Text: SI_WERKS = Plant
Selection Text: SP_BSART = Document type
Selection Text: SP_EBELN = Document number
Selection Text: SP_LIFNR = Vendor
Selection Text: SP_MATNR = Material
Selection Text: SP_PSTYP = Item category
Selection Text: SP_RESWK = Supplying Plant
Selection Text: SP_WERKS = Plant
Selection Text: SR_LIFNR = Vendor
Selection Text: SR_MATNR = Material
Selection Text: SR_RESWK = Add. for Supplying Plants
Selection Text: EC_AENNR = Change number
Selection Text: EP_MATKL = Material Group
Selection Text: EP_MATNR = Material
Selection Text: EP_SPART = Division
Selection Text: EP_WERKS = Plants Including External
Selection Text: GV_CRNUM = Order Number
Selection Text: ICS_MRPA = MRP Areas
Selection Text: ICS_SRC = Sources of Supply
Selection Text: IR_VERID = Production Version
Selection Text: MB_STLAL = Alternative BOM





Selection Text: MB_STLAN = BOM Usage
Selection Text: MR_BERID = MRP area
Selection Text: MR_LGORT = Storage location
Selection Text: MR_MATNR = Material
Selection Text: MR_WERKS = Plant
Selection Text: PP_MATNR = Material
Selection Text: PP_WERKS = Plant
Title: Generate Enhanced Selection Screen - Screens, F Mods., Ref. Variants..
Text Symbol: 409 = Consignment
Text Symbol: 407 = Subcontracting
Text Symbol: 406 = Standard
Text Symbol: 405 = Category of info rec
Text Symbol: 404 = Contracts without plant
Text Symbol: 403 = Purchasing info record
Text Symbol: 402 = Scheduling Agreement
Text Symbol: 401 = Contract
Text Symbol: 400 = To
Text Symbol: 000 = Stocks


INCLUDES used within this REPORT RCIFIGEN

INCLUDE CIFITABDEF.
INCLUDE GENMATDEP.
INCLUDE GENFORMS.
INCLUDE CIFCONST.
INCLUDE RIMODSEL.


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:

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = LS_KO200 * IV_NO_STANDARD_EDITOR = ' ' IMPORTING * we_order = gv_crnum * we_task = gv_task WE_KO200 = LS_KO200 * WE_OBJECT_APPENDABLE = ES_TADIR = LS_TADIR TABLES WT_E071K = LT_E071K EXCEPTIONS CANCEL_EDIT_APPEND_ERROR_KEYS = 1 CANCEL_EDIT_APPEND_ERROR_OBJCT = 2 CANCEL_EDIT_APPEND_ERROR_ORDER = 3 CANCEL_EDIT_BUT_SE01 = 4 CANCEL_EDIT_NO_HEADER_OBJECT = 5 CANCEL_EDIT_NO_ORDER_SELECTED = 6 CANCEL_EDIT_REPAIRED_OBJECT = 7 CANCEL_EDIT_SYSTEM_ERROR = 8 CANCEL_EDIT_TADIR_MISSING = 9 CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 SHOW_ONLY_CLOSED_SYSTEM = 13 SHOW_ONLY_CONSOLIDATION_LEVEL = 14 SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 15 SHOW_ONLY_DELIVERY_SYSTEM = 16 SHOW_ONLY_DIFFERENT_ORDERTYPES = 17 SHOW_ONLY_DIFFERENT_TASKTYPES = 18 SHOW_ONLY_ENQUEUE_FAILED = 19 SHOW_ONLY_GENERATED_OBJECT = 20 SHOW_ONLY_ILL_LOCK = 21 SHOW_ONLY_LOCK_ENQUEUE_FAILED = 22 SHOW_ONLY_MIXED_ORDERS = 23 SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 24 SHOW_ONLY_NO_SHARED_REPAIR = 25 SHOW_ONLY_OBJECT_LOCKED = 26 SHOW_ONLY_REPAIRED_OBJECT = 27 SHOW_ONLY_SHOW_CLIENT = 28 SHOW_ONLY_TADIR_MISSING = 29 SHOW_ONLY_UNKNOWN_DEVCLASS = 30 CANCEL_EDIT_NO_CHECK_CALL = 31 CANCEL_EDIT_CATEGORY_MIXTURE = 32 SHOW_ONLY_CLOSED_CLIENT = 33 SHOW_ONLY_CLOSED_ALE_OBJECT = 34 CANCEL_EDIT_OTHER_ERROR = 35 SHOW_ONLY_OTHER_ERROR = 36 OTHERS = 37.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = GV_CRNUM WI_KO200 = LS_KO200 IV_NO_STANDARD_EDITOR = 'X' * IMPORTING * WE_ORDER = * WE_TASK = * WE_KO200 = * ES_TADIR = tables wt_e071k = LT_E071K EXCEPTIONS CANCEL_EDIT_APPEND_ERROR_KEYS = 1 CANCEL_EDIT_APPEND_ERROR_OBJCT = 2 CANCEL_EDIT_APPEND_ERROR_ORDER = 3 CANCEL_EDIT_BUT_SE01 = 4 CANCEL_EDIT_NO_HEADER_OBJECT = 5 CANCEL_EDIT_NO_ORDER_SELECTED = 6 CANCEL_EDIT_REPAIRED_OBJECT = 7 CANCEL_EDIT_SYSTEM_ERROR = 8 CANCEL_EDIT_TADIR_MISSING = 9 CANCEL_EDIT_TADIR_UPDATE_ERROR = 10 CANCEL_EDIT_UNKNOWN_DEVCLASS = 11 CANCEL_EDIT_UNKNOWN_OBJECTTYPE = 12 SHOW_ONLY_CLOSED_SYSTEM = 13 SHOW_ONLY_CONSOLIDATION_LEVEL = 14 SHOW_ONLY_DDIC_IN_CUSTOMER_SYS = 15 SHOW_ONLY_DELIVERY_SYSTEM = 16 SHOW_ONLY_DIFFERENT_ORDERTYPES = 17 SHOW_ONLY_DIFFERENT_TASKTYPES = 18 SHOW_ONLY_ENQUEUE_FAILED = 19 SHOW_ONLY_GENERATED_OBJECT = 20 SHOW_ONLY_ILL_LOCK = 21 SHOW_ONLY_LOCK_ENQUEUE_FAILED = 22 SHOW_ONLY_MIXED_ORDERS = 23 SHOW_ONLY_MIX_LOCAL_TRANSP_OBJ = 24 SHOW_ONLY_NO_SHARED_REPAIR = 25 SHOW_ONLY_OBJECT_LOCKED = 26 SHOW_ONLY_REPAIRED_OBJECT = 27 SHOW_ONLY_SHOW_CLIENT = 28 SHOW_ONLY_TADIR_MISSING = 29 SHOW_ONLY_UNKNOWN_DEVCLASS = 30 CANCEL_EDIT_NO_CHECK_CALL = 31 CANCEL_EDIT_CATEGORY_MIXTURE = 32 SHOW_ONLY_CLOSED_CLIENT = 33 SHOW_ONLY_CLOSED_ALE_OBJECT = 34 CANCEL_EDIT_OTHER_ERROR = 35 SHOW_ONLY_OTHER_ERROR = 36 OTHERS = 37.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = LV_TITEL TXT1 = LV_LINE1 TXT2 = LV_LINE2 TXT3 = LV_LINE3.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING DEFAULTOPTION = '1' TEXTLINE1 = LV_LINE1 TEXTLINE2 = LV_LINE2 TEXTLINE3 = LV_LINE3 TEXT_OPTION1 = 'Nein'(331) TEXT_OPTION2 = 'Ja'(330) TITEL = LV_TITEL CANCEL_DISPLAY = SPACE IMPORTING ANSWER = LV_ANSWER.



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