cancel
Showing results for 
Search instead for 
Did you mean: 

Billing date change in vf04 but not in vf01

former_member209864
Participant
0 Kudos

Dear sd legends plz let me know

i know how date will come to billing in VF01

From in vl01n -- goods issue date

otherwise if we keep billing date in header level -- processing data tab -- Billing date is there if we keep particulate date same date will come to VF01

We cant change billing date in VF01 ( But if keep 11 in copy control at vtfl -- vbrk/vbrp then user can change billing date in vf01) i know this ...

   In my Clint system i have seen in vf04 , we can do modify billing date but no 11 In copy control vtfl

so my doubt is in vf01 not possible generally to change the date in case if you dont maintain 11 but how it possible in VF04

i Am thinking any new enhancement they have done to change the billing date in vf04 like goods issue date is 10th but we can change to 12th or 13th

and no service rendered date maintained   

So finally my doubt is in case if they maintained some enhancement to particulate scenario how to find    ? 

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi

In include LV60AA95, you can find (after calling the VOFM)


   perform (cpymodul) in program sapfv60c.

(in FV60CNNN you can see the VOFM routines)


this coding:


  if kom-fkdat ne 0.
     vbrk-fkdat = kom-fkdat.

endif.


KOM-FKDAT is the entry of the user (if I am right), so, it's indiferent the value in VOFM, the entry of end user is mandatory.


I suggest you to set breakpoints and check it.


Regards


Eduardo

former_member209864
Participant
0 Kudos

Dear..Eduardo Hinojosa

Thanks a lot For ur replay...

Generally in vf04 we can change billing date Right ?

Thanks a lot

former_member186385
Active Contributor
0 Kudos

Hi Amith,

You can change Billing Date VF04, system will automatically pick Deliveries/Orders with Range date given in VF04

You can only change Billing date in VF01

regards,

santosh

former_member209864
Participant
0 Kudos


will automatically pick Deliveries/Orders with Range date given in VF04

plz little bit more explain me plz

Here i how to go to change mode

Dear i have changed billing date in vf02 also GOTO-header --header here i changed billing date also

but plz tell me .. why are u telling only in vf01 only we can change

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos

Both in VF01 and VF04, you can force the system to fetch a different billing date without any exit.  Of course, as you said, if routine 11 is assigned, then we cant change the date.

G. Lakshmipathi

Former Member
0 Kudos

Hi Amith,

check http://scn.sap.com/docs/DOC-48603

Regards,

JM