Application Development 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: 

user exit VF11 for accounting

Former Member
0 Kudos

Hi,

I am looking for user exit which tigger while cancelling Demo memo in VF11 and help me to add text in accounting docuement

I have tried

SDVFX001

SDVFX002

SDVFX007

SDVFX008 but none is working for VF11 is there any user exit .

Regards

Nilesh

11 REPLIES 11

Former Member
0 Kudos

Enhancement SDVFX008 works during invoice cancellation. You can update XACCIT-SGTXT structure to change Line item text.

0 Kudos

Hi Vinod

i have put a break-point there but it is not stopping in case of Tcode VF11 when i am cancelling the Debit memo.

Regards

Nilesh

0 Kudos

Hi,

Through SDVFX002 or SDVFX008 you will surely able to change the data of XACCIT structure because this are triggered after trasferring data from document header VBRK to ACCIT structure.

Please check whether you have activated your implementation in CMOD. Even then you are facing problems you can check with one of the userexit forms of include RV60AFZZ.

Regards,

Pawan

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Check Note 301077 - User exits for the interface to accounting

Regards,

Eduardo

0 Kudos

Hi

Thanks all for the valuable inputs but I am using SDVFX001 for VF11 but when i pass

xaccit-sgtxt = 'Cancellation of Cerdit Memos'.

is not relfecting in the Accounting Docuements

kindly guide

Thanks and regards

Nilesh

0 Kudos

Hi Nilesh,

Please check below SAP help document about this exits

http://help.sap.com/saphelp_46c/helpdata/en/18/f62c7dd435d1118b3f0060b03ca329/content.htm

Here it is clearly written SDVFX001 (EXIT_SAPLV60B_001) is used for Changing the header data in the structure acchd

and if you want to change accit data check EXIT_SAPLV60B_002 or EXIT_SAPLV60B_004 or EXIT_SAPLV60B_006 or

EXIT_SAPLV60B_008 which is the most useful. So please use it accordingly.

Regards,

Pawan

0 Kudos

Hi,

You are using an enhancement that only works in header data, and you want to change item date (field SGTXT). Depending of kind of item (G/L, customer, tax,...) get the right enhancement and do it. Remember that you have activated the enhancement.

Regards,

Eduardo

0 Kudos

Hi ,,

Thank All i am using EXIT_SAPLV60B_002 to populated

XACCIT-SGTXT of customer line item is tiggering for VF01 and VF11 also

But only in case of Invoice cancellaition but in case on Credit and Debit Memo is not getting Tiggered

Kindly guide

Thanks and Regards,

Nilesh Gaikwad

Edited by: Nilesh Gaikwad on Oct 8, 2010 1:18 PM

0 Kudos

Hi Nilesh,

Have you checked EXIT_SAPLV60B_008 this is the most useful one for modifying XACCIT values.

Regards,

Pawan

0 Kudos

Hi

I have checked EXIT_SAPLV60B_008 but in not getting tiggering in case of Credit memo

0 Kudos

Hi ,

No user exit not called when cancelling bill causes a reversal.

FI Substitution Process Interface 00001120 is used .

Thanks all for all input

Regards

Nilesh Gaikwad