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

Function Module INX_GET_TABPT

Former Member
0 Likes
605

hi team,

any body have some idea about FM INX_GET_TABPT

1 ACCEPTED SOLUTION
Read only

christian_wohlfahrt
Active Contributor
0 Likes
563

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

4 REPLIES 4
Read only

christian_wohlfahrt
Active Contributor
0 Likes
564

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

Read only

0 Likes
563

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

Read only

0 Likes
563

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.

Read only

0 Likes
563

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