2007 Feb 15 11:06 AM
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
2007 Feb 15 11:11 AM
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
2007 Feb 15 11:08 AM
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
2007 Feb 15 11:11 AM
User exits like MV45AFZZ will require an access key. User exits in in the form
CALL CUSTOMER-FUNCTION '?????' will not require a user exit.
2007 Feb 15 11:16 AM
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?
2007 Feb 15 11:27 AM
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
2007 Feb 15 11:36 AM
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
2007 Feb 15 11:40 AM
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
2007 Feb 15 11:46 AM
Thanks for that .
i can see methods and when iam trying to add it is asking access key.I think iam doing right?
Thanks
2007 Feb 15 11:40 AM
Hi
Please go thru the below links:
http://help.sap.com/search/highlightContent.jsp
http://help.sap.com/saphelp_nw04/helpdata/en/c8/1978b543b111d1896f0000e8322d00/frameset.htm
Regards,
kumar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |