‎2009 Jan 05 12:11 PM
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
‎2009 Jan 05 12:29 PM
‎2009 Jan 05 12:34 PM
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.
‎2009 Jan 05 12:32 PM
Hi All,
Not only for Table control please suggest for a normal text boxes if possible.
Regards,
Srik
‎2009 Jan 05 12:43 PM
In your abap program, adjust the coding to say that When no categary is selected ( = space ? ) then description should be space! (clear description )
‎2009 Jan 05 1:09 PM
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
‎2009 Jan 05 1:11 PM
Hi Saipriya,
Yes its a modulepool programming. Will that not be possible to delete the description when the category is deleted?
Regards,
Srik
‎2009 Jan 05 1:28 PM
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
‎2009 Aug 07 10:07 AM