NER build error on B9200030

ashwin E1

Active Member
Hi I'm using 'GetPOValueAndText'(B9200030) BSFN inside a NER and I'm using all the correct parameters, (checked I/O using object browser). and when i build the NER, I get an error that :
C:\E920\DV920\include\b9200030.h(149) : error C2061: syntax error : identifier 'GetPOValueAndText'
C:\E920\DV920\include\b9200030.h(149) : error C2059: syntax error : ';'
C:\E920\DV920\include\b9200030.h(149) : error C2059: syntax error : 'type'

But when i Build the BSFN B9200030 i dont get any errors on it. I'm using JDE 9.2.

Anyone has any idea what might be the reason.


Thanks,
Ashwin
 
Tried everything, for some reason can't use this C Bsfn inside a NER or another C BSFN. Finally had to developed a new BSFN for this purpose.
 
I'm not a developer, but FWIW, your probably missing the header file that this is defined in.
 
Back
Top