Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module

Former Member
0 Likes
428

Hi........,

Is there any Function Module which return Object Number(OBJNR) of AUFK table or CPZP table. The Input to function module will be Plant and Material value.

Or any Function Module after passing the Plant and MAterial value it has to return the data of CPZP table.

I have checked the 'RM_CPZP_READ' FM but it is not working.

I am passing Input to this FM as AUFNR(OrderId) and Plant value. But it is showing error that Wrong Input.

I have also checked the FM 'QRP_APO_CPZP_READ' , This FM is also not working.

Please guide me on the same ..........

Reply me as early as possible.

Thanx,

Jay

2 REPLIES 2
Read only

Former Member
0 Likes
378

Hi

I am passing Input to this FM as AUFNR(OrderId) and Plant value. But it is showing error that Wrong Input.

Check the types of the parameters in your input,if they are like the function parameters.

Regards

Yossi

Read only

0 Likes
378

yes I am passing Input parameter same as in FM. but the same error message is persisting.