cancel
Showing results for 
Search instead for 
Did you mean: 

Z fields in VBAP not available in FM "RV_DOCUMENT_PRINT_VIEW"

Former Member
0 Kudos

I have added Z fields in VBAP, ADDITIONAL DATA B tab of item. I am using FM "RV_DOCUMENT_PRINT_VIEW" to get data in print program. but in the output structure POS (type VBDPA) i don't see z fields i have added. How to get z field values. Do I need to enhance VBDPAZ structure? It has only dummy field in it.

Thanks,

AP

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes, You have to add the additional Z-field in the structure VBDPAZ. See the existing Code written in the userexit V05DZZAP to move the CORRESPONDING fields from structure VBAP to VBDPAZ.

***INCLUDE V05DZZAP .
***Userexit Auftragsdruck Zeitpunkt VBAP

move-corresponding vbap to vbdpaz.
move-corresponding vbdpaz to lvbdpa.

If you add the Z field in DDIC structure VBDPAZ, it will appear in structure VBDPA also, which is used for displaying item data (VBAP).

Answers (0)