JBASIMPARASAVE SAP (ALM: Additional Information when Saving Sim. Transactions) Structure details

Dictionary Type: Structure
Description: ALM: Additional Information when Saving Sim. Transactions




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




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

JBASIMPARASAVE 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: Additional Information when Saving Sim. Transactions" 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_JBASIMPARASAVE TYPE JBASIMPARASAVE.

The JBASIMPARASAVE table consists of various fields, each holding specific information or linking keys about ALM: Additional Information when Saving Sim. Transactions data available in SAP. These include RSIMLFNR (Number of a Simulation Run or Planning Run), SIMNR (Number of Simulation Activity), PKNOTEN (Node in Portfolio Hierarchy), NAME (Object 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: Not classified


SAP JBASIMPARASAVE 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RSIMLFNRNumber of a Simulation Run or Planning Run JBRSIMLFNRCHAR12ALPHAJBRSIMLFNRRMSIMRS_JBRSIMLFNR
SIMNRNumber of Simulation Activity JBRSIMNRCHAR12ALPHAJBRSIMLFNR
PKNOTENNode in Portfolio Hierarchy JBRPKNOTENNUMC6Assigned to domainJBRPHKNIDRMPHNODE
NAMEObject name SEU_NAMECHAR30SEU_NAME
TEXTText SIMGSCH_TEXTCHAR75SEU_TEXT
STATUSStatus of Simulation Activity JBASTATUSCHAR1JBASIMSTATUS
SSIMTYPSimulation Category JBSSIMTCHAR3Assigned to domainJBSSIMT
SSIMARTSimulation Type JBSSIMACHAR6Assigned to domainJBSSIMA
SIST_SIMALM Indicator: Simulation Based on Actual or Actual + Sim. JBSIST_SIMCHAR1JBSIST_SIM
SONE_ALLSimulation Based on One or All Scenario Progressions JBSONE_ALLCHAR1JBSONE_ALL
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LFDNRRM Gap/ALM Sequence No. of a Scenario or Scen. Progression JBRLFNRCHAR5Assigned to domainJBRLFNR
RPLANVPlanning Variant JBRPLANVCHAR12Assigned to domainJBRPLANV
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
NLAUFZTerm in Days JBNLAUFZINT410JBNLAUFZ
RMBEWREGValuation Rule JBRBEWREG_CHAR8JBRBEWREGJBRBEWREG
ABREGWrite-Down Rule JBRABREGCHAR8Assigned to domainJBRABREG
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
AZZRHYTMInterest Payment Frequency in Months JBAZZRHYTMNUMC3JBAZZRHYTM
DVONClose From Date JBDSCHLIESSVONDATS8DATUM
DBISClose To Date JBDSCHLIESSBISDATS8DATUM
DHORIZONTHorizon JBDHORIZONTDATS8DATUM
CLOSEWAERSALM: Target Currency when Closing Liquidity Gap JBAWAERSCUKY5TCURCWAERS
DELAYTime Lag for Condition Adjustment TIME_LAGDEC3DEC3
DIMENSIONTime Unit TIMEUNITCHAR1TIMEUNIT
ABLAUFFIKTDue Date Scenario JBSALFDCHAR3JBRALFDJBSALFD
BRUTNETGross or Net Display JBSBRUTNETCHAR1JBRAUSWEIS
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
SANZWIndicator for Evaluation or Transaction Currency JBRWAERSCHAR1JBRWAERS
SVRLABPlanning Basis JBSVRLABCHAR1JBSVRLAB
SMGELAIndicator: Spread or Elasticity JBSMGELACHAR1JBSMGELA
PRODZINSProduct Rate as a Parameter in Individual Simulation JBRPRODZINSDEC10(7) JBIZINS
PRODZINS_PASProduct Rate as a Parameter in Individual Simulation JBRPRODZINSDEC10(7) JBIZINS
ELA_AKT_MARGESpread (Individual Simulation) JBIMARGEDEC10(7) JBAZINS
ELA_PAS_MARGESpread (Individual Simulation) JBIMARGEDEC10(7) JBAZINS
ELA_AKTIV_POSElasticity (Individual Simulation) JBIELASTDEC10(7) JBIZINS
ELA_AKTIV_NEGElasticity (Individual Simulation) JBIELASTDEC10(7) JBIZINS
ELA_PASSIV_POSElasticity (Individual Simulation) JBIELASTDEC10(7) JBIZINS
ELA_PASSIV_NEGElasticity (Individual Simulation) JBIELASTDEC10(7) JBIZINS
NANZGSCHNumber of Simulated Transactions JBNANZGSCHINT410JBNANZGSCH
SSIMFICTALM Indicator: Simulated or Fictitious JBSSIMFICTCHAR1JBSSIMFICT

Key field Non-key field



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

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

How to access SAP table JBASIMPARASAVE

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