SADRF SAP (Fax addresses with cover sheet) Table details

Dictionary Type: Table
Description: Fax addresses with cover sheet




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




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

SADRF is a standard SAP Table which is used to store Fax addresses with cover sheet data and is available within R/3 SAP systems depending on the version and release level.

The SADRF table consists of various fields, each holding specific information or linking keys about Fax addresses with cover sheet data available in SAP. These include ADRNR (Address), STDFL (Addresses: Default flag), LFDNR (Sequence Number), REC_FAX (SAPoffice: Fax or telex number of 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SADRF table 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
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
STDFLAddresses: Default flag SO_STDFLCHAR1SO_FLAG
LFDNRSequence Number LFDNRCHAR3LFDNR
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 table SADRF using ABAP code

The following ABAP code Example will allow you to do a basic selection on SADRF to SELECT all data from the table
DATA: WA_SADRF TYPE SADRF.

SELECT SINGLE *
FROM SADRF
INTO CORRESPONDING FIELDS OF WA_SADRF
WHERE...

How to access SAP table SADRF

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