RECP_OI_DOC_CA_RECIP SAP (Recipient) Structure details

Dictionary Type: Structure
Description: Recipient




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




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

RECP_OI_DOC_CA_RECIP 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 "Recipient" 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_RECP_OI_DOC_CA_RECIP TYPE RECP_OI_DOC_CA_RECIP.

The RECP_OI_DOC_CA_RECIP table consists of various fields, each holding specific information or linking keys about Recipient data available in SAP. These include PARTNER_RC (Business Partner Number), PARTN_CAT_RC (Business partner category), SEARCHTERM1_RC (Search term 1 for business partner), SEARCHTERM2_RC (Search term 2 for business partner).. 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 RECP_OI_DOC_CA_RECIP 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
.INCLU-_RC 0
PARTNER_RCBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTN_CAT_RCBusiness partner category BU_TYPECHAR1BU_TYPEBPY
SEARCHTERM1_RCSearch term 1 for business partner BU_SORT1CHAR20BU_SORT1
SEARCHTERM2_RCSearch term 2 for business partner BU_SORT2CHAR20BU_SORT1
FIRSTNAME_RCFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
LASTNAME_RCLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME1_RCName 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME2_RCName 2 of organization BU_NAMEOR2CHAR40BU_NAME
NAME3_RCName 3 of organization BU_NAMEOR3CHAR40BU_NAME
NAME4_RCName 4 of organization BU_NAMEOR4CHAR40BU_NAME
NAMEGROUP1_RCName 1 (group) BU_NAMEGR1CHAR40BU_NAME
NAMEGROUP2_RCName 2 (group) BU_NAMEGR2CHAR40BU_NAME
XNAME_RCShort Name of Business Partner REBPXNAMECHAR50BU_TEXT50
XPARTNER_RCName/Address of Business Partner REBPXPARTNERCHAR80TEXT80
XSALUTATION_RCSalutation for Business Partner REBPXSALUTATIONCHAR80CHAR80
XADDRESS_RCCompact Display of Address REBPXADDRESSCHAR80REBPXADDRESS
LINE0_RCAddress line LINESCHAR80LINES
LINE1_RCAddress line LINESCHAR80LINES
LINE2_RCAddress line LINESCHAR80LINES
LINE3_RCAddress line LINESCHAR80LINES
LINE4_RCAddress line LINESCHAR80LINES
LINE5_RCAddress line LINESCHAR80LINES
LINE6_RCAddress line LINESCHAR80LINES
LINE7_RCAddress line LINESCHAR80LINES
LINE8_RCAddress line LINESCHAR80LINES
LINE9_RCAddress line LINESCHAR80LINES
ADDRCATE_RCAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
ADDRNUMBER_RCAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMBER_RCPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
SMTP_ADDR_RCE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TEL_COUNTRY_RCCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
TEL_NUMBER_RCTelephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
TEL_EXTENS_RCTelephone no.: Extension AD_TLXTNSCHAR10CHAR10
TEL_NUMBER_LONG_RCComplete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30
FAX_COUNTRY_RCCountry for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
FAX_NUMBER_RCFax number: dialling code+number AD_FXNMBRCHAR30CHAR30
FAX_EXTENS_RCFax no.: Extension AD_FXXTNSCHAR10CHAR10
FAX_NUMBER_LONG_RCComplete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
INTRENO_RCInternal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
ROLE_RCBusiness Partner: Role REBPROLECHAR6Assigned to domainBU_ROLE
XROLE_RCName of Business Partner Role REBPXROLECHAR30RECAXMDESCRIPTION
SUBROLE_RCBusiness Partner: Role Type REBPSUBROLECHAR4TIVBPSUBROLEREBPSUBROLE
XSUBROLE_RCName of Role Type REBPXSUBROLECHAR30RECAXMDESCRIPTION
ROLECATE_RCCategory of Role Category REBPROLECATECHAR1REBPROLECATE
APPL_RCBusiness Partner: Application Category REBPAPPLCHAR4Assigned to domainBP_APPLREBPAPPL
VALIDFROM_RCDate of Start of Relationship REBPVALIDFROMDATS8RECADATEBEG
VALIDTO_RCDate of End of Relationship REBPVALIDTODATS8REDATRECADATEEND
ADDRTYPE_RCAddress Type REBPADDRTYPECHAR10Assigned to domainBU_ADRKIND

Key field Non-key field



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

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

How to access SAP table RECP_OI_DOC_CA_RECIP

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