N1DEMPF SAP (IS-H*MED: Screen fields: Recipient of document) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Screen fields: Recipient of document




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




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

N1DEMPF 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 "IS-H*MED: Screen fields: Recipient of document" 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_N1DEMPF TYPE N1DEMPF.

The N1DEMPF table consists of various fields, each holding specific information or linking keys about IS-H*MED: Screen fields: Recipient of document data available in SAP. These include EINRI (Institution), HEMPF (Main Recipient), EMPFT (Recipient Type - Internal), ETEXT (Recipient Type - External).. 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 (character-type)


SAP N1DEMPF 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
HEMPFMain Recipient N1HEMPFCHAR1XFELD
EMPFTRecipient Type - Internal N1EMPFTCHAR1N1EMPFT
ETEXTRecipient Type - External N1ETEXTCHAR1N1EMPFTYPCHAR1
ETTXTRecipient Type - Description N1EMPFTXTCHAR20TXT20
EMPFACombined Recipient Address N1EMPFACHAR100CHAR100
EADRE-mail Address Available (Icons) N1EADRCHAR40CHAR40
FADRFax Number Available (icons) N1FADRCHAR40CHAR40
PWEGMail N1PWEGCHAR1XFELD
EWEGE-mail Route N1EWEGCHAR1XFELD
FWEGFax Route N1FWEGCHAR1XFELD
VERSDocument sent (icons) N1VERSCHAR40CHAR40
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
LFDNRSequential Number LFDNUNUMC3NUMC3
ANRDSIS-H: Form-of-Address Key RI_ANRDSCHAR2TN17URI_ANRDS
ANTXTIS-H: Form-of-Address Text RI_ANTXTCHAR25TEXT25
TITELIS-H: Title RI_TITELCHAR15T535NTITEL
TTOUTIS-H: Title RI_TITELCHAR15Assigned to domainTITEL
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
NAME2First Name / Second Name GPNAM2CHAR35NAME
NAME3Third Name GPNAM3CHAR35NAME
PSTLZIS-H: Postal Code of City ISH_PSTLZOCHAR10PSTLZ
LANDIS-H: Country ISH_LANDCHAR3T005LAND1
ORTIS-H: City ISH_CITY1CHAR40TEXT40
STRASIS-H: Street ISH_STRASSCHAR40TEXT40
FAXNRFax Number ISH_FAXNRCHAR30CHAR30
FAXXTIS-H: Fax Number - Extension ISH_FAXEXTCHAR10CHAR10
TEXNRIS-H: Internet Mail (SMTP) Address ISH_SMTPADRCHAR241SXIDNAD_SMTPADR
GPARTIS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8NORGALPHAORGIDOGE
VERSDDate Sent N1VERSDDATS8N1VERSD
VERSZDispatch Time N1VERSZTIMS6N1VERSZ
VERSADispatch Type N1VERSACHAR1N1VERSA

Key field Non-key field



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

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

How to access SAP table N1DEMPF

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