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

customer-exit

Former Member
0 Likes
940

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
Read only

Former Member
0 Likes
898

Hi

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

1st find the exit then do the task

Read only

0 Likes
898

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.

Read only

0 Likes
898

hi sree

yes we can use like that....

Thk u

Santhsoh

Read only

0 Likes
898

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

Read only

0 Likes
898

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

Read only

Former Member
0 Likes
898

>

> 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

Read only

Former Member
0 Likes
898

thank u for giving answer