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

Partner determination function module

Former Member
1,306

Hi all,

I'm trying to use the function module SD_PARTNER_DETERMINATION in R/3 and would like to know what value has to be passed for the parameter FIC_OBJECTKEY. I see that this is a mandatory parameter but while i'm trying to access it in debug mode... i.e. putting a breakpoint at this function module and create an order ( Press enter after entering Sold to party )... this FM is getting executed with this parameter being blank. However, when i'm trying to test this FM module leaving this parameter blank from SE37 I'm being prompted to enter this value.

Kindly help me on this.

Thanks,

Preethi

Message was edited by:

Preethi Sooth

2 REPLIES 2
Read only

Former Member
0 Likes
769

when we execute thru SE37 we need to pass a value or else it will error out.

but, when we use the same FM in a program and if we dont pass values also, it automatically takes space into account and executes the FM...

Read only

Astashonok
Participant
0 Likes
769

Use VIEW_KUAGV FM, it does partner determination without FIC_OBJECTKEY which is SO number (VBELN).