on ‎2008 May 06 12:58 PM
Hi
What is the customer exit in reporting level, when do go for this
Please let me know about customer exit in query building
Regards
Ogeti
Request clarification before answering.
Hello,
check following links:
http://help.sap.com/saphelp_bw32/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/frameset.htm
http://help.sap.com/saphelp_bw32/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/frameset.htm
Best Regards,
Maciej
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Customer exit is used when you want to give a value for the variables in a query programatically. You will have to write ABAP code which will fill up the variable at runtime.
One example can be a query which is supposed to get data for the last ten working days. Suppose you don't want the user to manually calculate that each time he runs the query. You can write ABAP code to do that calculation and find out the correct date range and fill it into a variable. The date will then be restricted as per that variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Please find below url
http://help.sap.com/saphelp_nw04s/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/frameset.htm
http://help.sap.com/saphelp_nw04s/helpdata/en/1d/ca10d858c2e949ba4a152c44f8128a/frameset.htm
Hope it helps
Thanks,
Teja
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.