Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exit for VF01

Former Member
0 Likes
3,941

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

4 REPLIES 4
Read only

Former Member
0 Likes
2,472

Hi,

Edited by: nav009 on Aug 6, 2009 12:59 PM

Read only

Former Member
0 Likes
2,472

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

Read only

0 Likes
2,472

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..

Read only

0 Likes
2,472

Probably its not activated in Production.