Sometimes customer is getting a PDF file in SAP system,but he is not aware of where the PDF file comes from.How we can recognize it?
1.Open the PDF file with any text editor.
2.You can see the below contents.
•SAPSCRIPT&SMARTFORM:
/Author (I033461 )
/CreationDate (D:20150526082600)
/Creator (Form BC470_DATAS EN)----------->This is the form name
/Producer (SAP NetWeaver 731 )
•ABAP List
/Author (I033461 )
/CreationDate (D:20150526075953)
/Creator (Form X_65_80 EN)-------------->this is the ABAP list format
/Producer (SAP NetWeaver 731 )
%SAPinfoStart TOA_DARA
•ADS form
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
<xmp:MetadataDate>2015-05-26T14:33:15+08:00</xmp:MetadataDate>
<xmp:CreatorTool>Adobe XML Form Module Library</xmp:CreatorTool>
<xmp:ModifyDate>2015-05-26T14:33:15+08:00</xmp:ModifyDate>
<xmp:CreateDate>2015-05-26T16:32:13+10:00</xmp:CreateDate>
* There is no ADS form name shown here,should activate the ADS default trace to get the ADS form name.