FP_PDF_METADATA_TEST 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 FP_PDF_METADATA_TEST 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.
Selection Text: P_DEST = Connection
Title: Test for Metadata in PDF
Text Symbol: 000 = Set Metadata
Text Symbol: 001 = Metadata extracted successfully
Text Symbol: 002 = PDF does not exist or is unchanged
Text Symbol: 003 = Metadata does not exist
Text Symbol: 004 = Incorrect metadata returned
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
USER_NAME_GET CALL FUNCTION 'USER_NAME_GET' IMPORTING full_user_name = gv_name.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FP_PDF_METADATA_TEST - Test for Metadata in PDF FP_PDF_METADATA_TEST - Test for Metadata in PDF FP_PDF_ERRORMESSAGE_TEST - Test Program: Readable Error Message FP_PDF_ERRORMESSAGE_TEST - Test Program: Readable Error Message FP_PDF_ATTACHMENT_TEST - Test File Attachments and Comments in PDF FP_PDF_ATTACHMENT_TEST - Test File Attachments and Comments in PDF