2022 Sep 14 12:44 PM
Hi,
I'm working on a report where both smartform and scripts need to be downloaded in PDF format. In case of smartform, I get the OTF data using the function module and then use `CONVERT_OTF_2_PDF` for conversion.
In the case of SAP Scripts, the function module CLOSE_FORM has a table called otfdata which can be converted to PDF using the above mentioned module. But, do we need to call OPEN_FORM and WRITE_FORM before CLOSE_FORM, if so we need to call WRITE_FORM for every windows? What's the suitable way to do this?
Please provide suggestions.
2022 Sep 14 1:45 PM
Smart Form: exporting parameter JOB_OUTPUT_INFO, component OTF_DATA, of function module:
SAPScript:
2022 Sep 14 1:46 PM
Why can we create an answer but not edit anymore !!!???
I meant:
2022 Sep 14 6:00 PM
Hi, sandra.rossi :
The issue has been reported, and we are currently investigating.
Kind regards,
--Jerry
2022 Sep 15 5:56 AM
Hi sandra.rossi,
Just like I call the function module of smart forms, can I call the CLOSE_FORM of the particular sap script ? I'm new to this, and I'm not sure how the above way works.
2022 Sep 15 9:36 AM
Are you asking a very specific question about SAPScript but you don't know how it works? Please explain the context by editing your question then. Or ask a new question.