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

Exits

Former Member
0 Likes
963

Hi

When we are doing exits,after knowing exit name and when we click on include,

some exits is allowing to write code inside,some giving message and asking for access key.

What is the difference between those?

do we need to give access code for that?or any other alternative

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
941

User exits like MV45AFZZ will require an access key. User exits in in the form

CALL CUSTOMER-FUNCTION '?????' will not require a user exit.

Hi

When we are doing exits,after knowing exit name and when we click on include,

some exits is allowing to write code inside,some giving message and asking for access key.

What is the difference between those?

do we need to give access code for that?or any other alternative

Thanks in advance

8 REPLIES 8
Read only

Former Member
0 Likes
941

no it will not ask for access key only it will give some warning message just press enter then. it will go to the abap editor.

regards

shiba dutta

Read only

Former Member
0 Likes
942

User exits like MV45AFZZ will require an access key. User exits in in the form

CALL CUSTOMER-FUNCTION '?????' will not require a user exit.

Read only

0 Likes
941

If we press enter,it is asking for Request number,but some z includes its not asking ..why that so?

and also how to find badi and where to implement that?

Read only

0 Likes
941

because already someone has implemented that if you are trying to create that it will ask for request no for the 1st time..

for searching badi

in se38 utilities--->find in source code

exithandler... in some cases it will return EXIT_NAME = <badi name>.

regards

shiba dutta

Read only

0 Likes
941

Hi Thanks for that ..i have one more question

i can find exit handler 2-3,i think we need to choose based on our requirements.

so many methods inside the badi,do we check based on methods?

so if we want for our requirement,do we create new method to the same badi??or how do we proceed?and how do we implement it?

Thanks in advance

Read only

0 Likes
941

no you have to create implementation in se18 for that perticular badi. just give the badi name in se18 now in menu go to implementation create your implementation with Z name now you can see lot of methods choose appropriate method (standard) and do coding there.

regards

shiba dutta

Read only

0 Likes
941

Thanks for that .

i can see methods and when iam trying to add it is asking access key.I think iam doing right?

Thanks