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

Function Exit

Former Member
0 Likes
490

Hi,

Pls guide me creating "LX******" include in a function Exit.

I am only able to create the "ZX****" include, can somebody pls tell me how to create the "LX****" include in a Function Exit which is listed in a column Caption "Exp" in CMOD transaction..

Regards,

Rushikesh

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
464

hI,

U can create only with ZXXX.u can't create with LXXX,it is reserved for SAP.

Regards,

Nagaraj

Read only

Former Member
0 Likes
464

What is your requirement , Through CMOD you can able to write your own code only what SAP allows to do enhancement . It will allow only ZX not LX.

Read only

Former Member
0 Likes
464

Hi,

First of all we cant create the L*** includes, it is reserved for SAP.we can create only Z** include for the Exits.let us the Customer Exit name .

Thanks,

Manjunath MS

Read only

Former Member
0 Likes
464

hi,

i think you are confused,user exits are not provided for all the screens transactions or fields.. this we have to find out whether the exit exists or not. if it is exists we are already provided with one z include(empty) where we write the code.

regards,

ps