HRV_WIZ3 SAP (HR-TEM: Wizard Billing) Structure details

Dictionary Type: Structure
Description: HR-TEM: Wizard Billing




ABAP Code to SELECT data from HRV_WIZ3
Related tables to HRV_WIZ3
Access table HRV_WIZ3




Structure field list including key, data, relationships and ABAP select examples

HRV_WIZ3 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "HR-TEM: Wizard Billing" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_HRV_WIZ3 TYPE HRV_WIZ3.

The HRV_WIZ3 table consists of various fields, each holding specific information or linking keys about HR-TEM: Wizard Billing data available in SAP. These include INACTIVE (Indicator), HRFROMNUMBER (From number), HRTONUMBER (To number), HRNRLEVEL (Current number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP HRV_WIZ3 structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ACTIVEIndicator FLAG_XCHAR1CHAR1_X
INACTIVEIndicator FLAG_XCHAR1CHAR1_X
HRFROMNUMBERFrom number NRFROMCHAR20CHAR20
HRTONUMBERTo number NRTOCHAR20CHAR20
HRNRLEVELCurrent number NRLEVELACHAR20ALPHANRLEVEL
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DESCR_VKORGName VTXTKCHAR20TEXT20
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DESCR_VTWEGGeneral Name KTEXTCHAR20TEXT20
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
DESCR_SPARTGeneral Name KTEXTCHAR20TEXT20
KTGRMAccount assignment group for this material KTGRMCHAR2Assigned to domainKTGRM
DESCR_KTGRMGeneral Name KTEXTCHAR20TEXT20
WEGIDEvaluation Path WEGIDCHAR8T778AWEGIDHRBAS00WEGID
DESCR_WEGIDEvaluation Path Text EPTXTCHAR67TEXT67
FKARAProposed billing type for an order-related billing document FKARACHAR4Assigned to domainFKART
DESCR_FKARADescription BEZEI20CHAR20TEXT20
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
DESCR_AUARTDescription BEZEI20CHAR20TEXT20
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
DESCR_PSTYVDescription BEZEI20CHAR20TEXT20
CONDCondition type KSCHACHAR4Assigned to domainKSCHLVKS
DESCR_CONDDescription BEZEI20CHAR20TEXT20
GKARAProposed billing type for an order-related billing document FKARACHAR4Assigned to domainFKART
DESCR_GKARADescription BEZEI20CHAR20TEXT20
GUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
DESCR_GUARTDescription BEZEI20CHAR20TEXT20
GPSTYSales document item category PSTYVCHAR4Assigned to domainPSTYV
DESCR_GPSTYDescription BEZEI20CHAR20TEXT20
LANDCountry Key LAND1CHAR3T005LAND1LND
DESCR_LANDCountry Name LANDXCHAR15TEXT15
PRCTRIndicator FLAG_XCHAR1CHAR1_X
CPDCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
DESCR_CPDName 1 NAME1_GPCHAR35NAME

Key field Non-key field



How do I retrieve data from SAP structure HRV_WIZ3 using ABAP code?

As HRV_WIZ3 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on HRV_WIZ3 as there is no data to select.

How to access SAP table HRV_WIZ3

Within an ECC or HANA version of SAP you can also view further information about HRV_WIZ3 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!