P06DAD_ENTREPRISE SAP (DADS-U: Structure for company (S20.G01)) Structure details

Dictionary Type: Structure
Description: DADS-U: Structure for company (S20.G01)




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




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

P06DAD_ENTREPRISE 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 "DADS-U: Structure for company (S20.G01)" 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_P06DAD_ENTREPRISE TYPE P06DAD_ENTREPRISE.

The P06DAD_ENTREPRISE table consists of various fields, each holding specific information or linking keys about DADS-U: Structure for company (S20.G01) data available in SAP. These include RAISON (Business name), REF_BEGDA (Start of declaration reference period), REF_ENDDA (End of declaration reference period), DEC_NAT (Kind of declaration indicator).. 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 P06DAD_ENTREPRISE 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
SIRENSIREN number P06_SIRENCHAR9
RAISONBusiness name P06_RAISONCHAR60CHAR60
REF_BEGDAStart of declaration reference period P06_REF_BEGDADATS8DATE
REF_ENDDAEnd of declaration reference period P06_REF_ENDDADATS8DATE
DEC_NATKind of declaration indicator P06_DEC_NATCHAR2CHAR2
DEC_TYPDeclaration type code P06_DEC_TYPCHAR2CHAR2
NUMFRDeclaration fraction number P06_NUMFRCHAR2CHAR2
RATT_BEGDAStart of wage assignation period P06_RAT_BEGDADATS8DATE
RATT_ENDDAEnd of wage assignation period P06_RAT_ENDDADATS8DATE
DEVISECurrency type code P06_DEVISECHAR3CHAR3
NIC_SIEGENIC P06_NUMICCHAR5CHAR5
NIC_DEPONIC P06_NUMICCHAR5CHAR5
NOM_DEPOName of establishment filing the declaration of results P06_NOM_DEPOCHAR60CHAR60
NUM_CLIENTCustomer number at sender P06_NUM_CLIENTCHAR15CHAR15
SIREN_CRESIREN number P06_SIRENCHAR9
NIC_CRENIC P06_NUMICCHAR5CHAR5
CODECREDADS-U: CRE sending media type code P06_CODECRECHAR2CHAR2
INDICRECRE sending code P06_INDICRECHAR100CHAR100
CIVILTitle code of CRE recipient P06_ENCIVILCHAR2P06_COCIVIL
NOMDESTDADS-U: Name and first name of CRE recipient P06_ENNOMDESCHAR80CHAR80
DEST_PTSDADS-U: Recipient of point payroll supplementary pension P06_DEST_PTSCHAR2CHAR2
CODETRI1DADS-U: Points settlement code P06_CODECOMPCHAR2CHAR2
CODETRI2DADS-U: Points settlement code P06_CODECOMPCHAR2CHAR2
CODEPERDeclaration periodicity indicator P06_CODEPERCHAR3P06_CODEPER

Key field Non-key field



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

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

How to access SAP table P06DAD_ENTREPRISE

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