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

Fetching data from Standard Program

Former Member
0 Likes
1,170

Hi all,

I have created an ALV Report. I want to pass the field KUNNR to the Standard program RSSCD100 in order to fetch User name, Date and Time. Is it possible. If yes, please help me to bring it out.

Thanks in Advance.

Regards

Chandrakala K


1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,009

Hi

you can do that with import export

regards

laxman

7 REPLIES 7
Read only

Former Member
0 Likes
1,010

Hi

you can do that with import export

regards

laxman

Read only

0 Likes
1,009

Hi,

Can you please give me some example statements. Because I am new to ABAP Programming.

Thanks in Advance

K Chandrakala

Read only

Former Member
0 Likes
1,009

Hi Chandrakala,

This class will help you achieve this, 'cl_salv_bs_runtime_info'. Just search it in SCN how to use it.

regards,
Archer

Read only

0 Likes
1,009

Thank you Archer. I ll try this and let you know the result.

Read only

Arun_Prabhu_K
Active Contributor
0 Likes
1,009

Hello Chandrakala Kumararaja.

     It is possible.    

     Refer this document of Glen Simpson.

Regards.

Read only

0 Likes
1,009

Thank you Arun.

Read only

vamsilakshman_pendurti
Active Participant
0 Likes
1,009

Hi

By using this below class we can get output data of standard ALV report into our internal table in our Zprogram.

Class : CL_SALV_BS_RUNTIME_INFO

Thanks,

vamsi.