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 program table control input lines

Former Member
0 Likes
663

hi

im creating mpp . in table control I want to program input lines

ex

as shown below if I write material no I want to get further fields and if I click on material type, in new screen I want to get related matnr and details plz

guide me m new to abap

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
636

Hi,

In PAI, loop the table control and update other column values and modify the table control. refer this discussion: http://scn.sap.com/thread/3417481

Regards,

Kiran

3 REPLIES 3
Read only

Kiran_Valluru
Active Contributor
0 Likes
637

Hi,

In PAI, loop the table control and update other column values and modify the table control. refer this discussion: http://scn.sap.com/thread/3417481

Regards,

Kiran

Read only

0 Likes
636

thank u ..

ok I fetch data into table but after fetching data  issue is if I click on any MTART say DIEN , then i have to display  all the

material no related to DIEN in new tabstrip.  

Read only

0 Likes
636

Hi,

you can get the value usign GET CURSOR VALUE and then use call screen to display the data in new screen.

check this thread: http://scn.sap.com/thread/1109392

hope this helps,

Regards,

Kiran