cancel
Showing results for 
Search instead for 
Did you mean: 

network Activies for WBS element

Former Member
0 Kudos

Dear Gurus,

From which table i can get WBS ,Network and activity number with activity description.

Pls suggest.

Thanks & regards

Venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

rajesh_mukkala
Explorer
0 Kudos

Dear Venkat,

     Network Activities can be fetched in two ways. You can implement as per your requirement.

     1. BAPI: As mentioned by Mahendra

     2. Tables: You can fetch activities using below logic.

  • Pass project definition to PRPS.PSPHI and fetch all WBS’s PRPS.POSKI
  • Pass WBS’s PRPS.POSKI  to AFVC.PROJN and Collect all the plan no of operations and counters AFVC.AUFPL and AFVC.APLZL.
  • Pass plan no of operations AFVC.AUFPL and counters AFVC.APLZL to AFVV. AUFPL and AFVV. APLZL and fetch activities.

Regards,

Rajesh

Former Member
0 Kudos

Hello,

Please use function module or BAPI 'BAPI_NETWORK_GETINFO' to get this information.

regards,

Mahendra

Former Member
0 Kudos

You wont get all this data in a single table. You will have to access multiple tables for this. For WBS check the PRPS table, for activity check the AFVC table and for Network header check the AUFK table. If you wish to display/develop a report showing all these values you can do so by writing a query or developing an ABAP report.