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: 

Issue in select option

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Check the below FMs...

DYNP_VALUES_READ

DYNP_VALUES_UPDATE

reward if helpful....

Regards,

Ramkumar.K

6 REPLIES 6

Former Member
0 Kudos

Hi,

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

regards

Nicole

Former Member
0 Kudos

Hi,

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

Regards,

Shruthi

Former Member
0 Kudos

hi,

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

regards,

madhumitha

Former Member
0 Kudos

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

Former Member
0 Kudos

Hi,

Check the below FMs...

DYNP_VALUES_READ

DYNP_VALUES_UPDATE

reward if helpful....

Regards,

Ramkumar.K

Former Member
0 Kudos

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.