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: 

working with Table control input

Former Member
0 Kudos

Hello Guys,

I am working with table control input in mpp....when i am entering the value in table control it is getting cleared..my screen field names are kna1-kunnr , kna1-name1 kna1-name2

i created work area and internal table with three fields kunnr, name1, name2

when ever user enter the customer no as a input in table control it should fetch the name1 andd name2 value in the table control

7 REPLIES 7

former_member182550
Active Contributor

Did you create it with the table control wizard ? If not, use that. If you don't want to do that then make sure you have all the field transfer stuff in your PBO and PAI.

0 Kudos

I am using Normal table controle can u please provide the code

Nope.

Use the table control wizard. It does it all for you.

In order to provide the code I would need to know your table structures etc and then I would re-invent the wheel because SAP has already done so in the table control wizard. It's soooo........easy. (If you know what you're doing).

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

0 Kudos

i reffered that one i could not understand , i am new to abap can you take one example provide the code...

example: i am using table control in sub screen..if the user as a enter the value in table control after hitting the enter the value is getting cleared...i am expecting it should stay the value in table control and it should fetch the value according the input...

example: if i enter the material no it should fetch corresponding description

This is basic SAP 101 stuff. Did you not find out how to do this in your training ?

horst_keller
Product and Topic Expert
Product and Topic Expert

It doesn't help. Nobody can provide your code for you from your meager description. And even if you described it more detailed, it is your job to do it yourself. Start with simple examples as they can be found in the Web or are delivered from SAP in the ABAP example library, copy them, understand them, adjust them to your needs or use the new knowledge to start your own project.