SAP Reports / Programs | Production Planning and Control | Production Planning for Process Industries | Process Data Documentation(PP-PI-PDO) SAP PP

PPPI_WRITE_MESSA_PDF_F01 SAP ABAP INCLUDE - PPPIWRITEMESSAPDFF01







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


INCLUDES used within this REPORT PPPI_WRITE_MESSA_PDF_F01

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:

VB_CP_HEADER_DATA CALL FUNCTION 'VB_CP_HEADER_DATA' EXPORTING i_aufnr = uv_aufnr IMPORTING e_caufvd = gs_caufvd e_afpod = gs_afpod e_psfc_head = gs_psfc_head e_tco09 = gs_tco09 EXCEPTIONS order_not_found = 1 OTHERS = 2.

COC1_FEATURE_CHECK CALL FUNCTION 'COC1_FEATURE_CHECK' EXPORTING feature_id = gs_comer-atinn language = sy-langu IMPORTING feature_name = gs_cabnt-atbez feature_neutral_name = gs_cabn-atnam internal_unit_of_measure = gs_cabn-msehi object_id = gs_cawn-atidn title1 = gs_cabnt-atue1 title2 = gs_cabnt-atue2 value_assignment_with_longtext = gs_cocc-txtrf EXCEPTIONS invalid_class_type = 1 missing_feature_information = 2 no_feature_found = 3 no_feature_valid = 4 no_language = 5 OTHERS = 6.

COC1_CONV_VALUES_FOR_OUTPUT CALL FUNCTION 'COC1_CONV_VALUES_FOR_OUTPUT' EXPORTING characteristic_value = gs_comer-atwrt characteristic_value_float = gs_comer-atflv format = gs_comer-atfor characteristic_id = gs_comer-atinn IMPORTING value_for_output = gs_comer-atwrt EXCEPTIONS format_not_valid = 1 characteristic_id_not_valid = 2 OTHERS = 3.

COMH_GET_MESSAGE_TEXT_NAME CALL FUNCTION 'COMH_GET_MESSAGE_TEXT_NAME' EXPORTING ms_element = ls_come IMPORTING tdname = gs_thead-tdname tdobject = gs_thead-tdobject tdid = gs_thead-tdid tdspras = gs_thead-tdspras EXCEPTIONS no_name_found = 1.

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING object = c_ms_object subobject = ' ' external_number = gv_external_number date_from = -sedat date_to = sy-datlo time_from = -seuzt time_to = sy-timlo log_class = '4' program_name = '*' transaction_code = '*' user_id = ' ' mode = '+' IMPORTING number_of_logs = gv_number_of_logs TABLES header_data = gt_ibalhdr header_parameters = gt_header_parameters messages = gt_ibalm message_parameters = gt_message_parameters.

BAL_DSP_TXT_PROBCLASS_READ CALL FUNCTION 'BAL_DSP_TXT_PROBCLASS_READ' EXPORTING i_probclass = c_probclass_1 IMPORTING e_text = probcl_text-text.

BAL_DSP_TXT_PROBCLASS_READ CALL FUNCTION 'BAL_DSP_TXT_PROBCLASS_READ' EXPORTING i_probclass = c_probclass_2 IMPORTING e_text = probcl_text-text.

BAL_DSP_TXT_PROBCLASS_READ CALL FUNCTION 'BAL_DSP_TXT_PROBCLASS_READ' EXPORTING i_probclass = c_probclass_3 IMPORTING e_text = probcl_text-text.

BAL_DSP_TXT_PROBCLASS_READ CALL FUNCTION 'BAL_DSP_TXT_PROBCLASS_READ' EXPORTING i_probclass = c_probclass_4 IMPORTING e_text = probcl_text-text.

WRITE_FORM CALL FUNCTION 'WRITE_FORM' EXPORTING element = p_element function = 'SET' type = 'BODY' window = 'MAIN' EXCEPTIONS element = 1 function = 2 type = 3 unopened = 4 unstarted = 5 window = 6 bad_pageformat_for_print = 7 OTHERS = 8.



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