2008 Aug 11 2:28 PM
hi all,
is there any FM which converts data in BINARY format to PDF format?
points will be awarded
2008 Aug 11 2:29 PM
2008 Aug 11 2:29 PM
2008 Aug 11 2:31 PM
hiii
try using FM
SCMS_BINARY_TO_TEXT
then you can use
CONVERT_ABAPSPOOLJOB_2_PDF
i hope it solves your problem
regards
twinkal
2008 Aug 11 2:33 PM
Hello,
check these FM
SX_OBJECT_CONVERT_OTF_PDF
SX_OBJECT_CONVERT_OTF_PRT
SX_OBJECT_CONVERT_OTF_RAW
SX_OBJECT_CONVERT_SCR_OTF
hope this will help you
Thanks
Anirudh Saini
2008 Aug 11 2:35 PM
2008 Aug 11 2:38 PM
hi,
i actually have a huge requirement.. i need to upload the Resume in attachments in E-Recruitment. the Resume will come in a Binary Format in the SAP-XI Proxy. i need to upload this Binary format into a PDF Resume in the E-Recruiment System.
2008 Aug 11 2:47 PM
Hi Mouli
You can do a sample testing, save the binary data as .PDF file and check , it will be a normal PDF file with all data. So when u are creating attachments for transfering data between systems then just save file as .PDF.
BR
Lavanya
2008 Aug 11 2:52 PM
hi lavanya
i actually dont have Binary data right now i am making the Design Document anyways thanks for your help.
2008 Aug 11 2:54 PM
Hi
If required i can send you some sample binary data to ur mail id. This is how we have implemented PDFs as attachments.
BR
Lavanya
2008 Aug 11 2:56 PM
2008 Sep 26 11:22 PM
Is there any Remote enabled BAPI/RFC to upload a Resume and how to assign it to Applicant in Recruitment?
I need to upload Resume from external .Net program.
Thanks.