Register Login

Error in Moving Fields to VBAP from User_Exits in MV45AFZZ

Updated May 18, 2018

Hi all, 

To Display fields on VA01, VA02 and VA03 transactions. 


1. I need to take stceg from KOMK structure. So in 

FORM USEREXIT_MOVE_FIELD_TO_VBAK. i wrote code as: 

vbak-zz_stceg = tkomk-stceg. 


2. for MWSKZ(TAX code) from KOMP structure. i coded as 

FORM USEREXIT_MOVE_FIELD_TO_VBAP. 

vbap-zz_mwskz = tkomp-mwskz. 

STCEG is working fine but MWSKZ tax code is showing empty field. 

i have added zz_stceg and zz_mwskz to vbak and vbap tables respectively. then added these fields to screen. 

Please suggest me where I went wrong. 


Comments

  • 26 May 2014 5:54 am Sonia Barwar Best Answer

    try out userexit: USEREXIT_XKOMV_BEWERTEN_END of Include RV61AFZB.


×