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

Field exit .

Former Member
0 Likes
475

Hello Everyone, I ve gotten the following error : Erro SY_MODNO must be a character data type. in a field exit called FIELD_EXIT_BEDNR , How Can I edit that ? , What should I do ? . Thank you guys

Hello Everyone, I ve gotten the following error : Erro SY_MODNO must be a character data type. in a field exit called FIELD_EXIT_BEDNR , How Can I edit that ? , What should I do ? . Thank you guys

2 REPLIES 2
Read only

christine_evans
Active Contributor
0 Likes
440

> Hello Everyone, I ve gotten the following error : Erro SY_MODNO must be a character data type. in a field exit called FIELD_EXIT_BEDNR , How Can I edit that ? , What should I do ? . Thank you guys

Transaction CMOD. There used to be an option to call field exits from here but they took it away in release 4.7, and now you have to type PRFB into the command box at the top of the screen instead. There is also a program you can call directly to get to the same screen but I can't remember its name. You will end up on a screen listing data elements; the code is held in a function module attached to each data element; there is a button at top of the screen to take you there.

Read only

Former Member
0 Likes
440

SE37 , Thank you guys.