cancel
Showing results for 
Search instead for 
Did you mean: 

Formal error: Invalid calling sequence for function modules

Former Member
0 Kudos

Hi experts,

Infact I am getting an error during FP04M. Error is that "Formal error: Invalid calling sequence for function modules"

Diagnosis:

Program error in an application program in which mass documents are to be created. After the initialization call for mass documents,

FKK_CREATE_DOC_MASS_START

only the following calls for creating documents -

FKK_CREATE_DOC_MASS or FKK_CREATE_DOC_MASS_AND_CLEAR -

are permitted. Instead, one of the function modules

FKK_CREATE_DOC or FKK_CREATE_DOC_AND_CLEAR

was used. You can only use these function modules to create single documents.

Could any body help me on this how i will rectify this problem?

Regards,

Bkased

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bkased,

Error >0174 'Formal error: Invalid calling sequence for function modules' usually happens from customer function module when it incorrectly call function module (e.g. when FKK_S_SECURITY_CREATE is called directly instead of using parameter x_mass = 'X').

Review notes 1271836, 1272804 & 1329622. Generally, issues like this need to be debugged and find the root cause.

I hope this is helpful.

regards,

David