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

smartform and webform PDF

Former Member
0 Likes
674

hi All,

I am a R/3 programmer and i am assigned a query of ESS which is developed in BSP and HTMLB. There is a smartform and that is not picking up the values properly so i m asked to sort that problem out. Basically they have designed the form such a way that once i go to that page and that i push the 'Print' button, the output of the form comes straight in the pdf format. Now generally there is a call 'SSF_FUNCTION_MODULE_NAME' to call the form in abap, is it the same in BSP??

also if it is so i did not see the call in my forms. So is it possible to conver the OTF straight to PDF without calling the smartform . I knw its confusing but i have tried to put it as clear as i can.

please ask me further questions if u feel the need.

thanks in advance,

Reena..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

Hi Reena,

u can use function module

CONVERT_OTF_2_PDF

for your requirement. Hope it helps

Regards,

Mahesh

hi All,

I am a R/3 programmer and i am assigned a query of ESS which is developed in BSP and HTMLB. There is a smartform and that is not picking up the values properly so i m asked to sort that problem out. Basically they have designed the form such a way that once i go to that page and that i push the 'Print' button, the output of the form comes straight in the pdf format. Now generally there is a call 'SSF_FUNCTION_MODULE_NAME' to call the form in abap, is it the same in BSP??

also if it is so i did not see the call in my forms. So is it possible to conver the OTF straight to PDF without calling the smartform . I knw its confusing but i have tried to put it as clear as i can.

please ask me further questions if u feel the need.

thanks in advance,

Reena..

3 REPLIES 3
Read only

Former Member
0 Likes
641

Hi Reena,

u can use function module

CONVERT_OTF_2_PDF

for your requirement. Hope it helps

Regards,

Mahesh

Read only

Former Member
0 Likes
640

hi

good

did you debug the program properly?

did you see how the data flow from abap to bsp?

did you check wheather there is any javascript they are using as the inteface between ABAP and BSP page ?

go through this links, hope this ll give you the idea about Smartforms implementation in BSP.

/people/thomas.jung3/blog/2004/09/20/bsp-in-action-kimball-international

If you have any further query feel free to mail me.

Thanks

mrutyun^

Read only

Former Member
0 Likes
640

thanks Mrityunjay,

but the isssue is i dont see a call to smartform neither SSF_FUNCTION_MODULE nor the call to my generated function module. All i c is report comes up in form of pdf..

is it possible??

also the blog u suggested, i cudnt find nething helpful..