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

how to retreive data from and external program

Former Member
0 Likes
630

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
584

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

3 REPLIES 3
Read only

Former Member
0 Likes
585

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

Read only

0 Likes
584

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

Read only

0 Likes
584

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