P06DAT_VICTIME SAP (DAT: Victim) Structure details

Dictionary Type: Structure
Description: DAT: Victim




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




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

P06DAT_VICTIME 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 "DAT: Victim" 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_P06DAT_VICTIME TYPE P06DAT_VICTIME.

The P06DAT_VICTIME table consists of various fields, each holding specific information or linking keys about DAT: Victim data available in SAP. These include CANCI (DAT: Seniority code), PPH2 (), IDE3 (), ADR2 ().. 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 P06DAT_VICTIME 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
EMBAUDAT: Date P06DAT_DATECHAR16CHAR16
CANCIDAT: Seniority code P06DAT_CODE_ANCIENNETECHAR3P06DAT_CODE_ANCIENNETE
PPH2 0
IDE3 0
ADR2 0
PTREMDelivery point P06_POINT_REMISECHAR38CHAR38
COMPL2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
NOMVOStreet and House Number PAD_STRASCHAR60PAD_STRAS
MENTIPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
LOCALDistrict P06_ORTCHAR25TEXT25
DPAYSCountry name P06_LANDXCHAR38TEXT38
NATI 0
NOM2 0
USANODAT: Common P06DAT_USAGECHAR256CHAR256
PRENODAT: First name P06DAT_PRNOMCHAR256CHAR256
FAMNODAT: Surname P06DAT_FAMILLECHAR256CHAR256
SEXE 0
CSEXEGender key P06_CSEXECHAR1CLESEXE
NAIS 0
DNAISDAT: Date P06DAT_DATECHAR16CHAR16
EMPI 0
APRO 0
APR2 0
CONT 0
NATURDAT: Employment contract code P06DAT_COD_CONTRAT_TRAVAILCHAR3CHAR3
EMPL 0
PMO1 0
ADR3 0
PTREMDelivery point P06_POINT_REMISECHAR38CHAR38
COMPL2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
NOMVOStreet and House Number PAD_STRASCHAR60PAD_STRAS
MENTIPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
LOCALDistrict P06_ORTCHAR25TEXT25
DPAYSCountry name P06_LANDXCHAR38TEXT38
TEL2 0
RSOC 0
RSOCIEDI: business name P06_RAISON_IJSSCHAR256CHAR256
ETAB 0
CRISQRisk code P06_CODRISCHAR5CHAR5
PMO2 0
IDE4 0
ADR4 0
PTREMDelivery point P06_POINT_REMISECHAR38CHAR38
COMPL2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
NOMVOStreet and House Number PAD_STRASCHAR60PAD_STRAS
MENTIPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
LOCALDistrict P06_ORTCHAR25TEXT25
DPAYSCountry name P06_LANDXCHAR38TEXT38
TEL3 0
GEST 0
IDE5 0
ENTR 0
CRISQRisk code P06_CODRISCHAR5CHAR5
PMO3 0
IDE6 0
ADR5 0
PTREMDelivery point P06_POINT_REMISECHAR38CHAR38
COMPL2nd Address Line PAD_LOCATCHAR40PAD_LOCAT
NOMVOStreet and House Number PAD_STRASCHAR60PAD_STRAS
MENTIPoint of delivery type P06_MENTION_DISTRIBUTIONCHAR38CHAR38
LOCALDistrict P06_ORTCHAR25TEXT25
DPAYSCountry name P06_LANDXCHAR38TEXT38
TEL4 0
RSO2 0
RSOCIEDI: business name P06_RAISON_IJSSCHAR256CHAR256

Key field Non-key field



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

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

How to access SAP table P06DAT_VICTIME

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