P06_S_ENTETE_ALL SAP (Header data structure (all)) Structure details

Dictionary Type: Structure
Description: Header data structure (all)




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




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

P06_S_ENTETE_ALL 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 "Header data structure (all)" 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_P06_S_ENTETE_ALL TYPE P06_S_ENTETE_ALL.

The P06_S_ENTETE_ALL table consists of various fields, each holding specific information or linking keys about Header data structure (all) data available in SAP. These include PROFI (PGMD_Profile), VERSI (PGMD_Profile), IDENT (ARL Identifier/CRA Identifier), TEMPS (ARL Timestamp/CRA Timestamp).. 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 P06_S_ENTETE_ALL 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
PROFIPGMD_Profile P06_PROFICHAR3CHAR3
VERSIPGMD_Profile P06_VERSICHAR3CHAR3
IDENTARL Identifier/CRA Identifier P06ADM_IDENTCHAR100TEXT100
TEMPSARL Timestamp/CRA Timestamp P06ADM_TEMPSCHAR29CHAR29
EMEIDARL Sender Identity/CRA Sender Identity P06ADM_EMEIDCHAR35TEXT35
EMEQUARL sender capacity/CRA sender capacity P06ADM_EMEQUCHAR35TEXT35
RECIDARL receiver ID/CRA receiver ID P06ADM_RECIDCHAR35TEXT35
RECQUARL receiver capacity/CRA receiver capacity P06ADM_RECQUCHAR35TEXT35
PMRSOEDI: business name P06_RAISON_IJSSCHAR256CHAR256
MINPRARL doc. profile/CRA doc. profile P06ADM_MINPRCHAR3CHAR3
MINIDARL flow ID/CRA flow ID P06ADM_MINIDCHAR100TEXT100
MINTIARL Timestamp/CRA Timestamp P06ADM_MINTICHAR29CHAR29
PROCEARL process/CRA process P06ADM_PROCECHAR100TEXT100
TRAITARL processing/CRA processing P06ADM_TRAITCHAR29CHAR29
ADRLELogical Sender Address P06ADM_ADRLECHAR35TEXT35
DOMEMARL Sender capacity/CRA Sender capacity P06ADM_DOMEMCHAR35TEXT35
ADRLRLogical Receiver Address P06ADM_ADRLRCHAR35CHAR35
DOMREARL Receiver domain/CRA Receiver domain P06ADM_DOMRECHAR35CHAR35
AUTRE'Other' ARL Receiver/'Other' CRA Receiver P06ADM_AUTRECHAR256TEXT256
NOMLOLogical name P06ARL_NOMLOCHAR100TEXT100
HORODTimestamp P06ARL_HORODCHAR29CHAR29
INTE_TAB 0
CODERARL result code P06ADM_CODERCHAR2CHAR2
COMMEARL result comment P06ADM_COMMECHAR70TEXT70

Key field Non-key field



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

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

How to access SAP table P06_S_ENTETE_ALL

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