ECAMIOPRACC SAP (IS-U: Pre-entry Document: Contract Account Data) Table details

Dictionary Type: Table
Description: IS-U: Pre-entry Document: Contract Account Data




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




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

ECAMIOPRACC is a standard SAP Table which is used to store IS-U: Pre-entry Document: Contract Account Data data and is available within R/3 SAP systems depending on the version and release level.

The ECAMIOPRACC table consists of various fields, each holding specific information or linking keys about IS-U: Pre-entry Document: Contract Account Data data available in SAP. These include PRDOC (Parked Document Number), GPART (Business Partner Number), VKONT (Contract Account Number), EZAWE (Incoming Payment Method).. 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 ECAMIOPRACC 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
GPARTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
EZAWEIncoming Payment Method EZAWE_KKCHAR1CHAR1
AZAWEOutgoing Payment Methods AZAWE_KKCHAR5CHAR5
ABWREAlternative Payer ABWRE_KKCHAR10BUT000ALPHABU_PARTNERBUPA
ABWRAAlternative Payee ABWRA_KKCHAR10BUT000ALPHABU_PARTNERBUPA
ABWMAAlternative dunning recipient ABWMA_KKCHAR10BUT000ALPHABU_PARTNERBUPA
ABWRHAlternative Invoice Recipient ABWRH_KKCHAR10BUT000ALPHABU_PARTNERBUPA
EBVTYBank Details ID for Incoming Payments EBVTY_KKCHAR4CHAR4
ABVTYBank Details ID for Outgoing Payments ABVTY_KKCHAR4CHAR4
VKONVContract account used for payment transactions VKONV_KKCHAR12FKKVKALPHAVKONT_KK
GPARVBusiness Partner Acting as Payer in Payment Transactions GPARV_KKCHAR10BUT000ALPHABU_PARTNER
CCARD_IDPayment Card ID for Incoming Payments CCID_IN_KKCHAR6CHAR6
CCARD_OUTPayment Card ID for Outgoing Payments CCID_OUT_KKCHAR6CHAR6
VKBEZContract account name VKBEZ_KKCHAR35TEXT35
DDLAMDirect Debit Limit DDLAM_KKCURR13(2) WRTV7
DDLCUCurrency of Direct Debit Limit DDLCU_KKCUKY5Assigned to domainWAERS
DDLNMNumber of Months for Calculation of Direct Debit Limit DDLNM_KKNUMC2NUM02
DDLXGRolling Calculation of Direct Debit Limit DDLXG_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECAMIOPRACC
INTO CORRESPONDING FIELDS OF WA_ECAMIOPRACC
WHERE...

How to access SAP table ECAMIOPRACC

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