RECP_OI_DOC_CA_PARTN2 SAP (Further Partner 2) Structure details

Dictionary Type: Structure
Description: Further Partner 2




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




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

RECP_OI_DOC_CA_PARTN2 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 "Further Partner 2" 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_PARTN2 TYPE RECP_OI_DOC_CA_PARTN2.

The RECP_OI_DOC_CA_PARTN2 table consists of various fields, each holding specific information or linking keys about Further Partner 2 data available in SAP. These include PARTNER_P2 (Business Partner Number), PARTN_CAT_P2 (Business partner category), SEARCHTERM1_P2 (Search term 1 for business partner), SEARCHTERM2_P2 (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_PARTN2 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-_P2 0
PARTNER_P2Business Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PARTN_CAT_P2Business partner category BU_TYPECHAR1BU_TYPEBPY
SEARCHTERM1_P2Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
SEARCHTERM2_P2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
FIRSTNAME_P2First name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
LASTNAME_P2Last name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME1_P2Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME2_P2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
NAME3_P2Name 3 of organization BU_NAMEOR3CHAR40BU_NAME
NAME4_P2Name 4 of organization BU_NAMEOR4CHAR40BU_NAME
NAMEGROUP1_P2Name 1 (group) BU_NAMEGR1CHAR40BU_NAME
NAMEGROUP2_P2Name 2 (group) BU_NAMEGR2CHAR40BU_NAME
XNAME_P2Short Name of Business Partner REBPXNAMECHAR50BU_TEXT50
XPARTNER_P2Name/Address of Business Partner REBPXPARTNERCHAR80TEXT80
XSALUTATION_P2Salutation for Business Partner REBPXSALUTATIONCHAR80CHAR80
XADDRESS_P2Compact Display of Address REBPXADDRESSCHAR80REBPXADDRESS
LINE0_P2Address line LINESCHAR80LINES
LINE1_P2Address line LINESCHAR80LINES
LINE2_P2Address line LINESCHAR80LINES
LINE3_P2Address line LINESCHAR80LINES
LINE4_P2Address line LINESCHAR80LINES
LINE5_P2Address line LINESCHAR80LINES
LINE6_P2Address line LINESCHAR80LINES
LINE7_P2Address line LINESCHAR80LINES
LINE8_P2Address line LINESCHAR80LINES
LINE9_P2Address line LINESCHAR80LINES
ADDRCATE_P2Address type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
ADDRNUMBER_P2Address number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMBER_P2Person number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
SMTP_ADDR_P2E-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TEL_COUNTRY_P2Country for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
TEL_NUMBER_P2Telephone no.: dialling code+number AD_TLNMBRCHAR30CHAR30
TEL_EXTENS_P2Telephone no.: Extension AD_TLXTNSCHAR10CHAR10
TEL_NUMBER_LONG_P2Complete number: dialling code+number+extension AD_TELNRLGCHAR30CHAR30
FAX_COUNTRY_P2Country for telephone/fax number AD_COMCTRYCHAR3Assigned to domainLAND1LND
FAX_NUMBER_P2Fax number: dialling code+number AD_FXNMBRCHAR30CHAR30
FAX_EXTENS_P2Fax no.: Extension AD_FXXTNSCHAR10CHAR10
FAX_NUMBER_LONG_P2Complete number: dialling code+number+extension AD_FXNRLNGCHAR30CHAR30
INTRENO_P2Internal Key of Real Estate Object RECAINTRENOCHAR13RECAINTRENO
ROLE_P2Business Partner: Role REBPROLECHAR6Assigned to domainBU_ROLE
XROLE_P2Name of Business Partner Role REBPXROLECHAR30RECAXMDESCRIPTION
SUBROLE_P2Business Partner: Role Type REBPSUBROLECHAR4TIVBPSUBROLEREBPSUBROLE
XSUBROLE_P2Name of Role Type REBPXSUBROLECHAR30RECAXMDESCRIPTION
ROLECATE_P2Category of Role Category REBPROLECATECHAR1REBPROLECATE
APPL_P2Business Partner: Application Category REBPAPPLCHAR4Assigned to domainBP_APPLREBPAPPL
VALIDFROM_P2Date of Start of Relationship REBPVALIDFROMDATS8RECADATEBEG
VALIDTO_P2Date of End of Relationship REBPVALIDTODATS8REDATRECADATEEND
ADDRTYPE_P2Address Type REBPADDRTYPECHAR10Assigned to domainBU_ADRKIND

Key field Non-key field



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

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

How to access SAP table RECP_OI_DOC_CA_PARTN2

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