PPPI_WRITE_VERSION_PDF_F01 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 PPPI_WRITE_VERSION_PDF_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VB_CP_BUF_VERS_READ CALL FUNCTION 'VB_CP_BUF_VERS_READ' EXPORTING i_mchp = us_mchp TABLES e_vers = gt_buf_vers.
VB_CP_BUF_SIGN_READ CALL FUNCTION 'VB_CP_BUF_SIGN_READ' EXPORTING i_vers =
TABLES e_sign = gt_buf_sign EXCEPTIONS no_signatures = 1 OTHERS = 2.
VB_CP_BUF_VERST_READ CALL FUNCTION 'VB_CP_BUF_VERST_READ' EXPORTING i_vers =
TABLES e_verst = gt_buf_verst EXCEPTIONS no_version_text = 1 OTHERS = 2.
VB_CP_BUF_CONN_READ CALL FUNCTION 'VB_CP_BUF_CONN_READ' EXPORTING i_vers =
TABLES e_conn = gt_buf_conn EXCEPTIONS no_conn = 0 OTHERS = 0.
STATUS_READ_MULTI CALL FUNCTION 'STATUS_READ_MULTI' EXPORTING get_change_documents = c_yes TABLES objnr_tab = lt_objnr_tab status = lt_stat_tab jsto_tab = lt_jsto_tab jcdo_tab = lt_jcdo_tab jcds_tab = lt_jcds_tab.
STATUS_NUMBER_CONVERSION CALL FUNCTION 'STATUS_NUMBER_CONVERSION' EXPORTING language = ls_stat_txt-spras status_number = ls_stat_txt-istat IMPORTING txt04 = ls_stat_txt-txt04 txt30 = ls_stat_txt-txt30 EXCEPTIONS insufficient_input = 0 object_not_found = 0 status_not_found = 0 stsma_not_found = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPPI_WRITE_VERSION_PDF_F01 - PPPIWRITEVERSIONPDFF01 PPPI_WRITE_VERSION_PDF - Batch Record: Print Program, Version Data PPPI_WRITE_VERSION_PDF - Batch Record: Print Program, Version Data PPPI_WRITE_VERSION_F01 - PPPIWRITEVERSIONF01 PPPI_WRITE_VERSION_DOC - Batch Record: Print Program, Version Data PPPI_WRITE_VERSION_DOC - Batch Record: Print Program, Version Data