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

BIT 64 CONVERSION

Former Member
0 Likes
475

hi all

please help me!1i have a situation in my project in which i have to develp an RFC ,in which an import parameter in which i will recieve a bit 64 value,can anyone suggest me what datatype i will declare to make that compatable with sap R/3,more over i have convert that data into pdf format and send the same as attachement to the front end in the portal,please help me how will i move forward.

regards

PRASUN RUDRA

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
449

Hi ,

You can declare as STUI_INT64 ,SWFDBITS64.

3 REPLIES 3
Read only

Former Member
0 Likes
450

Hi ,

You can declare as STUI_INT64 ,SWFDBITS64.

Read only

0 Likes
449

hi dinesh

thanks for the answer can you please tell me how will i convert the data into pdf attachment by means of a standard function module and send this as an attachment to the portal.please help

regards

Prasun

Read only

Former Member
0 Likes
449

Hi ,

Try to use the following function modules.

CONVERT_ABAPSPOOLJOB_2_PDF

CONVERT_OTFSPOOLJOB_2_PDF

CONVERT_OTF_2_PDF

CONVERT_OTF_2_PDF_ARCHIVELINK

SX_OBJECT_CONVERT_OTF_PDF

HR_EFI_SHOW_PDF_FORM

Please reward if useful.