SADRFD SAP (Data part of a fax address) Structure details

Dictionary Type: Structure
Description: Data part of a fax address




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




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

SADRFD 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 "Data part of a fax address" 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_SADRFD TYPE SADRFD.

The SADRFD table consists of various fields, each holding specific information or linking keys about Data part of a fax address data available in SAP. These include REC_TITLE (SAPoffice: Form of address of fax or telex recipient), REC_NAME1 (SAPoffice: Name 1 of fax or telex recipient), REC_NAME2 (SAPoffice: name 2 of fax recipient), REC_DEP (SAPoffice: Department of fax or telex recipient).. 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: Not classified


SAP SADRFD 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
REC_FAXSAPoffice: Fax or telex number of recipient SO_RECFAXCHAR30TELEX
REC_TITLESAPoffice: Form of address of fax or telex recipient SO_REC_TITCHAR12SO_STRI012
REC_NAME1SAPoffice: Name 1 of fax or telex recipient SO_FX_NAM1CHAR35NAME
REC_NAME2SAPoffice: name 2 of fax recipient SO_FX_NAM2CHAR35NAME
REC_DEPSAPoffice: Department of fax or telex recipient SO_FX_DEPMCHAR35SO_STRI035
REC_PO_BOXSAPoffice: P.O. box of fax recipient SO_FX_PBOXCHAR10PFACH
REC_STREETSAPoffice: Street of fax or telex recipient SO_FX_STRCHAR35TEXT35
REC_TOWNSAPoffice: City of fax or telex recipient SO_FX_TOWNCHAR35TEXT35
SEND_COVERCover sheet and text on one page SO_FX_COVCHAR1SO_FLAG
SEND_NAMSAPoffice: name of fax sender SO_FX_SNAMCHAR35NAME
SEND_DEPSAPoffice: department of sender SO_FX_SDEPCHAR35SO_STRI035
SEND_TELSAPoffice: Telephone extension of sender SO_FX_STELCHAR16TEXT16
SEND_FAXSAPoffice: fax number of sender (extension only) SO_FX_SFAXCHAR16TEXT16
SEND_DATESAPoffice: Transmission date of fax/telex SO_FX_SDATDATS8DATUM
SEND_TIMESAPoffice: Time fax/telex should be sent SO_FX_STIMTIMS6UZEIT
SEND_NIGHTSAPoffice: Fax/telex is sent at night SO_FX_SNITCHAR1SO_FLAG
SEND_IMMISAPoffice: Fax/telex to be sent immediately SO_FX_SIMMCHAR1SO_FLAG
REC_STATESAPoffice: Country code for sending a fax/telex SO_FX_SATECHAR3Assigned to domainLAND1
REC_PERSSAPoffice: private recipient name SO_FX_COCHAR35TEXT35
REC_ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
SEND_SCHEDSAPoffice: Send at specified time SO_SCHEDCHAR1SO_FLAG
FAX_FORMSAPoffice: User layout set name for faxing SO_FAXFORMCHAR16SO_FORM
FORM_LANGUFax layout set language SO_FORMLANLANG1ISOLASYLANGU
SEND_TITELTitle of fax sender's company SO_FX_STITCHAR12SO_STRI012
SEND_COMPName of fax sender's company SO_FX_SCOMCHAR35NAME
SEND_COMP2Second part of the company name of the fax sender SO_FX_SCO2CHAR35NAME
SEND_ANREDTitle of fax sender SO_FX_SANRCHAR12SO_STRI012
SEND_STRETStreet of fax sender SO_FX_SSTRCHAR35TEXT35
SEND_PSTLPostal code of fax sender SO_FX_SPSTCHAR10PFACH
SEND_ORTCity of fax sender SO_FX_STWNCHAR35TEXT35
SEND_C_TELTelephone number of fax sender's company SO_FX_SCTLCHAR30TELEX
SEND_C_FAXFax number of the fax sender's company SO_FX_SCFXCHAR30TELEX
REC_STADESDescription of the country key of the fax number SO_FX_LDESCHAR35SO_STRI035
ENTRY_IDRow Index of Internal Tables SYTABIXINT410SYST_LONG

Key field Non-key field



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

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

How to access SAP table SADRFD

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