Application Development 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: 

Table for Network/Activity/Element

Former Member
0 Kudos

In CJ20N, I have this as the element 90000123-0020-0050 where 90000123 is the network, 0020 is the Operation/Activity and 0050 is the Sub-Operation.

I'm trying to find the tables for th Operation and Sub-Operation but couldn't find it. The structure-fields are AFVGD-VORNR and AFVGD-UVORN respectively. Can anyone tell the actual table name?

Thanks in advance!

4 REPLIES 4

Former Member
0 Kudos

Look at AFRV Table

Thanks

Seshu

0 Kudos

Hi Seshu,

I appreciate your reply but it's not the right one.

Thanks!

Former Member
0 Kudos

Hi

Check the View VIAUF_AFVC or

Check the AFKO,AFVC and AFRU table for Order related Operations

Linkage is

afko-pronr = prps-psphi

afvc-projn = prps-pspnr

afko-aufpl =afvc-aufpl

aufk-pspel = prps-pspnr

Regards

Anji

0 Kudos

Solved it..

For 90000123-0020-0050,

AFVC-SUMNR = 0002

AFVC_VORNR = 0050

Thanks for all your inputs.