H99CWTR SAP (Technical structure for wage type reporter) Structure details

Dictionary Type: Structure
Description: Technical structure for wage type reporter




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




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

H99CWTR 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 "Technical structure for wage type reporter" 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_H99CWTR TYPE H99CWTR.

The H99CWTR table consists of various fields, each holding specific information or linking keys about Technical structure for wage type reporter data available in SAP. These include FORPERVIEW (Radiobutton for-view payroll periods), ALVLIST (Display with ALV list viewer), XXLLIST (Excel list output), XXLPCFILE (Excel PC file).. 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 H99CWTR 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
INPERVIEWRadiobutton: In-view payroll periods INPERVIEWCHAR1BOOLE
FORPERVIEWRadiobutton for-view payroll periods FORPERVIEWCHAR1CHAR1
ALVLISTDisplay with ALV list viewer ALVLISTCHAR1CHAR0001PCAL
XXLLISTExcel list output XXLLISTCHAR1CHAR0001PCAL
XXLPCFILEExcel PC file XXLPCFILECHAR256CHAR256
GRIDLISTOutput With ALV Grid Control GRIDLISTCHAR1CHAR0001PCAL
PAYTY_CALPayroll Type for For-Period PAYTY_CALCHAR1CHAR1
PAYID_CALPayroll ID for For-Period PAYID_CALCHAR1CHAR1
INPTY_CALPayroll Type for In-Period INPTY_CALCHAR1CHAR1
INPID_CALPayroll ID of In-Period INPID_CALCHAR1CHAR1
FPPER_REFComparison For-Period FPPER_REFCHAR6CHAR6
PAYDT_REFPayment Date of Comparison Period PAYDT_REFDATS8DATUM
INPER_REFComparison In-Period INPER_REFCHAR6CHAR6
IPEND_REFEnd of Comparison Period, In-Period IPEND_REFDATS8DATUM
PAYTY_REFPayroll Type for For-Period (for Comparison Period) PAYTY_REFCHAR1CHAR1
PAYID_REFPayroll ID of For-Period (for Comparison Period) PAYID_REFCHAR1CHAR1
INPTY_REFPayroll Type of In-Period (for Comparison Period) INPTY_REFCHAR1CHAR1
INPID_REFPayroll ID of In-Period (for Comparison Period) INPID_REFCHAR1CHAR1
ANZHL_REFNumber in the Comparison Period ANZHL_REFDEC15(2) PRANZHL
BETRG_REFAmount in the Comparison Period BETRG_REFCURR15(2) PRBETRG
WAERS_REFCurrency in Comparison Period WAERS_REFCUKY5Assigned to domainWAERS
ANZHL_ABSDIFFAbsolute Difference of Number ANZHL_ABSDIFFDEC15(2) PRANZHL
BETRG_ABSDIFFAbsolute Difference of Amount BETRG_ABSDIFFCURR15(2) PRBETRG
ANZHL_RELDIFFPercentage Difference of Number ANZHL_RELDIFFDEC15(2) PY_PERCENTAGE
BETRG_RELDIFFPercentage Difference of Amount BETRG_RELDIFFDEC15(2) PY_PERCENTAGE
ARCH_READConsider and Display Archived Payroll Results ARCH_TOOCHAR1BOOLE
COMPPERPerform Comparison COMPPERCHAR1XFELD
NOOCRegular Payroll Run NOOCCHAR1XFELD
YESOCOff-Cycle Payroll Run OCYESCHAR1XFELD
ABKRS_REFPayroll Area of For-Period (Comparison Period) ABKRS_REFCHAR2Assigned to domainABKRS
IABKRS_REFPayroll Area of In-Period (Comparison Period) IABKRS_REFCHAR2Assigned to domainABKRS
ABKRS_CALPayroll Area for For-Period ABKRS_CALCHAR2Assigned to domainABKRS
IABKRS_CALPayroll Area of In-Period IABKRS_CALCHAR2Assigned to domainABKRS
SHOWNULLRECORDSDisplay records with null values SHOWNULLRECORDSCHAR1XFELD

Key field Non-key field



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

As H99CWTR 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 H99CWTR as there is no data to select.

How to access SAP table H99CWTR

Within an ECC or HANA version of SAP you can also view further information about H99CWTR 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!