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
Below is a list of transaction codes which are relevant to this SAP report
DMS_PDFCONV - PDF Conversion
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMS_VEG_PDF_CONVERSION - PDF Conversion DMS_VEG_PDF_CONVERSION - PDF Conversion DMS_USERGROUP_MAINTAIN_USERI01 - Include DMS_USERGROUP_MAINTAIN_USERI01 DMS_UPD_LAST_DRAD_CHANGE - Fill Table DRAD_LAST_CHANGE Initial DMS_UPD_LAST_DRAD_CHANGE - Fill Table DRAD_LAST_CHANGE Initial DMS_UPD_LAST_CHANGE - Fill Table DRAW_LAST_CHANGE Initial