‎2007 Nov 09 1:46 PM
Hello!
Considering MM and Purchase Requisitions, I would like to know if there is some interface defining common constants, like 'item category purchase requisition'. For example, I wanna compare the pstyp value but I don't wanna to use the value to compare it...In code below, I want to avoid the first example and use the second one :
if pstyp = 7. ' NO!
if pstyp = <constant defining the value for stock transfer>. ' YES!
Thanks a lot!
‎2007 Nov 09 2:08 PM
‎2007 Nov 09 2:08 PM
‎2007 Nov 09 4:47 PM