TRST_LEGAL_LIMIT SAP (Structure for Legal Limit Report) Structure details

Dictionary Type: Structure
Description: Structure for Legal Limit Report




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




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

TRST_LEGAL_LIMIT 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 "Structure for Legal Limit Report" 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_TRST_LEGAL_LIMIT TYPE TRST_LEGAL_LIMIT.

The TRST_LEGAL_LIMIT table consists of various fields, each holding specific information or linking keys about Structure for Legal Limit Report data available in SAP. These include SECURITY_ACCOUNT (Securities Account), SECURITY_ID (Security ID Number), SHORT_TEXT (Short name), LONG_TEXT (Long name).. 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 TRST_LEGAL_LIMIT 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SECURITY_ACCOUNTSecurities Account VRLDEPOCHAR10Assigned to domainRLDEPODEP
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SHORT_TEXTShort name XALKZCHAR15XKBEZ
LONG_TEXTLong name XALLBCHAR60XLBEZ
ISSUE_CURRENCYIssue currency REWHRCUKY5TCURCWAERS
VALID_FROMValid-From Date DATABDATS8DATUM
NUMBER_OF_SHARESNumber of stocks issued AAAAKTIEDEC12DEC12
CAPITAL_PR_SHARENominal Value per Stock (Independent of Currency) VVBNEWEDEC15(6) VVKWKURS
VOTES_PER_SHAREVoting Rights per Share VOTES_PER_SHAREDEC15(6) VOTES_PER_SHARE
EXTRA_CAPITALAdditional Stock Capital EXTRA_CAPITALDEC15(2) EXTRA_CAPITAL
AGGREGATION_KEYAggregation Key AGGREGATION_KEYCHAR13AGGREGATION_KEY
CLASS_DATA_CHANGEDField for Selecting an Entry ANKREUZCHAR1ANKREUZ_CL
CROSSED_LIMITLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
WARNINGDisplay (Traffic Light Icon): Status of Limit Control WARN_LIGHTCHAR1CHAR1
AGGREGATION_KEY_PRIMOAggregation Key AGGREGATION_KEYCHAR13AGGREGATION_KEY
UNITS_PRIMOUnits TPM_UNITSDEC22(6) TPM_UNITS
CAPITAL_PRIMOStock Equity CAPITALCURR21(2) TPM_AMOUNT
VOTES_PRIMOVotes VOTESDEC15VOTES
CAPITAL_PCT_PRIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
SUM_CAPITAL_PRIMOStock Equity CAPITALCURR21(2) TPM_AMOUNT
SUM_VOTES_PRIMOVotes VOTESDEC15VOTES
VOTES_PCT_PRIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
SUM_CAPITAL_PCT_PRIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
SUM_VOTES_PCT_PRIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
UNITS_ULTIMOUnits TPM_UNITSDEC22(6) TPM_UNITS
CAPITAL_ULTIMOStock Equity CAPITALCURR21(2) TPM_AMOUNT
VOTES_ULTIMOVotes VOTESDEC15VOTES
CAPITAL_PCT_ULTIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
VOTES_PCT_ULTIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
SUM_CAPITAL_ULTIMOStock Equity CAPITALCURR21(2) TPM_AMOUNT
SUM_VOTES_ULTIMOVotes VOTESDEC15VOTES
SUM_CAPITAL_PCT_ULTIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2
SUM_VOTES_PCT_ULTIMOLimit in Percent LIMIT_PCTDEC5(2) DEC3_2

Key field Non-key field



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

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

How to access SAP table TRST_LEGAL_LIMIT

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