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

Issue in select option

Former Member
0 Likes
1,022

Hi ,

I need small help....

For example i have one report int his i have one select-options for customer number. In selection screen i entered input for Customer Number i entered /h in command prompt and i pressed back button i saw in debug mode s_kunnr not capturing the value which i entered in selection screen. is there any standard function module i need to use.

Thanks in advance.

Maheedhar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
990

Hi,

Check the below FMs...

DYNP_VALUES_READ

DYNP_VALUES_UPDATE

reward if helpful....

Regards,

Ramkumar.K

Hi,

Check the below FMs...

DYNP_VALUES_READ

DYNP_VALUES_UPDATE

reward if helpful....

Regards,

Ramkumar.K

6 REPLIES 6
Read only

Former Member
0 Likes
990

Hi,

try it with other function then going back and you will see your field is filled.

regards

Nicole

Read only

Former Member
0 Likes
990

Hi,

Try hitting F8/enter after /h , then your values should be filled.

Regards,

Shruthi

Read only

Former Member
0 Likes
990

hi,

instead of back button press f8 after typing /h.then u can the select-option populated.

regards,

madhumitha

Read only

Former Member
0 Likes
990

Hi ,

Try pressing enter Key first , and then try to debugg and see whether you get the value or not , i think you should get the value .

Regards

Arun

Read only

Former Member
0 Likes
991

Hi,

Check the below FMs...

DYNP_VALUES_READ

DYNP_VALUES_UPDATE

reward if helpful....

Regards,

Ramkumar.K

Read only

Former Member
0 Likes
990

hi there...

/h starts the debugging mode. but once u start it, u have to manually make the program proceed with the code. for that, press f5. once u do it, the program follows the pattern of code and when it wil reach the select statement, u will see ur field getting filled. i think this solves ur query.

Do reward if helpful or get back with further query.