PAE_HAEPCVC0_DATA SAP (Data for Report HAEPCVC0 PDF) Structure details

Dictionary Type: Structure
Description: Data for Report HAEPCVC0 PDF




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




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

PAE_HAEPCVC0_DATA 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 "Data for Report HAEPCVC0 PDF" 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_PAE_HAEPCVC0_DATA TYPE PAE_HAEPCVC0_DATA.

The PAE_HAEPCVC0_DATA table consists of various fields, each holding specific information or linking keys about Data for Report HAEPCVC0 PDF data available in SAP. These include AECTX (Employer Name), GPSER (GPSSA Employer Registration Number), GYEAR (Current Year), GCMON (Current Month Text).. 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: Can Be Enhanced (Deep)


SAP PAE_HAEPCVC0_DATA 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
BUKRS Company Code0
AECTX Employer Name0
GPSER GPSSA Employer Registration Number0
GYEAR Current Year0
GCMON Current Month Text0
GPYER Previous Year0
GPMON Previous Month Text0
CMT_D Current month total contribution Dhs0
CMT_F Current month total contribution Fils0
PMT_D Previous month total contribution Dhs0
PMT_F Previous month total contribution Fils0
CHV_D Change Value Dhs0
CHV_F Change Value Fils0
LGTX1 Allowance 1 Text0
TA1_D Total Allowance 1 Dhs0
TA1_F Total Allowance 1 Fils0
LGTX2 Allowance 2 Text0
TA2_D Total Allowance 2 Dhs0
TA2_F Total Allowance 2 Fils0
LGTX3 Allowance 3 Text0
TA3_D Total Allowance 3 Dhs0
TA3_F Total Allowance 3 Fils0
LGTX4 Allowance 4 Text0
TA4_D Total Allowance 4 Dhs0
TA4_F Total Allowance 4 Fils0
LGTX5 Allowance 5 Text0
TA5_D Total Allowance 5 Dhs0
TA5_F Total Allowance 5 Fils0
LGTX6 Allowance 6 Text0
TA6_D Total Allowance 6 Dhs0
TA6_F Total Allowance 6 Fils0
LGTX7 Allowance 7 Text0
TA7_D Total Allowance 7 Dhs0
TA7_F Total Allowance 7 Fils0
TAL_D Total Allowance Dhs0
TAL_F Total Allowance Fils0
TC1_D Total Allowance 1 Dhs0
TC1_F Total Allowance 1 Fils0
TC2_D Total Allowance 2 Dhs0
TC2_F Total Allowance 2 Fils0
T_SY1 0
T_SY2 0
T_SY3 0

Key field Non-key field



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

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

How to access SAP table PAE_HAEPCVC0_DATA

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