Skip to Content
0
Jun 26, 2009 at 11:45 AM

Service Rendered Date (VBRP-FBUDA) for SD Invoice

1380 Views

Hi All,

I have a issue on Service Rendered Date (VBRP-FBUDA (in SD Invoice)). At present VBRP-FBUDA is updating from System date (VBRP-ERDAT Document Creation Date). Our requirement was Service Rendered Date = Requested Deliver Date of Sales Order (VBRP-FBUDA = VBKD-PRSDT)

We applied SAP Note 420941 to achieve this.

However, still we have a issue in VOFM.

As per SAP Note, we created custom routine 606 in VOFM->Data Transfer-> Billing Document.

And added the following code, as per suggestion in SAP Note.

&----


&----


*& Object REPS RV60C606

*& Object Header PROG RV60C606

&----


*& FORM DATEN_KOPIEREN_606

&----


*>>>> START OF INSERTION <<<<

  • VBRP-FBUDA = VBAK-AUDAT.

VBRP-FBUDA = vbkd-prsdt.

*>>>> END OF INSERTION <<<<<<

We kept break point at the above statement.

But, system not triggering the debugging point.

Include created for this routine is (RV60C606) is active. How we can stop the debug pointer in above routine?

Is there any other way to update field VBRP-FBUDA before creating SD Invoice via t-code VF01?

Thanks,

Venkat.