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

How to Delete Table Control from Module Pool Program.

Former Member
0 Likes
1,430

Hi Experts,

I have created a table control in module pool program now i want some modification in that so i want to delete this table control if i delete this table control it will left it's coding that will make program complex,

so anyone can tll me how to delete this table control.

Thanks in advance.

5 REPLIES 5
Read only

Former Member
0 Likes
988

Dear Anand,

With in PAI Module U can loop the table and delete what ever u want ,

Or

Simply use Refresh to delete the Table contents with in PAI Module

Thanks & Regards

Kranthi

Read only

tolga_polat
Active Participant
0 Likes
988

Hi,

I think there no delete wizard like create. so you have to delete all related coding manualy.

But let me ask you that : Why you need to delete TC? Will you use ALV instead of TC?

Regards

Tolga

Read only

RaymondGiuseppi
Active Contributor
0 Likes
988

Why do youi want to delete the TC, can you try to change the structure of records and adapt the dynpro definition yourself.  Also there is no delete TC wizard, but it is really easy to identify the form generated by the wizard and the data addition, just try.

Regards,

Raymond

Read only

Former Member
0 Likes
988

Hi Anand ,

Delete all coding related to TC and and also remove screen element from element list, do another thing create new screen and copy paste which code u want from TC based screen and separated the new screen .

Regards

Vivek

Read only

Former Member
0 Likes
988

thanks everyone for ur response now i can try to solve this.