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: 

GET PARAMETER

Former Member
0 Kudos

EXPERTS,

I have table maintenance generator which hold sales order number for one of the

field which is having parameter ID as 'AUN' , now i have a requirement to get

the value which is getting displayed in table maintenace generator ,

so when i use

GET PARAMETER ID 'AUN' FIELD t_vbeln-low . I am getting the last number

which is appearing on the table maintenace generator , my objective is to get

all the value where parameter ID is 'AUN'.

2 REPLIES 2

Former Member
0 Kudos

Hi sanju,

Parameter ID will store only one value at a time and it is the last value.

So at any moment of time AUN will have only one value.

Regards,

Atish

varma_narayana
Active Contributor
0 Kudos

HI..

GET PARAMETER ID 'AUN' FIELD t_vbeln-low .

This statement reads the Value of Screen field from SAP Memory ID 'AUN'.

It returns only the Last value which is entered in the Screen field.

To get all the Values you cannot use this statement.

Try out the alternative like SELECT..

<b><b>Reward if Helpful.</b></b>