cancel
Showing results for 
Search instead for 
Did you mean: 

Getting wbs element from network number

former_member357396
Participant
0 Kudos

Dear experts,

   We have a service purchase order with network number as account assignment.How can i fetch the WBS Element from network number

Regards

Badri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Badri,

If you just need the WBS ID

Go to SE16N -> AUFK -> Enter Network Number in AUFK - AUFNR -> Execute

You will get WBS.

Hope this helps.

Thanks & Regards,

Sunith Rana

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Badari

1>you need to pass the  AUFNR-AUFK (network number) with AUTYP = 20 in AUFK table and fetch PSPEL.

2>Prefix PR to the PSPEL fetched and pass it in OBJNR-PRPS to fetch POSID (WBS element) in PRPS  table

Regards

Vijay Kumar Hebbal

Former Member
0 Kudos

Hi,

you can find out WBS against network/activity from CN46N/CN41N/CN41. you can find out PO list against network from ME2J.

Former Member
0 Kudos

You can get the WBS assigned to network from CAUFV table by passing the network number in AUFNR(network) field & fetching PSPEL(wbs element) field.