cancel
Showing results for 
Search instead for 
Did you mean: 

Function Module for Project Consumed stock

shubham_kiyawat
Participant
0 Kudos

Hello,

I want to find out the consumed stock under project. For WBS and for network separately.

Is there any BAPI or program to find out the same.

Also there is one field "Received Qty." in CJ20N under under - Network Activity -> Material -> Proc.param tab.

How can we find out that figure directly through a program or function module.

I want to add this into a Z-report.

Thanks

Shubham

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check this BAPI : BAPI_NETWORK_COMP_GETDETAIL.

In this FM, you can see withdrawn qty in table E_COMPONENTS_DETAIL.

Using RESB,MSEG and MKPF might make report very resource hungry. Better to use FM instead.

Regards,

Mahendra

Former Member
0 Kudos

Hi,

Why you need functional module or program to find out receipt qty against PO. You can directly get this value from standard tables MKPF- Material Document header MSEG- Material Document item and you can use RESB instead of using program or function module.

Thanks,

Sudhakar

Former Member
0 Kudos

You want to search Material Documents (MKPF Header and MSEG Items) in order to find issued materials.

There is a PS transaction, CNMM, which shows materials issued to a project.