cancel
Showing results for 
Search instead for 
Did you mean: 

Activity Elements

Former Member
0 Kudos

Dear All,

I want to find out if there are activity elements created for any existing project for a specific plant.

What is the easiest way to find this?

Is there any table to get list of activity elements per plant/project?

Warm Regards,

Jatinder

Accepted Solutions (0)

Answers (6)

Answers (6)

pratapbhat
Explorer
0 Kudos

Field SUMNR (Superior Operation node) in table AFVC should not be 0. Then, field VORNR gives the list of all activity elements.

Former Member
0 Kudos

Hi

After passing WBS elements it will fetch all the NWA associated to WBS elements in table AFVC.

However it would be bit difficult to identify which is one is activity and activity element unless you maintain different nomenclature for activity elements.

Check for some parameter which might be differ on both with that you will be able find out.

As Gokul pointed out you have toggled between CJ20N and AFVC table to find out.

Regards,

Sudhakar

Message was edited by: Sudhakar Pappu

former_member195427
Active Contributor
0 Kudos

Hi Jatinder,

               In addition to above posts you can use following BAPI 's to extract details of activity elements:

BAPI to extract details of Activity Element:

BAPI Name BAPI Description
BAPI_BUS2002_ACTELEM_GETDATA Get detailed information about activity elements.
BAPI_BUS2002_GET_ELEGUID_4_KEY Read the GUIDs Using the Activity Element IDs

Regards

Ankur

Former Member
0 Kudos

Hi Jatinder,

Check AFVC table and field VORNR (AFVC_VORNR).

Also refer thread http://scn.sap.com/thread/609783

Regards

Tushar

Former Member
0 Kudos

Hi,

Check the AFVC table. First get the list of all the WBS elements in a project from the PRPS table. Pass these WBS elements into the AFVC table and execute.

You will get the list of all the activities and activity elements for the said project. However, once you get the result it would be a bit difficult to find out which record is for the activity/activity element.

Other way round is to get a list of all the projects for a specific plant and then open each project in CJ20N and check. This would be a tedious job though in case you have got a lot of projects.

Regards,

Gokul

sanjeevc
Active Contributor
0 Kudos

try table for network activity and activity element AFVC / AFVU / AFVV

you can take reporting activities cn47n go through dynamic selection put plant then execute.

Regards,

Sanjeev