SAP Reports / Programs | Production Planning and Control | Production Orders(PP-SFC) SAP PP

PPCO85EI SAP ABAP Report - Setting of Print Control From User Perspective







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


Text pool values


Evaluation of Print Control From User Perspective
Selection Text: WERKS = Plant
Selection Text: TCODE = Transaction
Selection Text: PUSER = User
Selection Text: DISPO = MRP controller/Prod. scheduler
Selection Text: AUART = Order type
Title: Setting of Print Control From User Perspective
Text Symbol: VB1 = Update task print
Text Symbol: OL1 = Online print
Text Symbol: BTC = Background print
Text Symbol: 064 = SAPscript Form
Text Symbol: 063 = List
Text Symbol: 062 = (Lists Modified by User)
Text Symbol: 060 = Spool Data Set Name
Text Symbol: 059 = Preview for Reprint
Text Symbol: 058 = No. of Sections
Text Symbol: 057 = New List
Text Symbol: 056 = Barcode Allowed
Text Symbol: 055 = No. of Printouts
Text Symbol: 054 = Print Immediately
Text Symbol: 053 = Hold No. of Days
Text Symbol: 052 = Hold Print
Text Symbol: 051 = Printer
Text Symbol: 047 = Collective List
Text Symbol: 046 = List name
Text Symbol: 044 = User
Text Symbol: 043 = Plant
Text Symbol: 042 = Transaction
Text Symbol: 041 = MRP Controller
Text Symbol: 040 = Ref. doc. type
Text Symbol: 010 = Selection Criteria:
Text Symbol: 009 = Evaluation of Print Control From User Perspective
Text Symbol: 008 = Spool Parameters
Text Symbol: 007 = List Control
Text Symbol: 006 = Document Control
Text Symbol: 005 = MRP Controller
Text Symbol: 004 = Plant
Text Symbol: 003 = User





Text Symbol: 002 = Transaction
Text Symbol: 001 = Order Type


INCLUDES used within this REPORT PPCO85EI

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:

CO_DR_T496B_READ CALL FUNCTION 'CO_DR_T496B_READ' EXPORTING auart = auart IMPORTING t496bwa = t496b EXCEPTIONS no_entry_in_t496b = 01.

CO_DR_T496D_READ CALL FUNCTION 'CO_DR_T496D_READ' EXPORTING rbart = t496b-rbart puser = puser werks = werks IMPORTING t496dwa = t496d EXCEPTIONS no_entry_in_t496d = 01.

CO_DR_MIX_T496D_T496T CALL FUNCTION 'CO_DR_MIX_T496D_T496T' EXPORTING t496d_imp = t496d rbart = t496b-rbart dispo = dispo tcode = tcode werks = werks IMPORTING t496d_mixed = t496d_mixed t496t_exp = t496t EXCEPTIONS no_entry_in_t496t = 01.

CO_DR_MIX_T496D_T496P CALL FUNCTION 'CO_DR_MIX_T496D_T496P' EXPORTING t496dwa = t496d_mixed rbart = t496b-rbart dispo = dispo werks = werks uname = puser IMPORTING t496d_mixed = t496d_mixed EXCEPTIONS no_destination = 1 no_entry_in_t496p = 2 invalid_entry_in_t496p = 3 OTHERS = 4.

CO_DR_GET_LISTID_TAB CALL FUNCTION 'CO_DR_GET_LISTID_TAB' TABLES listid_tab = listid_tab.

CO_DR_GENERATE_PRINT_ORDERS CALL FUNCTION 'CO_DR_GENERATE_PRINT_ORDERS' EXPORTING print_imp = print_co t496d_imp = t496d_mixed IMPORTING lst_entries = entries TABLES pr_order = print_tab EXCEPTIONS no_entry_in_t496f = 02 no_entry_in_t496r = 03.

CO_DR_T496V_READ CALL FUNCTION 'CO_DR_T496V_READ' EXPORTING tcode = tcode werks = werks autyp_imp = t003o-autyp IMPORTING batch_print = flg_bp logfile_print = flg_vb online_print = flg_ol EXCEPTIONS no_entry_in_t496v = 01.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid is_layout = gs_lay_out it_fieldcat = gt_fieldcat i_default = gc_default i_save = gc_save it_events = gt_eventtab TABLES t_outtab = gt_print EXCEPTIONS program_error = 01.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = ic_struc CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 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 PPCO85EI or its description.