SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Consumer Products for Food & Beverage(PP-PI-CFB) SAP PP

CFB_PPPIBSEL SAP ABAP Report - Print Process Order Shop Floor Papers: Initial Screen







CFB_PPPIBSEL 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 CFB_PPPIBSEL 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 CFB_PPPIBSEL. "Basic submit
SUBMIT CFB_PPPIBSEL AND RETURN. "Return to original report after report execution complete
SUBMIT CFB_PPPIBSEL 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: PFTRMSNO = Scheduled Release Date
Selection Text: PGLTRSNO = Scheduled End Date
Selection Text: PGSTRSNO = Scheduled Start Date
Selection Text: PKDAUFNO = Sales Order
Selection Text: PKDPOSNO = Sales Order Item
Selection Text: PMATNRNO = Material Number
Selection Text: PMDV01NO = Production Line
Selection Text: PPROJNNO = WBS Element
Selection Text: PSELIDNO = Selection Profile
Selection Text: PWERKSNO = Plant
Selection Text: P_NACH = Reprint
Selection Text: P_ORIG = Original Printout
Selection Text: P_OY_OVL = Only Overview Form
Selection Text: P_PDFORM = PDF Form
Selection Text: P_PRINTR = Printer
Selection Text: P_PRTDLG = Print Dialog
Selection Text: P_REPID = Print Report
Selection Text: P_WO_OVL = Without Overview Form
Selection Text: P_W_OVL = With Overview Form
Selection Text: S_AUART = D .
Selection Text: S_AUFNR = D .
Selection Text: S_DISPO = D .
Selection Text: S_FEVOR = D .
Selection Text: S_FTRMS = D .
Selection Text: S_GLTRS = D .
Selection Text: S_GSTRS = D .
Selection Text: S_KDAUF = D .
Selection Text: S_KDPOS = D .
Selection Text: S_MATNR = D .
Selection Text: S_MDV01 = D .
Selection Text: S_PROJN = D .
Selection Text: S_SELID = D .
Selection Text: S_WERKS = D .
Selection Text: PFEVORNO = Production Supervisor
Selection Text: PDISPONO = MRP Controller
Selection Text: PAUFNRNO = Order
Selection Text: PAUARTNO = Order Type
Title: Print Process Order Shop Floor Papers: Initial Screen





Text Symbol: 001 = Print Mode
Text Symbol: 002 = Print Overview Form
Text Symbol: 003 = Selection Data
Text Symbol: 004 = Order Data
Text Symbol: 005 = Date Selection
Text Symbol: 006 = Additional Data
Text Symbol: 007 = Sort Sequence for Overview Form
Text Symbol: 008 = PDF / Print Program / Printer
Text Symbol: 111 = Sort Criteria Only Valid for Overview Form
Text Symbol: AUA = Order Type
Text Symbol: AUF = Process Order
Text Symbol: DIS = MRP Controller
Text Symbol: FEV = Production Supervisor
Text Symbol: FTR = Release Date
Text Symbol: GLT = Scheduled Finish
Text Symbol: GST = Scheduled Start
Text Symbol: KDA = Sales Order
Text Symbol: MAT = Material
Text Symbol: MDV = Production Line
Text Symbol: NAC = Reprint
Text Symbol: OOL = Only Overview Form
Text Symbol: ORI = Original Printout
Text Symbol: PSP = WBS Element
Text Symbol: SID = Selection Profile
Text Symbol: SOR = Sort Criteria f. Overview Form
Text Symbol: WER = Plant
Text Symbol: WOL = With Overview Form
Text Symbol: WOO = Without Overview Form


INCLUDES used within this REPORT CFB_PPPIBSEL

INCLUDE CFB_CODR_TOP_INCLUDE.
INCLUDE LCOKOVAL.


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:

RS_VARIANT_FETCH CALL FUNCTION 'RS_VARIANT_FETCH' EXPORTING function = sscrfields-ucomm report = 'CFB_PPPIBSEL' rkey = ls_rkey submode = lv_submode dynnr = sy-dynnr * INTERNAL_CALL = ' ' IMPORTING function = lv_ucomm variant = ls_rkey-variant TABLES selctab = %_sscr p_vari = lt_vari * P_VARIVDAT = * P_VARIDYN = * P_VDATDYN = EXCEPTIONS variant_name = 1 no_variants = 2 variant_inconsistent = 3 only_background = 4 OTHERS = 5.

RS_VARIANT_SAVE_FROM_SELSCREEN CALL FUNCTION 'RS_VARIANT_SAVE_FROM_SELSCREEN' EXPORTING curr_report = ls_rkey-report * USER_VARI = vari_report = ls_rkey-report * IMPORTING * VARIANT = * FUNCTION = TABLES p_sscr = %_sscr p_vari = lt_vari * P_VARIVDAT = * P_VARIDYN = * P_VDATDYN = * P_DYNSFIELDS = * P_SCREENS = EXCEPTIONS illegal_variant_name = 1 not_authorized = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 OTHERS = 6.



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