Error undeclared identifier in JDE 9.1

avishek

Active Member
Hi guys,

I obtain the following errors while building a C business function in JD Edwards 9.1:

error C2065: 'DSRI375781' : undeclared identifier
error C2146: syntax error : missing ';' before identifier 'ds375781'

Please help

Thanks
----------------------------
JD Edwards Enterprise 9.1
Developer
 
did you add the #include for the .h file where DSRI37578 is declared?
 
Thank for the reply.
I have searched for .h file where it is declared and included in the file.
It works fine

Thanks
---------------------------------
JD Edwards 9.1
Developer
 
Even, i'm facing some how similar issue but this time it is while opening the table and passing the index to the table.Any one having any idea on this guys?
[h=1]"Error C2065 Undeclared Identifier ID_F4101_ITM"[/h]
 
Try replacing ID_F4101_ITM with ID_F4101_ITEM_MASTER. That is the "name" of the primary index in f4101.H

Craig
 
Try replacing ID_F4101_ITM with ID_F4101_ITEM_MASTER. That is the "name" of the primary index in f4101.H

Craig


Thank you Very much Craig, now the business function builded successfully without any error,i now get it,since i was new to bsfn i couldn't interpret it first.
I Wish you Happy New Year :).
 
Back
Top