ECAMIOPRBUPA SAP (IS-U: Parked Document: Business Partner Data) Table details

Dictionary Type: Table
Description: IS-U: Parked Document: Business Partner Data




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




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

ECAMIOPRBUPA is a standard SAP Table which is used to store IS-U: Parked Document: Business Partner Data data and is available within R/3 SAP systems depending on the version and release level.

The ECAMIOPRBUPA table consists of various fields, each holding specific information or linking keys about IS-U: Parked Document: Business Partner Data data available in SAP. These include PRDOC (Parked Document Number), PARTNER (Business Partner Number), PRODID (Node to Describe Master Data Template), TYPE (Business partner category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ECAMIOPRBUPA table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PRDOCParked Document Number ECAMIO_PRDOCCHAR12ECAMIOPRHEADALPHAECAMIO_PRDOCECAMIOPR
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PRODIDNode to Describe Master Data Template EPD_PRODIDCHAR20Assigned to domainEPD_PRODIDEPD_PRODID
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
BU_GROUPBusiness Partner Grouping BU_GROUPCHAR4TB001BU_GROUPBPP
BPKINDBusiness Partner Type BU_BPKINDCHAR4TB004BU_KIND
BP_EXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
TITLEForm-of-Address Key AD_TITLECHAR4TSAD3AD_TITLE
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_LAST2Name at birth of business partner BU_BIRTHNMCHAR40BU_NAME
BIRTHDTDate of Birth of Business Partner BU_BIRTHDTDATS8DATUM
BIRTHPLBirthplace of business partner BU_BIRTHPLCHAR40TEXT40
TTILE_ACA1Academic Title: Written Form AD_TITLE1TCHAR20TEXT20
TITLE_ACA2Academic Title: Written Form AD_TITLE1TCHAR20TEXT20
TITLE_ROYLName supplement, e.g. noble title (written form) AD_TITLESTCHAR20TEXT20
NAME_ORG1Name 1 of organization BU_NAMEOR1CHAR40BU_NAME
NAME_ORG2Name 2 of organization BU_NAMEOR2CHAR40BU_NAME
NAME_ORG3Name 3 of organization BU_NAMEOR3CHAR40BU_NAME
NAME_ORG4Name 4 of organization BU_NAMEOR4CHAR40BU_NAME
NAME_GRP1Name 1 (group) BU_NAMEGR1CHAR40BU_NAME
NAME_GRP2Name 2 (group) BU_NAMEGR2CHAR40BU_NAME
LEGAL_ENTYBP: Legal form of organization BU_LEGENTYCHAR2Assigned to domainBU_LEGENTYH_TB019
IND_SECTORIndustry sector BU_INDSECTCHAR10Assigned to domainBU_INDSECTH_TB023
PARTGRPTYPGroup type BU_GRPTYPCHAR4Assigned to domainBU_GRPTYPH_TB025
BU_SORT1Search term 1 for business partner BU_SORT1CHAR20BU_SORT1
BU_SORT2Search term 2 for business partner BU_SORT2CHAR20BU_SORT1
BU_LANGUBusiness partner: Language BU_LANGULANG1T002ISOLASPRAS
LANGU_CORRBusiness Partner: Correspondence Language BU_LANGU_CORRLANG1T002ISOLASPRAS
XSEXUSelection: Sex of business partner is not known BU_XSEXUCHAR1XFELD
XSEXFSelection: Business partner is female BU_XSEXFCHAR1XFELD
XSEXMSelection: Business partner is male BU_XSEXMCHAR1XFELD
DR_LICENSE_LAND1Country in which driver's license was acquired DR_LICENSE_LAND1CHAR3T005LAND1
DR_LICENSE_REGIORegion in which driver's license was acquired DR_LICENSE_REGIOCHAR3T005SREGIO
DR_LICENSEDriver's license number DR_LICENSECHAR20DR_LICENSE
SOC_SECURESocial Insurance Number E_SOC_SECUCHAR12E_SOC_SECU

Key field Non-key field



How do I retrieve data from SAP table ECAMIOPRBUPA using ABAP code

The following ABAP code Example will allow you to do a basic selection on ECAMIOPRBUPA to SELECT all data from the table
DATA: WA_ECAMIOPRBUPA TYPE ECAMIOPRBUPA.

SELECT SINGLE *
FROM ECAMIOPRBUPA
INTO CORRESPONDING FIELDS OF WA_ECAMIOPRBUPA
WHERE...

How to access SAP table ECAMIOPRBUPA

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