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 t-code VF11

Former Member
0 Likes
835

HI GROUP

FIRST OF ALL THANKS TO U ALL.

U GUYS ARE GREAT HELP.

THIS TIME I WANT TO KNOW THE USER-EXIT FOR 'VF11'.

I WANT TO HAVE A CHECK ON THE DATE .

PLEASE REPLY .

ITS A BIT URGENT.

I WILL DEFINATELY REVERT BACK WITH REWARD POINTS.

THANKS IN ADVANCE.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
707

HI Goel,

just refer this link for a code which gives the USER EXITS for a given tcode..

<a href="http://www.sapgenie.com/abap/code/abap26.htm">http://www.sapgenie.com/abap/code/abap26.htm</a>

just copy it and try it for vf11..

regards

satesh

5 REPLIES 5
Read only

Former Member
707

hi

good

check out these user exits

SDVFX007

SDVFX008

SDVFX009

SDVFX010

SDVFX011

V05I0001

V05N0001

V60A0001

V60P0001

V61A0001

thanks

mrutyun

Read only

Former Member
0 Likes
708

HI Goel,

just refer this link for a code which gives the USER EXITS for a given tcode..

<a href="http://www.sapgenie.com/abap/code/abap26.htm">http://www.sapgenie.com/abap/code/abap26.htm</a>

just copy it and try it for vf11..

regards

satesh

Read only

Former Member
0 Likes
707

Hello Ujjwal,

There is no exit directly for checking the billing date on the first screen. U can give a try by using Field exit, if it is active in ur system.

Read only

Former Member
0 Likes
707

Hi,

You could have referred to SDN thread:

Regds,

Akshay

Read only

Former Member
0 Likes
707

HI GROUP

FIRST OF ALL THANKS TO U ALL.

U GUYS ARE GREAT HELP.

THIS TIME I WANT TO KNOW THE USER-EXIT FOR 'VF11'.

I HAVE A CASE THAT WHEN I AM DOING VF11(i.e INVOICE CANCELLATION) THEN I WANT TO HAVE A CHECK THAT ON THE DOCUMENT OF WHICH I AM CANCELLING THE DOCUMENT.

MEANS THE DOCEMENT WHICH I WIL LGIVE IN THE VF11. SHOULD HAVE DATE OF THE SY-DATUM MONTH ONLY IF MY CURRENT MONTH IS 4.2006 AND MY (BILLING DOCUMENT DATE ON WHICH THAT DOCUNEBT IS CREATED WHICH I AM TAKING FOR CANCELLATION IS 3.2006 THEN IT SHOULD NOT ALLOW THE DOCEMNT TO BE SAVED)

FOR THIS I WANT TO IMPLEMENT A EXIT.

PLEASE HELP ME GUYS ITS VERY VERY URGENT.

I WILL DEFINATELY REVERT BACK WITH REWARD POINTS.

THANKS IN ADVANCE.