SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | ABAP List-Based PI Sheet(PP-PI-PMA-MGT) SAP PP

RCOP0F01 SAP ABAP INCLUDE - Form Routines for Selecting PI Sheets







RCOP0F01 is a standard ABAP INCLUDE 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 RCOP0F01 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 RCOP0F01. "Basic submit
SUBMIT RCOP0F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RCOP0F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines for Selecting PI Sheets


INCLUDES used within this REPORT RCOP0F01

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:

CNVL_INIT_LISTVARIANT CALL FUNCTION 'CNVL_INIT_LISTVARIANT' EXPORTING I_APPLIC = 'PPPI' I_SUBAPP = 'PI-S' I_LSTVAR = L_LSTVAR I_PROGRAM = 'RCOP0002' * I_FLG_NO_INPUT = ' ' * I_FLG_DB = ' ' * I_FLG_LOOP = '*' * I_BLANK_SYMBOL = ' ' * I_OFFSET = 0 * I_APPLIC_WRITE_LINE = ' ' * I_APPLIC_SET_ATTRIBUTES = ' ' * I_APPLIC_TOP_OF_PAGE = ' ' * I_APPLIC_TOP_OF_PAGE_LINSEL = ' ' * I_APPLIC_AT_USER_COMMAND = ' ' * I_APPLIC_AT_LINE_SELECTION = ' ' IMPORTING E_KEYLEN = L_KEYLEN E_MAXLEN = L_MAXLEN EXCEPTIONS OTHERS = 1.

CNVL_WRITE_OBJECT CALL FUNCTION 'CNVL_WRITE_OBJECT' EXPORTING I_LINTYP = TYPE I_OBJECT = OBJECT IMPORTING E_FIELDLINE = L_FIELDLINE EXCEPTIONS OBJECT_NOT_FOUND = 1 FIELDS_NOT_FOUND = 2 OTHERS = 3.

CNVL_GET_LISTVARIANT CALL FUNCTION 'CNVL_GET_LISTVARIANT' EXPORTING I_APPLIC = 'PPPI' I_SUBAPP = 'PI-S' I_LSTVAR = L_LSTVAR * I_DISPLAY = ' ' * I_OBLIGATORY = 'X' * I_SELECT_DEFAULT = I_ONLY_IF_INITIAL = L_FLAG * I_CALL = * I_TITLE = ' ' * I_KEYWORD = ' ' IMPORTING E_CALL = L_CALL E_LSTVAR = L_LSTVAR EXCEPTIONS CANCEL = 1 OTHERS = 2.

COP0_EDIT_PI_SHEET CALL FUNCTION 'COP0_EDIT_PI_SHEET' EXPORTING I_CRID = L_SELECTED-CRID * LOCAL_TABS = ' ' * SELECT_SCREEN = 'X' IMPORTING FUNCTION = L_FCODE TABLES TCOCHP = DUMMY_COCHP TCOFTP = DUMMY_COFTP TCOFVP = DUMMY_COFVP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

COP0_DISPLAY_PI_SHEET CALL FUNCTION 'COP0_DISPLAY_PI_SHEET' EXPORTING I_CRID = L_SELECTED-CRID * LOCAL_TABS = ' ' * SELECT_SCREEN = 'X' IMPORTING FUNCTION = L_FCODE TABLES TCOCHP = DUMMY_COCHP TCOFTP = DUMMY_COFTP TCOFVP = DUMMY_COFVP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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