RCV_STR_DYN_REC_DET_HDS_RESULT SAP (Target Structure for Dynamic Recipient Determination in HDS) Structure details

Dictionary Type: Structure
Description: Target Structure for Dynamic Recipient Determination in HDS




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




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

RCV_STR_DYN_REC_DET_HDS_RESULT 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 "Target Structure for Dynamic Recipient Determination in HDS" 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_RCV_STR_DYN_REC_DET_HDS_RESULT TYPE RCV_STR_DYN_REC_DET_HDS_RESULT.

The RCV_STR_DYN_REC_DET_HDS_RESULT table consists of various fields, each holding specific information or linking keys about Target Structure for Dynamic Recipient Determination in HDS data available in SAP. These include FILTER_ID (BAdI Filter Value for Dynamic Recipient Determination), DOCPART_ROLE (Document Part Role), RECEIVER_KIND (Recipient Type), X_WITHOUT_RECEIVER (Correspondence Without 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: Can be enhanced (character-type)


SAP RCV_STR_DYN_REC_DET_HDS_RESULT 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
X_WITHOUT_STAT_REC_DETWithout Static Recipient Determination RCV_DTE_WITHOUT_STATIC_REC_DETCHAR1OS_BOOLEAN
FILTER_IDBAdI Filter Value for Dynamic Recipient Determination RCV_DTE_DYN_REC_DET_FILTER_IDCHAR20TRCV_FILTERID_CSRCV_REC_DET_EXT_FILTER_ID
DOCPART_ROLEDocument Part Role CORR_DOCPART_ROLE_KKCHAR1CORR_DOCPART_ROLE_KK
RECEIVER_KINDRecipient Type RCV_DTE_RECEIVER_KINDCHAR1RCV_RECEIVER_KIND
X_WITHOUT_RECEIVERCorrespondence Without Recipient RCV_DTE_WITHOUT_RECEIVERCHAR1OS_BOOLEAN
RECEIVERBusiness Partner ID of Correspondence Recipient RCV_DTE_RECEIVERCHAR10BUT000ALPHABU_PARTNERBPABUPA
RECEIVER_GUIDGUID of Correspondence Recipient (Char) RCV_DTE_RECEIVER_GUIDCHAR32SYSUUID_C
PARTNERROLEBusiness Partner Role of Correspendence Recipient RCV_DTE_BU_PARTNERROLECHAR6TB003BU_ROLEBUPA_ROLE
X_GROUP_SPLITUPSplit Business Partner Group if Different Addresses RCV_DTE_GROUP_SPLITUPCHAR1OS_BOOLEAN
X_SPOUSE_REORGWrite to Spouses Together if Address Identical RCV_DTE_SPOUSE_REORGCHAR1OS_BOOLEAN
CORR_VARIANTCorrespondence Variant COPRC_KKCHAR4TFK070BCOPRC_KK
CORR_ROLECorrespondence Roles CORR_ROLE_KKCHAR4TFK070MCORR_ROLE_KK
ADR_KINDAddress Type Of Correspondence Recipient CORR_ADR_KIND_KKCHAR10Assigned to domainBU_ADRKIND
ADDRESS_NRAddress Number of Correspondence Recipient RCV_DTE_ADDRESS_NRCHAR10Assigned to domainALPHAAD_ADDRNUMRCV_SHLP_ADDRESS
ADDRESS_GUIDGUID of Correspondence Recipient Address RCV_DTE_ADDRESS_GUIDCHAR32SYSUUID_C
SENDCONTROLDispatch Control SENDCONTROLCHAR4Assigned to domainESENDCONTROL
CORR_LANGULanguage Key of Correspondence RCV_DTE_CORR_LANGULANG1Assigned to domainISOLASPRAS

Key field Non-key field



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

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

How to access SAP table RCV_STR_DYN_REC_DET_HDS_RESULT

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