‎2008 Jan 15 8:05 AM
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?
‎2008 Jan 15 8:29 AM
Got the answer already. It still calls CONVERSION_EXIT_ABPSN_OUTPUT to output the correct format.