RECP_OI_DOC_CA_SENDER SAP (Sender (Company Code Data)) Structure details

Dictionary Type: Structure
Description: Sender (Company Code Data)




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




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

RECP_OI_DOC_CA_SENDER 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 "Sender (Company Code Data)" 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_SENDER TYPE RECP_OI_DOC_CA_SENDER.

The RECP_OI_DOC_CA_SENDER table consists of various fields, each holding specific information or linking keys about Sender (Company Code Data) data available in SAP. These include BUKRS_SE (Company Code), BUTXT_SE (Name of Company Code or Company), ORT01_SE (City), LAND1_SE (Country Key).. 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_SENDER 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-_SE 0
BUKRS_SECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUTXT_SEName of Company Code or Company BUTXTCHAR25TEXT25
ORT01_SECity ORT01CHAR25TEXT25
LAND1_SECountry Key LAND1CHAR3Assigned to domainLAND1LND
WAERS_SECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SPRAS_SELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KTOPL_SEChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
WAABW_SEMaximum exchange rate deviation in percent WAABW_001NUMC2NUM02
PERIV_SEFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
KOKFI_SEAllocation Indicator KOKFICHAR1KOKFI
RCOMP_SECompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
ADRNR_SEAddress ADRNRCHAR10Assigned to domainALPHAADRNR
STCEG_SEVAT Registration Number STCEGCHAR20STCEG
FIKRS_SEFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
TXJCD_SEJurisdiction for tax calculation - tax jurisdiction code TXJCD_NSTXCHAR15Assigned to domainTXJCD

Key field Non-key field



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

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

How to access SAP table RECP_OI_DOC_CA_SENDER

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