InterviewSolution
| 1. |
What Is Processing Type Customer Exit? |
|
Answer» In this case, you write ABAP program on the back end and fill up the variable values; for EXAMPLE TAKE the case of COST center report; instead of defining as AUTHORIZATION assume that you get manager/cost center data in a Z table from R/3; in this case you will write ABAP code to a) read the user who has logged b) read the Z table to get the cost centers and fill up the variables. In this case, you write ABAP program on the back end and fill up the variable values; for example take the case of cost center report; instead of defining as authorization assume that you get manager/cost center data in a Z table from R/3; in this case you will write ABAP code to a) read the user who has logged b) read the Z table to get the cost centers and fill up the variables. |
|