Application Development 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: 

Regarding ALV

Former Member
0 Kudos

hi Experts,

i created a ALV report.

in ALV list i created a button like PROCESS

in ALV grid display if i select any row and if i press PROCESS button i need to pass one particular field ( which is in ALV display) to another Screen. ( in this case if i press PROCESS its calling one Transaction)

in that transaction ( in one particular field ) i need to keep that selected value

if any body is having idea pls help me

1 REPLY 1

Former Member
0 Kudos

Hi,

Are asking about how to get the value from the calling ALV list or about how to transfer that value to the receiving transaction or both?

If you already know how to get the value that you need to transfer, you can try to use SET/GET PARAMETER (if the appropriate SPA/GPA parameter exists) or EXPORT ... TO MEMORY ID within your PROCESS logic along with a corresponding IMPORT ... FROM MEMORY ID in the receiving transaction.

Regards,

Jamie