SAP Reports / Programs

DMS_VEG_PDF_CONVERSION SAP ABAP Report - PDF Conversion







DMS_VEG_PDF_CONVERSION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to generate a PDF file from an RH file...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter DMS_VEG_PDF_CONVERSION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

DMS_PDFCONV - PDF Conversion


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 DMS_VEG_PDF_CONVERSION. "Basic submit
SUBMIT DMS_VEG_PDF_CONVERSION AND RETURN. "Return to original report after report execution complete
SUBMIT DMS_VEG_PDF_CONVERSION 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: P_DATUM = D .
Selection Text: P_MATNR = D .
Selection Text: P_WERKS = D .
Selection Text: S_CONFIG = D .
Selection Text: S_DOKAR = D .
Selection Text: S_DOKNR = D .
Selection Text: S_DOKTL = D .
Selection Text: S_DOKVR = D .
Title: PDF Conversion
Text Symbol: 001 = Document
Text Symbol: 002 = Material
Text Symbol: 003 = Configuration ID


INCLUDES used within this REPORT DMS_VEG_PDF_CONVERSION

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:

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = sy-repid dynumb = sy-dynnr TABLES dynpfields = lt_dynpfields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

CONVERSION_EXIT_MATN1_INPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' EXPORTING input = lv_matnr IMPORTING output = lv_matnr.

EINGABEWERTE_WERK CALL FUNCTION 'EINGABEWERTE_WERK' EXPORTING kzall = ' ' kzbew_werk = ' ' matnr = lv_matnr IMPORTING werks = p_werks.

CONVERSION_EXIT_MATN1_INPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' EXPORTING input = p_matnr IMPORTING output = p_matnr.

DMS_VEG_GET_METADATA CALL FUNCTION 'DMS_VEG_GET_METADATA' EXPORTING iv_document = s_doknr-low iv_doc_type = s_dokar-low iv_doc_part = s_doktl-low iv_doc_vers = s_dokvr-low iv_material = p_matnr iv_plant = p_werks iv_date = p_datum IMPORTING et_scenedata = lt_scenedata et_formdata = lt_form_data es_documentid = ls_docuid et_messages = lt_message.

DMS_VEG_CREATE_TEMPLATE CALL FUNCTION 'DMS_VEG_CREATE_TEMPLATE' EXPORTING it_scene_data = lt_scenedata it_form_data = lt_form_data iv_workflow_name = s_config-low is_document = ls_docuid IMPORTING ev_job_id = ls_jobid et_messages = lt_message.



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