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 Parameter for a class call using a Navigation Profile - ECC6

Former Member
0 Likes
394

Hello,

I am trying to create a Class call via a navigation profile in ECC6, in transaction COOIS.

I am attempting to use class CL_COIS_DETAIL_MPT_PI, however I keep getting a short dump DYN_CALL_METH_PARAM_MISSING. Essentially this is because the function parameter is not set.

However, I do not know what function parameter to set, and when I try to find out whether this parameter is evaluated by the class and which values I can enter, there is no documentation for this in the corresponding class. The documentation button gives me message "The data element does not appear on any screen".

How can I find out the function parameter values?

Thanks.

Moderator message - Moved to the correct forum

Edited by: Rob Burbank on Feb 12, 2010 9:06 AM

1 REPLY 1
Read only

Peter_Inotai
Active Contributor
0 Likes
343

Just an idea: try where used list for this class/method and check how it's called in other places.