cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

customer exit

Former Member
0 Likes
122

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

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Likes

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.

Former Member
0 Likes