T5G_P46ARV SAP (HR-GB: Archive for P46(Car)-Forms) Table details

Dictionary Type: Table
Description: HR-GB: Archive for P46(Car)-Forms




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




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

T5G_P46ARV is a standard SAP Table which is used to store HR-GB: Archive for P46(Car)-Forms data and is available within R/3 SAP systems depending on the version and release level.

The T5G_P46ARV table consists of various fields, each holding specific information or linking keys about HR-GB: Archive for P46(Car)-Forms data available in SAP. These include SERNR (HR-GB: Serial number of P46(Car)-Forms for employee), PERNR (Personnel number), REGNO (License plate number), FACTO (Car manufacturer).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5G_P46ARV table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SERNRHR-GB: Serial number of P46(Car)-Forms for employee P08_SERNRNUMC4NUMC04
PERNRPersonnel number PERSNONUMC8PA0003PERSNOPER
REGNOLicense plate number P_KFZKZCHAR10CHAR10
FACTOCar manufacturer P_FACTOCHAR2T51C1P_FACTO
MODELCar Model P_MODELCHAR6T51C3P_MODEL
TTYPECar transmission types (for UK only) P_TTYPECHAR1P_TTYPE
DPLANCar Door plan (for UK only) P_DPLANCHAR4P_DPLAN
RGNDARegistration Date P_RGNDADATS8DATUM
AVADAHR-GB: P46 Date the car was first available from P08_AVADADATS8DATUM
WITDAHR-GB: P46 Car withdrawal date P08_WITDADATS8DATUM
EGTYPFuel type P_EGTYPCHAR1P_EGTYP
FUELRFuel rule P_FUELRCHAR3P_FUELR
CO2EMCar C02 Emissions P_CO2EMNUMC3NUMC03
INCFLIncluding fuel P_INCFLCHAR1XFELD
LISTPCar List Price P_LISTPCURR15(2) WERT15
ACCSSPaid for Accessories P_ACCSSCURR15(2) WERT15
ADDACFurther Accessories P_ADDACCURR15(2) WERT15
ONEPDOne time with hold payment P_ONEPDCURR15(2) WERT15
REGPDRegular with hold payment P_REGPDCURR15(2) WERT15
PAYMOPayment Model MODE1CHAR4Assigned to domainMODEL
LIMCAEe Earnings exceed P11D limit (or Ee is director) P08_LIMCACHAR1CHECKBOX
EARPRHR-GB: Employee's calculated year rate P08_EARPRCURR15(2) WERT15
RREGNOHR-GB: License plate number of the replaced car P08_RKFZKZCHAR10CHAR10
RRGNDAHR-GB: Registration date of the replaced car P08_RRGNDADATS8DATUM
RFACTOHR-GB: Replaced Car Manufacturer P08_RFACTOCHAR2T51C1P_FACTO
RMODELHR-GB: Replaced Car Model P08_RMODELCHAR6T51C3P_MODEL
FREASHR-GB: Form reason P08_FREASCHAR2P08_FREAS
ERR_CODMessage number MSGNRCHAR3T100MSGNR
MES_CLSApplication Area ARBGBCHAR20T100AARBGBMAG
TAXYRHR-GB: Tax year (for reports) P08_TAXYRNUMC4GJAHRGJAHR
ISSDATEHR-GB: P46-Form Date of Issue P08_AUSDTDATS8DATUM
UNAMEHR-GB: User Name P08_UNAMECHAR40TEXT40
CRDATHR-GB: P46-Form Date of Creation P08_CRDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table T5G_P46ARV using ABAP code

The following ABAP code Example will allow you to do a basic selection on T5G_P46ARV to SELECT all data from the table
DATA: WA_T5G_P46ARV TYPE T5G_P46ARV.

SELECT SINGLE *
FROM T5G_P46ARV
INTO CORRESPONDING FIELDS OF WA_T5G_P46ARV
WHERE...

How to access SAP table T5G_P46ARV

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