2009 Aug 06 9:45 AM
Hi All,
I have created a user-exit for checking some field value at the time of saving in VF01.
User exit - SDVFX008
include - zxvvfu08.
My code as follows :
loop at cvbrp where ktgrm is INITIAL.
MESSAGE 'Please enter account assignment group' type 'E'.
endloop.
First I have created one project in CMOD > then I have provided the enhancement name > then activated it >
and then in the include I have written the above code.
I have saved all the changes in the same request numner.
1. the project name
2. the include.
The problem here is that this exit is functioning properly in the Quality server, but when I transperted the request
to the production system is , the exit is not being called . I have the put a break point to check , it is not being called.
Please suggest .
Thanks,
Salman Zahir
Hi All,
I have created a user-exit for checking some field value at the time of saving in VF01.
User exit - SDVFX008
include - zxvvfu08.
My code as follows :
loop at cvbrp where ktgrm is INITIAL.
MESSAGE 'Please enter account assignment group' type 'E'.
endloop.
First I have created one project in CMOD > then I have provided the enhancement name > then activated it >
and then in the include I have written the above code.
I have saved all the changes in the same request numner.
1. the project name
2. the include.
The problem here is that this exit is functioning properly in the Quality server, but when I transperted the request
to the production system is , the exit is not being called . I have the put a break point to check , it is not being called.
Please suggest .
Thanks,
Salman Zahir
2009 Aug 06 11:58 AM
2009 Aug 07 6:14 AM
Hi Salman,
You can try the following exits
Exit Name Description
J_3RSINV
SDVFX001 User exit header line in delivery to accounting
SDVFX002 User exit for A/R line in transfer to accounting
SDVFX003 User exit cash clearing in transfer to accounting
SDVFX004 User exit G/L line in transfer to accounting
SDVFX005 User exit reserves in transfer to accounting
SDVFX006 User exit tax line in transfer to accounting
SDVFX007 User exit: Billing plan during transfer to Accounting
SDVFX008 User exit: Processing of transfer structures SD-FI
SDVFX009 Billing doc. processing KIDONO (payment reference number)
SDVFX010 User exit item table for the customer lines
SDVFX011 Userexit for the komkcv- and kompcv-structures
Regards,
Manish
2009 Aug 07 7:12 AM
Dear Manish I think you didn't read my post carefully, I said that the exit is working in development but after transporting the request it is not working in the production system, I also have the list of user exits.
But anyways thanks for your reply..
2011 May 19 1:18 AM