Application Development and Automation 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: 
Read only

Binary to PDF Conversion

Former Member
0 Likes
4,636

hi all,

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

points will be awarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,424

Hi

Is this the one you are looking for -CONVERT_OTF_2_PDF

10 REPLIES 10
Read only

Former Member
0 Likes
2,425

Hi

Is this the one you are looking for -CONVERT_OTF_2_PDF

Read only

Former Member
0 Likes
2,424

hiii

try using FM

SCMS_BINARY_TO_TEXT

then you can use

CONVERT_ABAPSPOOLJOB_2_PDF

i hope it solves your problem

regards

twinkal

Read only

former_member745780
Active Participant
0 Likes
2,424

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

Read only

0 Likes
2,424

Hi Mouli

why are u interested in PDF format conversion ?

Read only

0 Likes
2,424

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.

Read only

0 Likes
2,424

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

Read only

0 Likes
2,424

hi lavanya

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

Read only

0 Likes
2,424

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

Read only

0 Likes
2,424

ok.. you can send it..

Read only

0 Likes
2,424

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.