cancel
Showing results for 
Search instead for 
Did you mean: 

Finding the Networks

Former Member
0 Kudos

Hi ,

I am new to PS module .I got an object on PS module.

IN the Selection Screen I have 3 Fields. 1. Project . 2. WBS Element. 3.Network. One of these 3 will be provided.

In the requirement i have to find out the networks whose status is 'REL'(Released).

If user enters network it is ok. If he enters Project or WBS Element ,How to find out the corresponding networks of that Project or that wbs Element.

Thanks and Regards ,

Rahul

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can search it using CN46N

Regards

Former Member
0 Kudos

Hi Hemant,

First of all Thank You very much for your reply.

CN46N is giving the datails.

But can you tell me how to fetch the networks from table AUFK if project or WBS Element is entered in the selection screen by Select Statements.

Former Member
0 Kudos

Hi,

To search from AUFK- use PSPEL (WBS element). AUFK has only WBS as the search option.

To search on the basis of Project Def. use table AFKO. (Search field PRONR)

Regards

Former Member
0 Kudos

From AUFK :

Pass the project definition in PRPS-PSPHI and select all POSID

pass these POSID values in AUFK-PSPEL and select all the AUFNR

pass these AUFNR to either CAUFV or AFKO table and filter them on FTRMI field (not equal to zero)

From AFKO (Preferred in your case):

Pass the Project definition in field PRONR, and select all the AUFNR where FTRMI (Actual release date) is not equal to zero.

Regards,

Amol Sarode