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

convert smartform to doc. format

former_member210804
Active Participant
0 Likes
694

Hi experts,

I want to convert from smart form data to doc. format and download it in local system.

Please give me suggestions to resolve this problem.

Best regards,

Rao

Hi experts,

I want to convert from smart form data to doc. format and download it in local system.

Please give me suggestions to resolve this problem.

Best regards,

Rao

3 REPLIES 3
Read only

Former Member
0 Likes
645

Hai Narasimha Rao,

   Use the standard program 'RSTXPDFT7' may help your requirement.But by using these you can't get as a pdf format in this we have to do some modifications.

Read only

Former Member
0 Likes
645

Hi Rao,

I am afraid a direct conversion is not possible... But yes you can do it via Spool.

Convert your smartform as a spool output then convert that to doc.

Check the below link for the code.

I hope it helps.

Regards

Read only

0 Likes
645

Hi all,

Thanks for your reply.

I have created a spool number for my smart form and while using the function module

RSPO_RETURN_ABAP_SPOOLJOB, i am getting sy-subrc = 2. I could n't able to process further.

Best regards,

Rao