SIMRESULTS_S SAP (Billing Simulation Results for Product Proposal) Structure details

Dictionary Type: Structure
Description: Billing Simulation Results for Product Proposal




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




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

SIMRESULTS_S 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 "Billing Simulation Results for Product Proposal" 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_SIMRESULTS_S TYPE SIMRESULTS_S.

The SIMRESULTS_S table consists of various fields, each holding specific information or linking keys about Billing Simulation Results for Product Proposal data available in SAP. These include PRODUCT_ID (CRM Product), DATE_FROM (From-Date), DATE_TO (To-Date), NETAMOUNT (Net amount of billing line item).. 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 SIMRESULTS_S 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
REQUIREMENTNUMBERConsecutive number of product requirement REQUIREMENTNUMBERNUMC6NUMC6
PRODUCT_IDCRM Product ESALES_CRM_PRODUCTCHAR40ESALES_CRM_PRODUCT
DATE_FROMFrom-Date E_EDMDATEFROMDATS8
DATE_TOTo-Date E_EDMDATETODATS8
NETAMOUNTNet amount of billing line item NETTOBTRCURR13(2) WRTV7
TAXAMOUNTTax Amount in Transaction Currency with +/- Sign SBETW_KKCURR13(2) WRTV7
GROSSAMOUNTAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
BASIC_CHARGEBasic Charge Amount EBASICCHARGEDEC19(8) BCHARGE
UNIT_PRICEUnit Price Amount EUNITPRICEDEC19(8) UPRICE
BBPAMOUNT_BASISBasis amount for calculation of budget billing amount BBPAMOUNT_BASISCURR13(2) WRTV7
BBPAMOUNTBudget billing amount in transaction currency ABSBETRWCURR13(2) WRTV7
DATE_FROM_BBPFrom-Date E_EDMDATEFROMDATS8
DATE_TO_BBPTo-Date E_EDMDATETODATS8
BBPCYCLEBudget billing cycle ABSZYKNUMC2ABSZYK
CRMTAMOUNTCredit Check Amount ECRMT_GROSS_VALUECURR15(2) WERTV8
CURRENCYTransaction Currency TWAERSCUKY5Assigned to domainWAERSPCU
DIVISIONDivision SPARTECHAR2Assigned to domainSPARTSPA

Key field Non-key field



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

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

How to access SAP table SIMRESULTS_S

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