Hi,
I created a bapi that retrieves all Project definition and description of standard project definition (table PROJS) based on parameter company code.
I have successfully retrieved both fields. Problem is when I tested the bapi it gave me the project definition with the proper coding mask, for example CJ-001. However, when I tested it again and run in debugging mode the the field from the internal table holding the value for the project definitions gave me the ones without the coding mask... It only returned CJ001. Anyone knows why?