2015 Jun 18 7:01 AM
Hi Folks,
I want to get PDF file from FTP ,and want to store in Xstring Data type , so i can store Pdf in Custom table.
2015 Jun 18 7:24 AM
hi,
google with 'Uploading a PDF file in an Adobe Form offline scenario'
use fm
CALL FUNCTION 'SCMS_BINARY_TO_XSTRING' for form GET PDF DATA .
pdf data convert to xml and read that from that and save custom table
2015 Jun 18 7:39 AM
Hello Swadhin ,
PDF File already on FTP Server ,I am using Fm's FTP_SERVER_TO_R3 to get file from FTP, But i am getting in Text Format. I want to get file in Xstring Type, So i can store in custom tables.
2015 Jun 18 8:07 AM
hi,
check with
An SAP Consultant: ABAP - Binary to String, String to XSTRING, String to Binary