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 Exits for VF01

Former Member
0 Likes
865

Hi all

I am working on transction VF01 . Once the billing documents are created (VF01) i need the document number .

Plz could anyone tell me which user exits should i use.

Thanks in advance.

Hi all

I am working on transction VF01 . Once the billing documents are created (VF01) i need the document number .

Plz could anyone tell me which user exits should i use.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
660

Hi,

Take a look at these ...

Exit Name Description

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

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

Regards,

Ravi

Note : Please mark the helpful answers

Read only

Former Member
0 Likes
660

Hi

How are you working on that transaction?

There isn't an exit to get the bill number, but if you're doing a batchinput program you can get the number from the messages.

Max

Read only

Former Member
0 Likes
660

HI

GOOD

CHECK WITH THE FOLLOWING USER EXITS.

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

V05I0001 User exits for billing index

V05N0001 User Exits for Printing Billing Docs. using POR Procedure

V60A0001 Customer functions in the billing document

V60P0001 Data provision for additional fields for display in lists

V61A0001 Customer enhancement: Pricing

THANKS

MRUTYUN