Hi all,
I am trying to use the foll FM "COM_PRCAT_CREATE_API_INT" in a report but getting an exception:
Function module "COM_PRCAT_CREATE_API_INT" was called
with the parameter "IV_HIEARCHY_EXIST_IN_PME".
This parameter is not defined.
When i run this FM seperately and passing a blank value to this parameter,it works .However when using it in a report,if i pass a blank value to the parameter "IV_HIEARCHY_EXIST_IN_PME" the it gives the above dump.Since this parameter is a mandatory parameter,I need to pass some value to this parameter.
Can somebody throw some light?