cancel
Showing results for 
Search instead for 
Did you mean: 

Function, BAPI to get the children form a Network Activity in a Project (PS)

felipe_uribe
Participant
0 Kudos

Hi everyone,

I have a Project in TCode CJ20N with PEPs, Networks and all the components that It has.

I'm doing a program which input "Network Activity" and the result have to be all the children for this Network Activity (Material Components) including the information for each Material Component because What I'm looking for is to check if at list one of the children for a Network Aciviti have a Purchase Requisition linked to it as I show in the Attached File.

To do this, I need to execute a function, BAPI, BADI or any code to get the children to look for a PR.

Thanks a Lot.

Regards

Felipe Uribe

Accepted Solutions (1)

Accepted Solutions (1)

karun_prabhu
Active Contributor

Hello Jaime Felipe.

     You can make use of BAPI_NETWORK_GETDETAIL.

     For Network Input, it will fetch you all its components.

     The output internal table E_COMPONENT has the PR information.

Regards.

felipe_uribe
Participant
0 Kudos

Hi Arun...

thanks a lot, I think it could work fine!!!.

I'll try using this BAPI.

Regards

Felipe Uribe

Answers (0)