cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Customer Exit

Former Member
0 Likes
245

Hi,

Please guide me how to create variable as a Customer Exit.

Thanks in advance......

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

The value will be replaced by the exit.

YES. you have to write code. There is a how to in service.sap.com on this. Very good paper and that will guide you.

ALso, search this forum you will get the code.

Ravi Thothadri

Answers (1)

Answers (1)

Former Member
0 Likes

Now variables can be of following types and each of them can be defined as processing type as "Costomer Exit"

Characteristic Variable

Text Variable

Formula Variable.

Let me just explain you how to create a characteristic variable and rest can be defined in similar lines.

Right click on any characteristic and then select the option restrict. Now a window pops up where in select from the drop down Variables. Once you select this you will list of alreadt user defined and standard variables already defined on that charactertistic if any. Anyways now you click on the button on the top which will have a tooltip text as Create. Once you choose this a window will pop up where in you need to select from the dropdown the processing type as Customer Exit which by default is selected as Manual/Default entry.

If helpful assign points.

Former Member
0 Likes

Thanks sridevi.

I want to know how the variable will get replaced.

Whether we have to write any code?