Application Development 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: 

run time error as "CALL_FUNCTION_PARM_MISSING

Former Member
0 Kudos

hello,

i have implement sap note 2166893  for one of my requirement.

but after implementing i am getting run time error as "CALL_FUNCTION_PARM_MISSING". while calling function module " FKK_PAYMEDIUM_CH_XML_CT_00"  one of the parameter needed according to interface discription was not specified. that parameter was I_FKK042Z. please help.

thanks n regards

shruti

2 REPLIES 2

Former Member
0 Kudos

Hi,

There are some manual changes in the note. Have you done those changes?

Please check.

Thanks and Regards,

Chandra

Former Member
0 Kudos

The run time error should tell you already the calling stack. So check the caller of the function. If it is called in SAP Coding check for further SAP notes concerning this function module, if it is in one of your modifications or customer enhancements, you have to adjust the call.