PPPRFHMS 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 PPPRFHMS into the relevant SAP transactions such as SE38 or SE80
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.
Title: PP Print: Goods Issue Slip for PRTs
Text Symbol: 001 = Start date
Text Symbol: 002 = Delivery date
Text Symbol: 003 = Order quantity
Text Symbol: 004 = Un
Text Symbol: 005 = OpNo Seq. WrkCt Cost center Start date Deliv. date Confirm. no.
Text Symbol: 006 = Operation description
Text Symbol: 007 = Page:
Text Symbol: 010 = Duplicate
INCLUDE PPCOINCL.
INCLUDE CODRGT10.
INCLUDE CODRGETT.
No SAP DATABASE tables are accessed within this REPORT code!
CO_DR_PR_OPT_FILL CALL FUNCTION 'CO_DR_PR_OPT_FILL' EXPORTING PRT_CO = PRLST_TMP IMPORTING PR_OPT = PR_OPTIONS.
OPEN_FORM CALL FUNCTION 'OPEN_FORM' EXPORTING DEVICE = 'PRINTER' DIALOG = SPACE FORM = PRINT_CO-FORML LANGUAGE = PRINT_CO-SPRAS OPTIONS = PR_OPTIONS EXCEPTIONS CANCELED = 01 DEVICE = 02 FORM = 03 OPTIONS = 04 UNCLOSED = 05.
START_FORM CALL FUNCTION 'START_FORM'.
END_FORM CALL FUNCTION 'END_FORM'.
CLOSE_FORM CALL FUNCTION 'CLOSE_FORM' IMPORTING RESULT = PR_RESULT EXCEPTIONS OTHERS = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPPRFHMS - PP Print: Goods Issue Slip for PRTs PPPRFHMS - PP Print: Goods Issue Slip for PRTs PPPRFHML - PP Print: PRT Overview PPPRFHML - PP Print: PRT Overview PPPRECONF - SE38 screen selection for customizing PDC transfer frequency PPPRECONF - SE38 screen selection for customizing PDC transfer frequency