‎2014 Oct 10 11:23 AM
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
‎2014 Oct 10 11:35 AM
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
‎2014 Oct 10 11:35 AM
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
‎2014 Oct 10 11:53 AM
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.
‎2014 Oct 10 12:11 PM
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