‎2009 Jan 02 5:05 AM
hi all,
in enhancement of idoc 850 in the function module EXIT_SAPLVEDA_009 in the tables parameters we have DXVBAK,DXVBAP etc.
what are these structures and what for they r used??
‎2009 Jan 09 2:08 PM
Hi Keerthivasan:
The standard SAP program did not have the Unicode checks active flag selected.
So, DXVBAK can be used like the following:
DXVBAK LIKE VBAK.
DXVBAK+107(4) = EDSDC-VKORG.
DXVBAK+111(2) = EDSDC-VTWEG.
DXVBAK+113(2) = MARA-SPART.
This worked in 4.5b, but gave a Unicode runtime error in 5.0.
It's because DXVBAK is a complex structure with numeric values in between.
If DXVBAK was all character, then this would have worked in ECC 5.0 also.