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

SUBMITTING ALV GRID LIST

Former Member
0 Likes
1,184

Hi,

can we call a standard program using SUBMIT and EXPORTING TO LIST TO MEMORY, which generates output in <b>ALV GRID</b>.

Some body saying it is only possible with ALV LIST display,

can anyone clarifies me???

it's a bit urgent...

Thanks

Praneet

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,136

Hi

When you say ALV GRID you would mean a list display on the foreground where in you can perfrom operations on the values displayed.

When you do the SUBMIT of the program it generates the output of the program as a list eventhough when run in foreground it produces a ALV GRID.

What you need to do is submit the standard program , get the list from memory and use the values of the list to generate an ALV GRID using your own custom report .

Hi,

can we call a standard program using SUBMIT and EXPORTING TO LIST TO MEMORY, which generates output in <b>ALV GRID</b>.

Some body saying it is only possible with ALV LIST display,

can anyone clarifies me???

it's a bit urgent...

Thanks

Praneet

10 REPLIES 10
Read only

Former Member
0 Likes
1,137

Hi

When you say ALV GRID you would mean a list display on the foreground where in you can perfrom operations on the values displayed.

When you do the SUBMIT of the program it generates the output of the program as a list eventhough when run in foreground it produces a ALV GRID.

What you need to do is submit the standard program , get the list from memory and use the values of the list to generate an ALV GRID using your own custom report .

Read only

0 Likes
1,135

Hi Dominic,

can u suggest a way for me to extratdata from standard report RVPKMASS96 details are exist in my previous in reply to Amit.

thanks

praneet

Read only

0 Likes
1,135

Hi Praneet,

The only way you can get that data is to debug the program after you click the Detail List Button and find how is the program getting that data and do the same in your program.

Regards,

Ravi

Read only

Former Member
0 Likes
1,135

Hi praneet,

1. SUBMIT and EXPORTING TO LIST TO MEMORY

The called standard program will show the ALV GRID on screen.

2. At the same time, it will also export the list to memory,

which we can then use further.

regards,

amit m.

Read only

0 Likes
1,135

Hi Amit,

I got the clarificaiton that we can submit a program which generates the output in ALV gird format in the calling program.

can u just have a look at standard program RVPKMASS96, from which i need to extract the list. I've checked it in the program it is going to short dump.

As u can see in RVPKMASS96 output a button appears like 'Detalil list' if we click on it, it shows detailed from there i need to catch the output.

can u just explain what are things to be taken care of? or just send me any psuedocode if u have any...

i will be waiting for your reply

Regards,

Raja

Read only

0 Likes
1,135

Hi praneet,

1. I saw the program and ran it with detail list.

2. As per my opinion,

we cannot extract that list from our z program.

3. Bcos

4. This detail list comes after we press the DETAIL button,

on the initial list.

Using simple submit, we cannot SIMULATE that pressing of that button.

regards,

amit m.

Read only

0 Likes
1,135

Hi Amit,

can you just suggest any way to extract it?

i dont know i've agreed for this development...

any one can help me out?

praneet

Read only

Former Member
0 Likes
1,135

Hello,

If the report produces the ALV Grid then it won't be exported to Memory.

If u r using ALV list then it can be exported to Memory.

Vasanth

Read only

Former Member
0 Likes
1,135

Hi Ravi,

As you know SUBMIT functionality ..we dont have control on it. just we extract list output to memory know. we need to have the detail list data (which we will get by clicking on the button of standard program) in our zprogram.

How can we do extract it??

In my opinion, for this standard report submit statement work seems to be not working.

any guidelines?

Regards

praneet

Read only

Former Member
0 Likes
1,135

Guys,

any other way extract the same?