cancel
Showing results for 
Search instead for 
Did you mean: 

Dump while using FM-MASTER_IDOC_CREATE_ECMMAS to Create/Change ECN

thirus11
Participant
0 Kudos

Hi All,

I have a requirement to configure the inbound idoc in destination client. Using Tcode WE42 I have created the process code.

Requirement - Configure idoc for Create/Change of ECN(CC01,CC02) Created a process code and I have maintained the FM - MASTER_IDOC_CREATE_ECMMAS in the process code

Issue/Error - When i try to test the IDOC using WE19 for this process code, I am getting a dump. Please find the details of the dump below. I have passed all the mandatory datas in the segments, But even then I am getting the below dump.

Idoc typ : ECMMAS02

Message type : ECMMAS

Dump - An exception has occurred which is explained in more detail below. The exception is assigned to class 'CX_SY_DYN_CALL_PARAM_MISSING' and was not caught in procedure "IDOCS_PASS_TO_APPLICATION" "(FORM)", nor was it propagated by a RAISING clause. Since the caller of the procedure could not have anticipated this exception, the current program was terminated. The reason for the exception is: When calling the function module "MASTER_IDOC_CREATE_ECMMAS", one of the parameters needed according to the interface description was not specified. This parameter was "ECM_KOPF".

Please help me in solving this issue or is there something which I am missing:(

Accepted Solutions (1)

Accepted Solutions (1)

thirus11
Participant
0 Kudos

Hi All,

This FM - MASTER_IDOC_CREATE_ECMMAS is wrong to be used in Process code. Since this FM doesn't have a necessary parameters like IDOC_CONTROL and IDOC_SEGMENT data

Answers (0)