Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Binary to PDF Conversion

Former Member
0 Kudos
2,915

hi all,

is there any FM which converts data in BINARY format to PDF format?

points will be awarded

1 ACCEPTED SOLUTION

Former Member
0 Kudos
703

Hi

Is this the one you are looking for -CONVERT_OTF_2_PDF

10 REPLIES 10

Former Member
0 Kudos
704

Hi

Is this the one you are looking for -CONVERT_OTF_2_PDF

Former Member
0 Kudos
703

hiii

try using FM

SCMS_BINARY_TO_TEXT

then you can use

CONVERT_ABAPSPOOLJOB_2_PDF

i hope it solves your problem

regards

twinkal

former_member745780
Active Participant
0 Kudos
703

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

0 Kudos
703

Hi Mouli

why are u interested in PDF format conversion ?

0 Kudos
703

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.

0 Kudos
703

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

0 Kudos
703

hi lavanya

i actually dont have Binary data right now i am making the Design Document anyways thanks for your help.

0 Kudos
703

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

0 Kudos
703

ok.. you can send it..

0 Kudos
703

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.