F107_S_CALC_RESULT_ITEM SAP (Simulation result) Structure details

Dictionary Type: Structure
Description: Simulation result




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




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

F107_S_CALC_RESULT_ITEM 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 "Simulation result" 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_F107_S_CALC_RESULT_ITEM TYPE F107_S_CALC_RESULT_ITEM.

The F107_S_CALC_RESULT_ITEM table consists of various fields, each holding specific information or linking keys about Simulation result data available in SAP. These include ACTION_ID_TEXT (Explanatory short text), ACTION_ID_TEXT_PREV (Explanatory short text), ID_TEXT (Explanatory short text), ACTION_ID (Assignment of Transaction Type to Action for Manual Postings).. 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 (Deep)


SAP F107_S_CALC_RESULT_ITEM 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ACTION_ID_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
ACTION_ID_TEXT_PREVExplanatory short text DDTEXTCHAR60DDTEXT
ID_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
ACTION_IDAssignment of Transaction Type to Action for Manual Postings F107_ACTION_MT2ACHAR2F107_ACTION_MT2A
TRANSACTION_TYPETransaction Type Follow-On Action F107_ACTION_RMVCTCHAR3Assigned to domainRMVCT
IDFollow-Up Action After Manual Action F107_ACTION_A2MTCHAR2F107_ACTION_A2MT
AMOUNTValue for the Calculation F107_ACTION_AMOUNTCURR13(2) WERT7
AMOUNT_CALCPartial Amount Calculated for Valuation F107_ACTION_AMOUNT_CALCCURR13(2) WERT7
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ACC_ID_DEBITTransaction Key - Debit F107_ACC_ID_DEBITCHAR3CHAR3
ACC_ID_CREDITTransaction Key - Credit F107_ACC_ID_CREDITCHAR3CHAR3
EFFECTIVE_DATEEffective Date F107_ACTION_EFFECTIVE_DATEDATS8DATUM
CALCULATED_FROMCalculation of Discounting - From Date F107_ACTION_CALC_FROMDATS8DATUM
ZINSODebit interest rate DZINSODEC7(3) PRZ43
INDICATORInterest calculation indicator VZSKZCHAR2Assigned to domainVZSKZ
EMPTY 0
ITEM_TYPE 0
ROW_C 0
COUNTING_AMOUNTInterest Accumulation Amount Between Two Key Dates F107_COUNTING_AMOUNTCURR13(2) WERT7
COUNTING_AMOUNT_TOTInterest Accumulation Amount Between Two Key Dates F107_COUNTING_AMOUNTCURR13(2) WERT7
TARGET_DATEDate F107_DATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table F107_S_CALC_RESULT_ITEM

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