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: 

update the z table from the header text of VF01 on save

Former Member
0 Kudos

Hi All,

I have a Z table 'ZEXIM_LICDETAILS'. Whenever a billing doc. of type 'ZEXP' is created with tcode VF01, the Z table fields should also be updated. I have learned that we cannot include tabs in Billing Doc, so the licence number is put in the header text of the VF01.

Is there any way that I can update my Z table from header text, when we save the VF01.

Waiting for your repy in anticipation.

Thanks a lot in advance,

Anu

1 REPLY 1

Former Member
0 Kudos

Write code in USEREXIT_FILL_VBRK_VBRP (Module pool SAPLV60A, program RV60AFZC)

--

Reddy