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

Table Control query

Former Member
0 Likes
725

Hi All,

I have used a table control with two columns. First column has the category and on selecting a particular category the description will be displayed automatically in the second column.

Now the requirement is when I delete the category the description is not getting deleted it still stays there. Please help me with this.

Regards,

Srik

8 REPLIES 8
Read only

Former Member
0 Likes
692

Hi,

Can u pls explain it briefly.

Read only

0 Likes
692

Hi,

I have two boxes. In one box if I select a values the relevan description is getting displayed in the second box. And if I delete the value which I entered in the category box the description which was displayed before should be deleted.

Please help me with this.

Regards,

Srik.

Read only

Former Member
0 Likes
692

Hi All,

Not only for Table control please suggest for a normal text boxes if possible.

Regards,

Srik

Read only

Former Member
0 Likes
692

In your abap program, adjust the coding to say that When no categary is selected ( = space ? ) then description should be space! (clear description )

Read only

Former Member
0 Likes
692

Hi Srik,

Are you using them in module pool programming?

If so, you need to have an event triggered (say, pushing a push button) to make the PAI trigger. If its something like the description to be deleted on deleting the text without an event, I dont think its possible to do it.

Thanks,

Saipriya

Read only

0 Likes
692

Hi Saipriya,

Yes its a modulepool programming. Will that not be possible to delete the description when the category is deleted?

Regards,

Srik

Read only

0 Likes
692

It is possible with triggering an event.

Basically Module pool programming is screen-based programming.

Maybe, u can do this. U can delete the text in the field and click enter. Write code for the same event in PAI and delete the description. I have not tried this myself. So, am not sure if it will work. Just give it a try. If not, u can look in for a push-button and proceed with the code for deletion.

Thanks,

Saipriya

Read only

Former Member
0 Likes
692

Thanks