/* CER WARNING #2005 : Datastructure parameter count mismatch */

kamruzzaman

Active Member
/* CER WARNING #2005 : Datastructure parameter count mismatch */

We are getting the following warning messages while validating the ER.
Could anybody please suggest the needful.
Thanks in advance

warning message


*************************

EVENT RULE VALIDATION LOG

UBE - R03B505 - TFPCD001 - Invoice Print

Created : Wed Oct 16 14:27:44 2013

*************************

/* CER WARNING #2005 : Datastructure parameter count mismatch */
Function Name: S6_0_13
Function Description: ER for R03B505_TFPCD001_S6_0_13
Section: S6 - Document Company Level Break Footer
Event: 13 - Do Section
Seq #: 60
Line #: 57
Line Text: R03B505PrintARInvoices
/* Additional unmapped elements exist in structure D7000550 */

*************************

/* CER WARNING #2005 : Datastructure parameter count mismatch */
Function Name: S7_0_13
Function Description: ER for R03B505_TFPCD001_S7_0_13
Section: S7 - Columnar
Event: 13 - Do Section
Seq #: 49
Line #: 46
Line Text: R03B505PrintARInvoices
/* Additional unmapped elements exist in structure D7000550 */

*************************

/* CER WARNING #2005 : Datastructure parameter count mismatch */
Function Name: S7_0_15
Function Description: ER for R03B505_TFPCD001_S7_0_15
Section: S7 - Columnar
Event: 15 - End Section
Seq #: 6
Line #: 4
Line Text: R03B505PrintARInvoices
/* Additional unmapped elements exist in structure D7000550 */

*************************

/* CER WARNING #2005 : Datastructure parameter count mismatch */
Function Name: S8_0_13
Function Description: ER for R03B505_TFPCD001_S8_0_13
Section: S8 - Document Company Level Break Header
Event: 13 - Do Section
Seq #: 21
Line #: 16
Line Text: R03B505PrintARInvoices
/* Additional unmapped elements exist in structure D7000550 */
 
Re: /* CER WARNING #2005 : Datastructure parameter count mismatch */

These type of warnings can be fixed by going into the ER code where business function is called, double clicking on that bsfn call, save the link by clicking OK and validate/save the UBE or APPL. If it doesn't work, sometimes you have to add and then remove a value from parameter and then save/validate the code and rebuild bsfn.

For Example:
Go to Do Section of Section: S6 - Document Company Level Break Footer
Go to Line 57
There should be a bsfn call to R03B505PrintARInvoices
Double click on it
Add a value to parameter
Click OK to Save
Double click on it
Remove that value from parameter
Click Ok Save
Click OK and then Save/Validate UBE.
This error would then disappear.

Repeat this for every event where there's a call to bsfn R03B505PrintARInvoices in the UBE.
 
Back
Top