2006 Nov 22 2:49 PM
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..
2006 Nov 23 6:10 AM
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..
2006 Nov 23 6:10 AM
Hi Reena,
u can use function module
CONVERT_OTF_2_PDF
for your requirement. Hope it helps
Regards,
Mahesh
2006 Nov 23 6:37 AM
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^
2006 Nov 23 11:00 AM
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..