‎2009 Nov 16 1:01 PM
Hi ABAPERS,
I had written one written one 'select single' query to retrieve the data from PRPS table.
but what the data was selecting for OBJNR (Object number)field based on PSPNR(WBS element) .
That OBJNR values in the report is totally different from the database table OBJNR values.How its possible
I am not getting.So can anyone please help me regarding this...
Thanks and Regards
Deepa
‎2009 Nov 16 1:05 PM
‎2009 Nov 16 2:51 PM
Hi Raymond,
Can you please explain what is extternal value..
If possible please give one example of that..
Thanks in Advance...
Deepa
‎2009 Nov 16 3:05 PM
Hi deepa,
Pass the values to the select query where clause as you can see the values in SE16 display.(This is external format)
If a table field as conversion routine, then SAP dosplay some thing on screen and store some thing else in data base.
To check conversion exit go to domain of that field. Here you can see the routine used.
For example you can check domain MATNR. Externally it display with leading zeros. But internally it stores with out zeros.
Thanks,
Vinod.
‎2009 Nov 16 3:16 PM