BURS_JOEL_MAIN SAP (Screen Structure for Joels Main Screen: Relationship Maint.) Structure details

Dictionary Type: Structure
Description: Screen Structure for Joels Main Screen: Relationship Maint.




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




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

BURS_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: Relationship Maint." 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_BURS_JOEL_MAIN TYPE BURS_JOEL_MAIN.

The BURS_JOEL_MAIN table consists of various fields, each holding specific information or linking keys about Screen Structure for Joels Main Screen: Relationship Maint. data available in SAP. These include DIRECTED_TYPE_C (Concatenation of Relationship Direction and Category), OVERVIEW_ID (Presentation of Relationships Overview), PARTNER_NUMBER (Business Partner Number), VALID_FROM_DATE (Screen: 'From' Date in Character Format).. 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)


SAP BURS_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
DIRECTED_TYPEBusiness Partner Relationship Category BU_RELTYPCHAR6Assigned to domainBU_RELTYP
DIRECTED_TYPE_C Concatenation of Relationship Direction and Category0
OVERVIEW_IDPresentation of Relationships Overview BUR_OVERVIEW_IDCHAR1BUR_OVERVIEW_IDBUPR_OVERVIEW_ID
PARTNER_NUMBERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VALID_FROM_DATEScreen: 'From' Date in Character Format BU_DATE_FROM_CHARCHAR10CHAR10BU_DATE_CHAR
VALID_FROM_TIME 0
VALID_TO_DATEScreen: 'Valid To' Date in Character Format BU_DATE_TO_CHARCHAR10CHAR10BU_DATE_CHAR
VALID_TO_TIME 0
DISPLAY_BUTTONSingle-Character Indicator CHAR1CHAR1CHAR1
CHANGE_BUTTONSingle-Character Indicator CHAR1CHAR1CHAR1
DELETE_BUTTONSingle-Character Indicator CHAR1CHAR1CHAR1
COPY_BUTTONSingle-Character Indicator CHAR1CHAR1CHAR1
FILTER_ICONDescription BU_BEZ50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table BURS_JOEL_MAIN

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