ISUMI_ACCOUNT_AUTO SAP (IS-U Migration: Automation Data ACCOUNT) Structure details

Dictionary Type: Structure
Description: IS-U Migration: Automation Data ACCOUNT




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




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

ISUMI_ACCOUNT_AUTO 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 Migration: Automation Data ACCOUNT" 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_ISUMI_ACCOUNT_AUTO TYPE ISUMI_ACCOUNT_AUTO.

The ISUMI_ACCOUNT_AUTO table consists of various fields, each holding specific information or linking keys about IS-U Migration: Automation Data ACCOUNT data available in SAP. These include AKTYP (Activity Category), RLTP1 (BDT: Object part), RLTP2 (BDT: Object part), RLTP3 (BDT: Object part).. 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 (Deep)


SAP ISUMI_ACCOUNT_AUTO 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
VK_INIT 0
AKTYPActivity Category BU_AKTYPCHAR2BU_AKTYP
RLTP1BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP2BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP3BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP4BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP5BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP6BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP7BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP8BDT: Object part BU_RLTYPCHAR6BU_RLTYP
RLTP9BDT: Object part BU_RLTYPCHAR6BU_RLTYP
VKONTContract Account Number VKONT_KKCHAR12ALPHAVKONT_KKKTOFKKVKP_F4
GPARTBusiness Partner Number GPART_KKCHAR10ALPHABU_PARTNERBPA
VKTYPContract Account Category VKTYP_KKCHAR2VKTYP_KKKTP
VKONAContract account number in legacy system VKONA_KKCHAR20CHAR20
GPART_HDR_EXTBusiness Partner Number in External System BU_BPEXTCHAR20CHAR20
APPLKApplication area APPLK_KKCHAR1APPLK_KK
VALDTValidity Date of Changes (Direct Input) BU_VALDT_DICHAR8CHAR8
VK 0
VKBEZContract account name VKBEZ_KKCHAR35TEXT35
VKP 0
VKLOCK 0
VKCORR 0
VKTAXEX 0
VKCHGDISC 0

Key field Non-key field



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

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

How to access SAP table ISUMI_ACCOUNT_AUTO

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