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

Dialog programming - Subscreen

Former Member
0 Likes
430

Hi all,

I have a query..

I have a customized screen.

I have a subscreen area, which is dynamically generated.

The code for the subscreen is in the abap program, and I call the subscreen in the module pool, PBO and PAI.

Now, I am keying in values in that screen (also in the subscreen field - it is a select-option field).

When I click the save button, I am clearing the values already entered in the input fields in the screen.

All the values are cleared except the subscreen select-option field.

The values are still there. I cannot clear those values.

Kindly guide me how to clear the values in the subscreen select-option field.

Thanks in advance.

Jaffer Ali.S

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

Hi Jaffer,

Try to clear the Parameter ID of the particular select-option. You can find it by using F1 help and technical info.

1 REPLY 1
Read only

Former Member
0 Likes
400

Hi Jaffer,

Try to clear the Parameter ID of the particular select-option. You can find it by using F1 help and technical info.