‎2007 Nov 17 2:44 PM
hi guys,
i am trying to select a record from catsdb table which matches the field rproj(Receiver WBS element), but i am not able to do so the size is numc 8 and some conversion needs to be used i guess
the size is for the fields is numc 8 when i selct it gets selcts only 8 characters so not able to match
i am new to this ps could you please help me out to solve this
regards
senthil
‎2007 Nov 17 8:34 PM
Hello Senthil
Currently I do not have access to a SAP system. However, if you follow the trail table-field -> data element -> domain you will find the required <b>conversion-exit </b>for RPROJ. Double-click on the conversion-exit and you will get two function modules. In your case you probably have to choose the one for conversion external -> internal.
Use this conversion-exit prior to the DB select.
Regards
Uwe
‎2007 Nov 17 8:34 PM
Hello Senthil
Currently I do not have access to a SAP system. However, if you follow the trail table-field -> data element -> domain you will find the required <b>conversion-exit </b>for RPROJ. Double-click on the conversion-exit and you will get two function modules. In your case you probably have to choose the one for conversion external -> internal.
Use this conversion-exit prior to the DB select.
Regards
Uwe