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

user exit

Former Member
0 Likes
440

Hi,

I found a user exit for transaction me21n (include ZXM06U30).

I need to plant a fax number in the address section.

how can i do that?

how can i put the data in this field?

thanks,

dana.

3 REPLIES 3
Read only

former_member196299
Active Contributor
0 Likes
415

hi

Please check this link , it shows how can you fix a value to a screen field :

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

Reward if helpful !

Regards,

Ranjita

Read only

0 Likes
415

Thank you Ranjita,

it was very helpfull, but when i dbl click on the include that it was created, it give me a message:

"Program names ZX... are reserved for includes of exit function groups."

and i cant create it.

do you know how can i create it?

thanks.

Read only

0 Likes
415

Hi,

That message is only a warning, so you can go on:

- press enter, the system'll create the include ZX... where you have to insert your code.

The message is advising you're creating an include for an enhancement.

<b>Reward points</b>

Regards