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

Tableview AUFK AFVU

Former Member
0 Likes
1,446

Hello everybody,

i have to make a report, to push some maintenance workorders.
I have to select from aufk with conditions aufnr auart astnr.

but i also have to select if the order is assigned to a team or a person.

i found these fields in afvu (zz_persno and team_guid).

but i dont know how to join these two tables.

Does anybody have an idea?

Thank You.

Björn

1 ACCEPTED SOLUTION
Read only

Kiran_Valluru
Active Contributor
0 Likes
937

Hi,

Check this: Link using AFKO table, AUFK -> AFKO -> AFVU

AUFK-AUFNR = AFKO-AUFNR then AFKO-AUFPL = AFVU-AUFPL

Regards,

Kiran

2 REPLIES 2
Read only

Kiran_Valluru
Active Contributor
0 Likes
938

Hi,

Check this: Link using AFKO table, AUFK -> AFKO -> AFVU

AUFK-AUFNR = AFKO-AUFNR then AFKO-AUFPL = AFVU-AUFPL

Regards,

Kiran

Read only

former_member183073
Active Participant
0 Likes
937

Please Validate the requirement once again, AFVU might not be the correct table as per your requirement as it holds details of the Users at Operation Level, and even it is Operation which is assigned to a person or group not Order. Please check with the Functional Owner what exactly is required or where the Assigned user data is stored.

In AFVU you will have multiple records for each Order(i.e. at the Operation Level)