JBAGSCHT SAP (ALM: Fictitious and Simulated Transactions for Log Display) Structure details

Dictionary Type: Structure
Description: ALM: Fictitious and Simulated Transactions for Log Display




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




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

JBAGSCHT 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: Fictitious and Simulated Transactions for Log Display" 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_JBAGSCHT TYPE JBAGSCHT.

The JBAGSCHT table consists of various fields, each holding specific information or linking keys about ALM: Fictitious and Simulated Transactions for Log Display data available in SAP. These include PHNODE (Text), TRANSTYPE (Transaction Category of Simulated or Fictitious Transaction), DBEGIN (Start of Term), DEND (End of Term).. 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 JBAGSCHT 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
NLFDNRSequence Number JBNLFDNRINT410JBNLFDNR
PHNODEText SIMGSCH_TEXTCHAR75SEU_TEXT
TRANSTYPETransaction Category of Simulated or Fictitious Transaction JBATRANSTYPECHAR30CHAR_30
DBEGINStart of Term JBNLAUFZBDATS8DATS
DENDEnd of Term JBNLAUFZEDATS8DATS
VOLUMETransaction Volume JBBVOLUMCURR17(2) JBBVOLUM
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
INTERESTInterest Rate for Simulated Transaction JBIZINSGDEC10(7) JBIZINS
MARGESpread (Individual Simulation) JBIMARGEDEC10(7) JBAZINS
OPPZINSOpportunity Interest JBIOPPZDEC10(7) JBIZINS
SSIMFICTALM Indicator: Simulated or Fictitious JBSSIMFICTCHAR1JBSSIMFICT

Key field Non-key field



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

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

How to access SAP table JBAGSCHT

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