RCV_STR_RECEIVER_SIMULATION SAP (Correspondence Recipient Simulation) Structure details

Dictionary Type: Structure
Description: Correspondence Recipient Simulation




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




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

RCV_STR_RECEIVER_SIMULATION 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 "Correspondence Recipient Simulation" 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_RECEIVER_SIMULATION TYPE RCV_STR_RECEIVER_SIMULATION.

The RCV_STR_RECEIVER_SIMULATION table consists of various fields, each holding specific information or linking keys about Correspondence Recipient Simulation data available in SAP. These include RECEIVER_GROUP (Correspondence Recipient Group), RECEIVER_GROUP_DESC (Name of Correspondence Recipient Group), X_WITH_RECEIVER_GROUP (With Recipient Group), RECEIVER (Business Partner ID of Correspondence 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: Cannot Be Enhanced


SAP RCV_STR_RECEIVER_SIMULATION 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
RECEIVER_GROUPCorrespondence Recipient Group RCV_DTE_RECEIVERGROUPCHAR4RCV_RECEIVERGROUP
RECEIVER_GROUP_DESCName of Correspondence Recipient Group RCV_DTE_RECEIVERGROUP_DESCCHAR25TEXT25
X_WITH_RECEIVER_GROUPWith Recipient Group RCV_DTE_WITH_RECEIVERGROUPCHAR1OS_BOOLEAN
RECEIVERBusiness Partner ID of Correspondence Recipient RCV_DTE_RECEIVERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RECEIVER_GUIDGUID of Correspondence Recipient (Char) RCV_DTE_RECEIVER_GUIDCHAR32SYSUUID_C
RECEIVER_DESCShort Description of Correspondence Recipient RCV_DTE_RECEIVER_DESCCHAR50BU_TEXT50
PARTNERROLEBusiness Partner Role of Correspendence Recipient RCV_DTE_BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
SPOUSESpouse of Correspondence Recipient RCV_DTE_SPOUSECHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SPOUSE_GUIDGUID of Spouse of Correspondence Recipient (Char) RCV_DTE_SPOUSE_GUIDCHAR32SYSUUID_C
GROUPBusiness Partner ID of Group of Correspondence Recipients RCV_DTE_GROUPCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
GROUP_GUIDGUID of Group of Correspondence Recipient (Char) RCV_DTE_GROUP_GUIDCHAR32SYSUUID_C
PARTNERCATEGORYBusiness Partner Category of Correspondence Recipient RCV_DTE_PARTNERCATEGORYCHAR1BU_TYPEBPY
DOCUMENTTYPEDocument Type RCV_DTE_DOCUMENTTYPENUMC1RCV_DOCUMENTTYPE
DOCUMENTTYPE_DESCName of Document Type RCV_DTE_DOCUMENTTYPE_DESCCHAR60DDTEXT
CORR_VARIANTCorrespondence Variant COPRC_KKCHAR4Assigned to domainCOPRC_KK
CORR_ROLECorrespondence Roles CORR_ROLE_KKCHAR4Assigned to domainCORR_ROLE_KK
PERSON_NRPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
ADDRESS_NRAddress Number of Correspondence Recipient RCV_DTE_ADDRESS_NRCHAR10Assigned to domainALPHAAD_ADDRNUMRCV_SHLP_ADDRESS
ADDRESS_NR_INDEP_COMMAddress Number for Address-Independent Communication CREC_AD_INDEP_COMM_KKCHAR10Assigned to domainALPHAAD_ADDRNUM
ADDRESS_DESCBP: Address Description BU_ADDSCCHAR60TEXT60
SENDCONTROLDispatch Control SENDCONTROLCHAR4Assigned to domainESENDCONTROL
SENDCONTROL_DESCDescription of Dispatch Control EFG_DTE_SENDCONTROL_DESCRCHAR50TEXT50
ADR_KINDAddress Type Of Correspondence Recipient CORR_ADR_KIND_KKCHAR10Assigned to domainBU_ADRKIND
ADR_KIND_DESCName of Address Type RCV_DTE_ADR_KIND_DESCCHAR40TEXT40
CORR_LANGULanguage Key of Correspondence RCV_DTE_CORR_LANGULANG1Assigned to domainISOLASPRAS
PRINT_MODEBusiness Partner Print Format PRINT_MODE_KKCHAR1BU_PRINT_MODE
NUMBERSequential Number of Send Types SENDCONTROLLFDCHAR2CHAR2
SENDTYPEDocument Transmission Method RF_SENDTYPECHAR10RF_SENDTYPERF_SENDTYPE
SENDTYPE_DESCName of Dispatch Type RCV_DTE_SENDTYPE_DESCCHAR60DDTEXT
COPYFLAGExample is a Copy RF_COPYFLAGCHAR1RF_KENNZX

Key field Non-key field



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

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

How to access SAP table RCV_STR_RECEIVER_SIMULATION

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