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

How to write code in USer-Exit program

Former Member
0 Likes
1,467

Hi all,

i am developing one outbound edi for advance shipping notification. for that i have to write a code for subroutine perform user_exit_segmentname.

this perform is in LVED2FZZ include which is for user modification.

but i am not able to change that include into change mode. wht can i do ?

please give me the way to write code into that include.

thanks in advance.

Vinod.

2 REPLIES 2
Read only

Former Member
0 Likes
586

You need access key for it.

SAP has two types of exits:

1. Userexits : They are directly attached to SAP code and you need access key to write code there. In is implemented as subroutine. Whilethis exits are not over written.

2. Customer exits: THey are implemented as functional module. You do not need access key for these. T-Code CMOD & SMOD is used for these types of exits.

Read only

Former Member
0 Likes
586

hi,

just go to change mode, it will ask for the access key (if it is first time). if you don't have access key then you can get it from table DEVACCESS, provide the user id and get the access key.

in the include just what ever form you want to add , just add in that form your code.

Regards

Kiran