Application Development 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: 

customer-exit

Former Member
0 Kudos

hi experts

i have one doubt.i am doing customer exit so i write the code in subroutine.but i need select statement. so where i write this select statement ple tel me

7 REPLIES 7

Former Member
0 Kudos

Hi

in the include u need write the code.....

1st find the exit then do the task

0 Kudos

HI thank u for giving answer but i have one doubt ple tel me

we add the code in form stement only . is it right.

so we add the include between form and endform statement.

is it right or not.

0 Kudos

hi sree

yes we can use like that....

Thk u

Santhsoh

0 Kudos

hi,

Yes you are right, you can write code directly or use an include.

Mark the thread as answered if you got the answer.

Regards

Karthik D

0 Kudos

Hi

First of all inside the include you can write FORM... ENDFORM and even in between FORM...ENDFORM you can INCLUDE ,

but the basic difference is that when ever you write include the code which is inside the include , the code gets included from that statement only so if you write Include inside a FORM...ENDFORM until and unless you call the SUBROUTINE the code is not included in the program.

Regards

Pavan

Former Member
0 Kudos

>

> hi experts

>

> i have one doubt.i am doing customer exit so i write the code in subroutine.but i need select statement. so where i write this select statement ple tel me

You can write whatever statement you need in the customer exit subroutine itself.

Regards

Karthik D

Former Member
0 Kudos

thank u for giving answer