‎2006 Apr 25 7:00 AM
Hello all,
I have Report Painter report. But our clients need the other layout (Script or SmartForm).
Could you tell me how I can use the results of Report Painter report and represent these data in SmartForm.
Thanks a lot.
‎2006 Apr 25 7:04 AM
Igor,
If I understand it right, report painter is a generated program.
Now, both SAP Script / SMART Form feed on the data you pass to them. Usually this is done a program called as the Print program which collects the data and passes it on to the Form. So, some how if you are able to capture the output data of the report painter, you can design a Form and display the data accordingly.
Regards,
Ravi
‎2006 Apr 25 7:10 AM
Please go through the enclosed document. This will give you step-by-step approach for Report painter:
http://www.virtuosollc.com/PDF/Get_Reporter.pdf
Check url
http://help.sap.com/saphelp_47x200/helpdata/en/da/6ada3889432f48e10000000a114084/frameset.htm
http://www.thespot4sap.com/Articles/Code_CostCentreReport.asp
http://help.sap.com/saphelp_erp2005/helpdata/en/66/bc7d2543c211d182b30000e829fbfe/frameset.htm
http://help.sap.com/saphelp_erp2005/helpdata/en/5b/d22cee43c611d182b30000e829fbfe/frameset.htm
regards
vinod
‎2006 Apr 25 7:19 AM
Dear Ravi,
I don't know the where are output data of the report painter.