RCV_STR_DYN_REC_DET_HDS_SOURCE SAP (Source Structure for Dynamic Recipient Determination in HDS) Structure details

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




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




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

RCV_STR_DYN_REC_DET_HDS_SOURCE 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 "Source 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_SOURCE TYPE RCV_STR_DYN_REC_DET_HDS_SOURCE.

The RCV_STR_DYN_REC_DET_HDS_SOURCE table consists of various fields, each holding specific information or linking keys about Source Structure for Dynamic Recipient Determination in HDS data available in SAP. These include GPART (Correspondence Recipient), GPART_GUID (Correspondence Recipient (GUID)), ORG_GPART (Original Correspondence Recipient), ORG_GPART_GUID (Original Correspondence Recipient (GUID)).. 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 or numeric)


SAP RCV_STR_DYN_REC_DET_HDS_SOURCE 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
COTYPCorrespondence Type COTYP_KKCHAR4Assigned to domainCOTYP_KKCOTYPCOTYP_KK
GPARTCorrespondence Recipient CREC_GP_KKCHAR10Assigned to domainALPHABU_PARTNER
GPART_GUIDCorrespondence Recipient (GUID) CREC_GP_GUID_KKCHAR32SYSUUID_C
ORG_GPARTOriginal Correspondence Recipient CREC_ORG_GP_KKCHAR10Assigned to domainALPHABU_PARTNER
ORG_GPART_GUIDOriginal Correspondence Recipient (GUID) CREC_ORG_GP_GUID_KKCHAR32SYSUUID_C
VKONTContract Account Number CORR_VKONT_KKCHAR12ALPHACORR_VKONT_KK
VTREFReference Specifications from Contract CORR_VTREF_KKCHAR20ALPHACORR_VTREF_KK
DATA1Correspondence Data Field 1 RCV_DTE_CORR_DATA1CHAR32CDATA_KK
DATA2Correspondence Data Field 2 RCV_DTE_CORR_DATA2CHAR32CDATA_KK
DATA3Correspondence Data Field 3 RCV_DTE_CORR_DATA3CHAR32CDATA_KK
DATA4Correspondence Data Field 4 RCV_DTE_CORR_DATA4CHAR32CDATA_KK
CSORTCorrespondence Sort Field CSORT_KKCHAR50CORR_TXT50
LAUFDDate ID for Creation Run CORR_LAUFD_KKDATS8DATUM
LAUFIAdditional ID Characteristic for Creation Run CORR_LAUFI_KKCHAR6CORR_LAUFI_KK
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SALWATransaction Currency CORR_BLWAE_KKCUKY5Assigned to domainWAERSFWS
SALBEAmount in Local Currency with +/- Signs CORR_BETRH_KKCURR13(2) WRTV7
BUKRSCompany Code in Correspondence CORR_BUKRSCHAR4CORR_BUKRS
CORR_ROLECorrespondence Roles CORR_ROLE_KKCHAR4Assigned to domainCORR_ROLE_KK
XTRIALCorrespondence Request is Test XTRIAL_KKCHAR1XFELD
SUBAPSubapplication Indicator in Correspondence CORR_SUBAP_KKCHAR1CORR_SUBAP_KK

Key field Non-key field



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

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

How to access SAP table RCV_STR_DYN_REC_DET_HDS_SOURCE

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