SAP Reports / Programs

ISU_PFC_TESTTOOL SAP ABAP Report - Test Price Simulation







ISU_PFC_TESTTOOL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter ISU_PFC_TESTTOOL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ISU_PFC_TESTTOOL - Test Price Simulation


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT ISU_PFC_TESTTOOL. "Basic submit
SUBMIT ISU_PFC_TESTTOOL AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_PFC_TESTTOOL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: XCRM4 = D .
Selection Text: XCRM5 = D .
Selection Text: XEND1 = D .
Selection Text: XEND2 = D .
Selection Text: XEND3 = D .
Selection Text: XEND4 = D .
Selection Text: XEND5 = D .
Selection Text: XMDT1 = D .
Selection Text: XMDT2 = D .
Selection Text: XMDT3 = D .
Selection Text: XMDT4 = D .
Selection Text: XMDT5 = D .
Selection Text: XSTART1 = D .
Selection Text: XSTART2 = D .
Selection Text: XSTART3 = D .
Selection Text: XSTART4 = D .
Selection Text: XSTART5 = D .
Selection Text: XTAX1 = D .
Selection Text: XTAX2 = D .
Selection Text: XTAX3 = D .
Selection Text: XTAX4 = D .
Selection Text: XTAX5 = D .
Selection Text: XCRM3 = D .
Selection Text: XCRMG1 = UUID of CRM Product
Selection Text: XCRMG2 = UUID of CRM Product
Selection Text: XCRMG3 = UUID of CRM Product
Selection Text: XCRMG4 = UUID of CRM Product
Selection Text: XCRMG5 = UUID of CRM Product
Selection Text: XBBP1 = D .
Selection Text: XBBP2 = D .
Selection Text: XBBP3 = D .
Selection Text: XBBP4 = D .
Selection Text: XBBP5 = D .
Selection Text: XCRM1 = D .
Selection Text: XCRM2 = D .
Title: Test Price Simulation
Text Symbol: 200 = Suggest Elements
Text Symbol: 120 = Period Consumption





Text Symbol: 110 = Product
Text Symbol: 100 = Configuration
Text Symbol: 050 = Product 5
Text Symbol: 040 = Product 4
Text Symbol: 030 = Product 3
Text Symbol: 020 = Product 2
Text Symbol: 010 = Product 1


INCLUDES used within this REPORT ISU_PFC_TESTTOOL

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

ISU_PFC_PRODUCTS_SIMULATE CALL FUNCTION 'ISU_PFC_PRODUCTS_SIMULATE' EXPORTING x_success_msg = abap_true TABLES xt_simrequest = lt_simrequest xt_configuration = lt_configuration xt_simperiodcons = lt_simperiodcons yt_simdoc_header = lt_simdoc_header yt_simdoc_item = lt_simdoc_item yt_simdoc_conshist = lt_simdoc_conshist yt_simdoc_taxitem = lt_simdoc_taxitem yt_pricecomponent = lt_pricecomponent yt_configuration_used = lt_configuration_used yt_messages = lt_messages EXCEPTIONS not_authorized = 1 OTHERS = 2.

ISU_PFC_RESULT_DISPLAY CALL FUNCTION 'ISU_PFC_RESULT_DISPLAY' TABLES xt_simrequest = lt_simrequest xt_simdoc_header = lt_simdoc_header xt_simdoc_item = lt_simdoc_item xt_simdoc_conshist = lt_simdoc_conshist xt_simdoc_taxitem = lt_simdoc_taxitem xt_pricecomponent = lt_pricecomponent xt_messages = lt_messages EXCEPTIONS OTHERS = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = x_tabname fieldname = x_fieldname IMPORTING dfies_wa = ls_dfies TABLES dfies_tab = lt_dfies EXCEPTIONS OTHERS = 1.

RS_CONV_EX_2_IN CALL FUNCTION 'RS_CONV_EX_2_IN' EXPORTING input_external = ls_configuration-value table_field = ls_table_field IMPORTING output_internal = EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name ISU_PFC_TESTTOOL or its description.