Application Development 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: 

user-exit tx vf04: set current date by default

Former Member
0 Kudos
945

hello friends can help me I need to find a user-exit or another solution, to place the current date in the "invoice date" tab "data set", field fkdat, data element  fkdat, RV60A table, the Dynpro is the 8002

Still do not get a user exit that I can serve

I hope your support thanks

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
359

Goto the program SDBILLDL. In the initialization event you can see an enhancement point SDBILLDL_04. Create an implementation in it. Add the code pv_fkdat = sy-datum.

It works. I checked.

3 REPLIES 3

Former Member
0 Kudos
359

Hi Arturo,

I didnt get any userexit for this.

What you can do is:

1) Go to VF04.

2) Go to -> Variants -> Save as Variants

3) Go to the field Billing Date and Click on selection variable and mark it as D and in name of variable mark it as Current Date.

4) Save the variant and apply it to VF04. You can see today's date being defaulted there.

5) Now go to SE93 and enter VF04 and edit.

6) Enter the variant you created in Start with Variant.

This will default the value of FKDAT as current date.

Thanks,

Shambu

kesavadas_thekkillath
Active Contributor
360

Goto the program SDBILLDL. In the initialization event you can see an enhancement point SDBILLDL_04. Create an implementation in it. Add the code pv_fkdat = sy-datum.

It works. I checked.

0 Kudos
359

friend thanks for your answer, you helped me solve the problem that had

Shambu VS thanks for the suggestion you gave

Saludos