IBKKSTACKAD SAP (Address Data in Check Management) Structure details

Dictionary Type: Structure
Description: Address Data in Check Management




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




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

IBKKSTACKAD 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 "Address Data in Check Management" 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_IBKKSTACKAD TYPE IBKKSTACKAD.

The IBKKSTACKAD table consists of various fields, each holding specific information or linking keys about Address Data in Check Management data available in SAP. These include NAME_LAST (Last name of business partner (person)), NAME_FIRST (First name of business partner (person)), XSEXM (Selection: Business partner is male), XSEXF (Selection: Business partner is female).. 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: Not classified


SAP IBKKSTACKAD 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
NAME_LASTLast name of business partner (person) BU_NAMEP_LCHAR40BU_NAME
NAME_FIRSTFirst name of business partner (person) BU_NAMEP_FCHAR40BU_NAME
XSEXMSelection: Business partner is male BU_XSEXMCHAR1XFELD
XSEXFSelection: Business partner is female BU_XSEXFCHAR1XFELD
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
LEGAL_ENTYBP: Legal form of organization BU_LEGENTYCHAR2Assigned to domainBU_LEGENTYH_TB019
PARTGRPTYPGroup type BU_GRPTYPCHAR4TB025BU_GRPTYPH_TB025
NAME_GRP1Name 1 (group) BU_NAMEGR1CHAR40BU_NAME
NAME_GRP2Name 2 (group) BU_NAMEGR2CHAR40BU_NAME
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
TYPEBusiness partner category BU_TYPECHAR1BU_TYPEBPY
TITLEForm-of-Address Key AD_TITLECHAR4Assigned to domainAD_TITLE
NAME_COc/o name AD_NAME_COCHAR40TEXT40
CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
CITY2District AD_CITY2CHAR40TEXT40CITY_PART
CITY_CODECity code for city/street file AD_CITYNUMCHAR12Assigned to domainALPHACITY_CODE
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
POST_CODE3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
PO_BOX_LOCPO Box city AD_POBXLOCCHAR40TEXT40CITY_NAME
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
STREETABBR(Not Supported) Abbreviation of Street Name AD_STRABBRCHAR2Assigned to domainSTRTYPEAB
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
HOUSE_NUM2House number supplement AD_HSNM2CHAR10TEXT10
COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO

Key field Non-key field



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

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

How to access SAP table IBKKSTACKAD

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