Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

catsdb table help

Former Member
0 Likes
683

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

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
494

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

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
495

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