spartacus
16th July 2004, 14:43
Found in the source of our ERP-System a define or macro named "COST". "grep-ed" through the whole system, but can't find any definition of that.

Does anybody know, where it is declared, or at least, what it's standing for?

Baan OpenWorld
16th July 2004, 22:57
Did a grep for you... it might be this one

tcB50U_c_stnd/itcibd/iibd00010: #define COST tcibd001.kitm = tckitm.cost

Depends on which source you found it being used in.
regards
Marco

spartacus
19th July 2004, 10:18
Hi Marco,

thanx a lot. Now I found it too. Made the mistake, that I tried something like >>grep " COST "<< with a blank before and after COST. I just checked the include: there are only "tabs" used around COST :D