‎2007 Sep 26 10:42 AM
Hi All.
I need to do some validation in VL10.
I found User exits and program for that
User exits: V50R_USEREXIT_PREPARE.
Program: RVV50R10C
How to procedure with this user exits and program.
As my under standing
I need take copy of program from RVV50R10C as Z RVV50R10C.
Shall I need add program ZRVV50R10C in User exits? And where I need to Validation (As my requirement) in User exits V50R_USEREXIT_PREPARE OR in Program ZRVV50R10C?
Please help me.
To be reward all helpful answers.
Regards.
Jay
‎2007 Sep 26 10:52 AM
well your user-exit is a predefined place in the program RVV50R10C, where you can add your own coding.
no need to copy the program. since if you copy it, you could freely modify it and then had no need to search for a user-exit.
‎2007 Sep 26 10:52 AM
Hi
No need to copy into Z program
Straight away you write the Code for User exit in the V50R_USEREXITS program by taking the access key from the Basis guys
save and activate and check by keeping a breakpoint.
Regards
Anji