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

Problem related billing document

Former Member
0 Likes
599

Hi All,

Basically i am a technical consultant. For each billing document number one condition number will exist and we will go to KONV table and will retrieve condition types and amounts based on our requirement now i would like to know in whcih include or at which point we will know the billing document number and condition number at the time of doing VF01

Thanks in advance

Thanks & Regards

K. naveen Kumar

3 REPLIES 3
Read only

Former Member
0 Likes
444

Hi,

I am not sure about this but anyway u can give it a shot.

Just check where the parameter id 'VF' is getting set.

Maybe in the include MV60AF0F_FCODE_IAEN. Basically it will contain the billing document number generated. Hope this helps.

With regards,

R SharathKumar.

Read only

Former Member
0 Likes
444

Hi,

May be you can try checking the user exits available for the VF01 transaction.

SDVFX001 User exit header line in delivery to accounting

SDVFX002 User exit for A/R line (transfer to accounting)

SDVFX003 User exit: Cash clearing (transfer to accounting)

SDVFX004 User exit: G/L line (transfer to accounting)

SDVFX005 User exit: Reserves (transfer to accounting)

SDVFX006 User exit: Tax line (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

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

The Function includes present in each of the exit might be trigerred when you process the VF01 transaction.

Regards,

Jagath

Read only

Former Member
0 Likes
444

In sales area most of the user-exits are there as Form Routine in Package ( Development Class ) VMOD.

You can check that out using Xn SE80, Development Class VMOD then look for billing related includes.

Then within those includes look for condition records related form routine ( exit ).

Thanks,

Ram