JBRLQSZD SAP (Settings for Liquidation Scenarios) Table details

Dictionary Type: Table
Description: Settings for Liquidation Scenarios




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




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

JBRLQSZD is a standard SAP Table which is used to store Settings for Liquidation Scenarios data and is available within R/3 SAP systems depending on the version and release level.

The JBRLQSZD table consists of various fields, each holding specific information or linking keys about Settings for Liquidation Scenarios data available in SAP. These include LQSZ (Liquidation Scenario), LFDNR (Sequence Number), SCHRITTE (Increment Between Two Dates), ZEITEINH (Time Unit Day/Month/Year).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP JBRLQSZD table 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
MANDTClient MANDTCLNT3T000MANDT
LQSZLiquidation Scenario JBRLQSZCHAR4JBRLQSZHJBRLQSZ
LFDNRSequence Number JBRALFDNRNUMC4NUMC4
SCHRITTEIncrement Between Two Dates JBRSTEPSNUMC5JBRSTEPS
ZEITEINHTime Unit Day/Month/Year JBUZEITCHAR2JBUZEIT
LQRELFictitious Change (in %) JBRLQRELDEC5(2) JBRPRZ
RRRELRepayment Rate JBRRRRELDEC5(2) JBRPRZ

Key field Non-key field



How do I retrieve data from SAP table JBRLQSZD using ABAP code

The following ABAP code Example will allow you to do a basic selection on JBRLQSZD to SELECT all data from the table
DATA: WA_JBRLQSZD TYPE JBRLQSZD.

SELECT SINGLE *
FROM JBRLQSZD
INTO CORRESPONDING FIELDS OF WA_JBRLQSZD
WHERE...

How to access SAP table JBRLQSZD

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