ECAMIOPRACC_MOD SAP (IS-U Parking: Screen Data for Contract Account (Move-Out)) Structure details

Dictionary Type: Structure
Description: IS-U Parking: Screen Data for Contract Account (Move-Out)




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




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

ECAMIOPRACC_MOD 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 "IS-U Parking: Screen Data for Contract Account (Move-Out)" 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_ECAMIOPRACC_MOD TYPE ECAMIOPRACC_MOD.

The ECAMIOPRACC_MOD table consists of various fields, each holding specific information or linking keys about IS-U Parking: Screen Data for Contract Account (Move-Out) data available in SAP. These include VKONT (Contract Account Number), VKONT_TXT (Text for contract account), PUSH_ACC_SEARCH (General Flag), PUSH_ACC_ENV (General Flag).. 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 ECAMIOPRACC_MOD 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
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VKONT_TXTText for contract account TEXT1VK_KKCHAR53TEXT53_KK
PUSH_ACC_SEARCHGeneral Flag FLAGCHAR1FLAG
PUSH_ACC_ENVGeneral Flag FLAGCHAR1FLAG
XEBANKABOVEUse Bank Details Above for Incoming Payments ECAMIO_XEBANKABOVECHAR1KENNZX
XEBANKOTHERUse Different Bank Details for Incoming Payments ECAMIO_XEBANKOTHERCHAR1KENNZX
XABANKABOVEUse Bank Details Above for Outgoing Payments ECAMIO_XABANKABOVECHAR1KENNZX
XABANKOTHERUse Different Bank Details for Outgoing Payments ECAMIO_XABANKOTHERCHAR1KENNZX
XECARDABOVEUse Payment Card Above for Incoming Payments ECAMIO_XECARDABOVECHAR1KENNZX
XECARDOTHERUse Different Payment Card for Incoming Payments ECAMIO_XECARDOTHERCHAR1KENNZX
XACARDABOVEUse Payment Card Above for Outgoing Payments ECAMIO_XACARDABOVECHAR1KENNZX
XACARDOTHERUse Different Payment Card for Outgoing Payments ECAMIO_XACARDOTHERCHAR1KENNZX
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
ABWRHTText for business partner GPTXT_KKCHAR55GPTXT_KK
ABWRETText for business partner GPTXT_KKCHAR55GPTXT_KK
ABWRATText for business partner GPTXT_KKCHAR55GPTXT_KK
ABWMATText for business partner GPTXT_KKCHAR55GPTXT_KK
GPARVTText for business partner GPTXT_KKCHAR55GPTXT_KK
EZAWETText (30 Characters) TEXT30CHAR30TEXT30
AZAWETText (80 Characters) TEXT80CHAR80TEXT80UEB
EBVTYTText For Bank Details ID BVTYT_KKCHAR140TEXT140
ABVTYTText For Bank Details ID BVTYT_KKCHAR140TEXT140

Key field Non-key field



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

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

How to access SAP table ECAMIOPRACC_MOD

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