‎2006 Jan 30 11:19 AM
‎2006 Jan 30 11:26 AM
Hi!
It's used in function group IWO3, 'online table processing'. It's only for internal use (during the transaction), because it's using global variables - which have to be filled by other function modules of same function group.
Regards,
Christian
‎2006 Jan 30 11:26 AM
Hi!
It's used in function group IWO3, 'online table processing'. It's only for internal use (during the transaction), because it's using global variables - which have to be filled by other function modules of same function group.
Regards,
Christian
‎2006 Jan 30 11:41 AM
thanks,
i am using TCode qm02, it contain many tabpads
in task tab, i select one line. how can i catch the values of this seleced line.
if i want to select from table, how to read key field from screen, which row is seleced. how to read a seleced row.
Best regards
‎2006 Jan 30 1:04 PM
Hi Naresh,
U get the entries from the table VIQMFE.
In order to catch the values from the selected line
u need to have an internal table like VIQMFE which
has the value for that particular notification.
so every time U need to refresh this internal table
inside the loop and fill again for the notification.
Depending on your requirement U'll read the above
Internal table and get the Index.
Using this INDEX (1 or 2 ....) U have to select the
line in the Transaction. ( U cannot go from the
screen to the program , U have to come in reverse )
In this way U'll have the row selected which is
read from the Internal table.
Regards,
GSR.
‎2006 Jan 31 5:37 AM
hi, shrinu,
thanks for your reply,
as you told, i have to go in reverse, i did not get this point.
will you plz explain more on this, how to come in reverse, as user will select on screen, how to reterive that notification no, which user has selected.
plz give more explanation.
regards