JBASIMPARAT SAP (ALM Parameters for Simulation Runs (For Log)) Structure details

Dictionary Type: Structure
Description: ALM Parameters for Simulation Runs (For Log)




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




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

JBASIMPARAT 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 "ALM Parameters for Simulation Runs (For Log)" 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_JBASIMPARAT TYPE JBASIMPARAT.

The JBASIMPARAT table consists of various fields, each holding specific information or linking keys about ALM Parameters for Simulation Runs (For Log) data available in SAP. These include TEXT (Text), SSIMTYP_T (ALM: Simulation Category), STATUS_T (Status of Simulation Activity (For Log)), SIST_SIM_T (Simulation Basis: Actual, Actual+Simulation, Simulation).. 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 JBASIMPARAT 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
NAMEObject name SEU_NAMECHAR30SEU_NAME
TEXTText SIMGSCH_TEXTCHAR75SEU_TEXT
SSIMTYP_TALM: Simulation Category JBSSIMT_TCHAR45CHAR045
STATUS_TStatus of Simulation Activity (For Log) JBASTATUS_TCHAR20CHAR020
SIST_SIM_TSimulation Basis: Actual, Actual+Simulation, Simulation JBSIST_SIM_TCHAR25CHAR_25
SONE_ALL_TALM: Scenario Progression Indicator JBSONE_ALL_TCHAR40CHAR_40
BUKRS_TALM: Company Code BUKRS_TXTCHAR25CHAR_25
LFDNR_TALM: Scenario/Scenario Progression JBRLFNR_TCHAR60CHAR_60
RPLANV_TSimulation Log: Name of Planning Variant JBRPLANV_TCHAR30CHAR_30
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
PHIDPortfolio Hierarchy JBRPHIDNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH
QUOTEQuota in Percentage in Simulation JBAQUOTEINT13JBAQUOTE
PMARGEMargin in Percentage JBPMARGEDEC5(2) JBRPMARGE
NLAUFZ_TTerm of Transaction in Days JBNLAUFZ_TCHAR32CHAR0010
RMBEWREG_TALM: Valuation Rule JBRBEWREG_TCHAR30CHAR_30
ABREG_TWrite-Down Rule JBRABREG_TCHAR30CHAR_30
SZBMETH_TALM: Interest Calculation Method SZBMETH_TCHAR15CHAR015
AZZRHYTM_TInterest Payment Cycle in Months JBAZZRHYTM_TCHAR15CHAR015
DVONClose From Date JBDSCHLIESSVONDATS8DATUM
DBISClose To Date JBDSCHLIESSBISDATS8DATUM
DHORIZONTHorizon JBDHORIZONTDATS8DATUM
CLOSEWAERSALM: Target Currency when Closing Liquidity Gap JBAWAERSCUKY5TCURCWAERS
DELAY_TTime Lag TIME_LAG_TCHAR32CHAR0010
ABLAUFFIKT_TShort Name JBXKBEZCHAR30JBXKBEZ
BRUTNET_TGross/Net Display JBSBRUTNET_TCHAR15CHAR015
NLFDNRSequence Number JBNLFDNRINT410JBNLFDNR
AUSWGap Evaluation (Position, Outflow, CF, Liquidity) JBRGAPAUSWNUMC2JBRGAPAUSW
SZKBINDALM Indicator: Interest Commitment/Capital Commitment JBSZKBINDCHAR1JBSZKBIND
SBILBalance Sheet Indicator (ALM) JBSBILCHAR3JBSBIL
SLIQALM Indicator: Liquidity Levels JBSLIQCHAR4JBSLIQ
SCASHIndicator: Cash Flow Control (ALM) JBSCASHCHAR6JBSCASH
FLAGSZSelection of Scenario or Scenario Progression JBRSZENWAHLCHAR1JBRSZENWAHL
SZENAScenario TV_SZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
SZVERLAUFScenario progression TV_SZVERLCHAR10Assigned to domainT_SZENVERL
SANZW_TALM: Evaluation Currency or Transaction Currency JBRWAERS_TCHAR15CHAR015
SVRLAB_TALM: Indicator for Relative or Absolute Volumes JBSVRLAB_TCHAR32CHAR0010
SMGELA_TALM: Margin or Elasticity Indicator JBSMGELA_TCHAR32CHAR0010
PRODZINSProduct Rate as a Parameter in Individual Simulation JBRPRODZINSDEC10(7) JBIZINS
NANZGSCHNumber of Simulated Transactions JBNANZGSCHINT410JBNANZGSCH
SSIMFICT_TALM Indicator: Simulated or Fictitious JBSSIMFICT_TCHAR32CHAR0010

Key field Non-key field



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

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

How to access SAP table JBASIMPARAT

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