2009 Sep 11 8:29 AM
Hiii
I have a Zreport which produce an ALV and also the VF02 transaction which produce a amartform.
I will need to
1: From a new program extract from the Zreport the alv in sort of excel sheet and submit it by mail
2. From a new program extract the smartfroms found on VF02 and submit it by mail
please advise how i can get access to those two external program
2009 Sep 11 8:33 AM
Hi,
1: When you have an output in ALV why don't you use an EXCEL-Layou in this Report?
2: Print the smartform and send this as email from the spool (lot of examples in SDN, serach for this).
Regards, Dieter
Hiii
I have a Zreport which produce an ALV and also the VF02 transaction which produce a amartform.
I will need to
1: From a new program extract from the Zreport the alv in sort of excel sheet and submit it by mail
2. From a new program extract the smartfroms found on VF02 and submit it by mail
please advise how i can get access to those two external program
2009 Sep 11 8:33 AM
Hi,
1: When you have an output in ALV why don't you use an EXCEL-Layou in this Report?
2: Print the smartform and send this as email from the spool (lot of examples in SDN, serach for this).
Regards, Dieter
2009 Sep 11 8:43 AM
What do you mean by the first question.
I need From let's say Zprogram1 access Zprogram2 report.
And note that the ZProgram2 is an ALV one i don't want the alv one i want it in terms of excel
2009 Sep 11 9:03 AM
Hi,
in report1 put the data into memory, submit in report1 the report2.
in report2 read the memory and use ALV, excel as you want.
Regards, Dieter