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 in VF01

Former Member
0 Likes
651

Hi all,

While creating an billing document with delivery, Date in the Service Rendered Date in the Item level is the PGI date, But now I want to give my own date. How can I do that. Please suggest me.

Also please elt me know what can be the BTE event for the same, if it can be achieved using BTE.

Or any Exit for the same.

Thanks & Regards,

M.Ramana Murthy

4 REPLIES 4
Read only

former_member404244
Active Contributor
0 Likes
613

Hi,

yes u can use the exit , use the include ->RV60AFZC.. The structures VBRK and VBRP are available.. U require access key for this

FORM USEREXIT_FILL_VBRK_VBRP.

  • Example: change Tax country

  • VBRK-LANDTX = T001-LAND1.

ENDFORM.

Regards,

Nagaraj

Read only

0 Likes
613

Hi Nagaraj,

I tried in the same way, but I had copied it to a ZZ program and made the changes are per the requirement. But still I am not able to change the Service rendered date in the item level.

Please suggest me the how to sort out this issue.

Thanks & Regards,

M.Ramana Murthy.

Read only

0 Likes
613

Try.

Create Watch Point, & locate where value gets changed.

Cheers

Read only

Former Member
0 Likes
613

Hi,

This also can be achieved from TCode VF04, Collective Billing where we can give the service rendered date as input.

Thanks all. Thanks for your support.

Thanks & Regards,

M.Ramana Murthy