BUS_JOEL_MAIN SAP (Screen Structure for Joels Main Screen) Structure details

Dictionary Type: Structure
Description: Screen Structure for Joels Main Screen




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




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

BUS_JOEL_MAIN 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 "Screen Structure for Joels Main Screen" 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_BUS_JOEL_MAIN TYPE BUS_JOEL_MAIN.

The BUS_JOEL_MAIN table consists of various fields, each holding specific information or linking keys about Screen Structure for Joels Main Screen data available in SAP. These include CREATION_NUMBER (Business Partner Number), CREATION_GROUP (Business Partner Grouping), CHANGE_NUMBER (Business Partner Number), CHANGE_ICON (Display Modifiability of a Business Partner).. 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: Cannot Be Enhanced


SAP BUS_JOEL_MAIN 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
PARTNER_TYPE_ICONDisplay Business Partner Category BU_DIALOG_PARTNER_TYPE_ICONCHAR132SYCHAR132
CREATION_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CREATION_GROUPBusiness Partner Grouping BU_GROUPCHAR4Assigned to domainBU_GROUPBPP
CHANGE_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CHANGE_ICONDisplay Modifiability of a Business Partner BU_DIALOG_JOEL_STATUS_ICONCHAR132SYCHAR132
CHANGE_ROLEBP Role for Screen Usage BU_ROLE_SCREENCHAR7
CHANGE_DESCRIPTIONShort name of business partner BU_DESCRIPCHAR50BU_TEXT50
PARTNER_ROLE_LABELChar 20 CHAR20CHAR20CHAR20
PARTNER_ROLEBP Role for Screen Usage BU_ROLE_SCREENCHAR7
VALID_FROMPeriod Start Date BU_TIMESTAMP_FROM_CHARCHAR20BU_TIMESTAMP_CHAR
VALID_TOEnd of Time Frame BU_TIMESTAMP_TO_CHARCHAR20BU_TIMESTAMP_CHAR
ACTIVATION_DATEActivation Date of a Planned Change BU_ACTIVATION_DATECHAR10CHAR10BU_DATE_CHAR
HEADER_CAPTIONCharacter field of length 40 CHAR40CHAR40CHAR40
OPEN_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
PAST_DATEDate for Display of BP Data in the Past BU_PAST_DATECHAR10CHAR10BU_DATE_CHAR
MAINTAIN_ROLESDisplay Modifiability of a Business Partner BU_DIALOG_JOEL_STATUS_ICONCHAR132SYCHAR132
PARTNER_TIMEDEP_LABELBP Validity Period Label BU_TIMEDEP_LABELCHAR20CHAR20
PARTNER_TIMEDEPBP Validity Period for Screen Usage BU_TIMEDEP_SCREENCHAR24CHAR24

Key field Non-key field



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

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

How to access SAP table BUS_JOEL_MAIN

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