SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro | Local Currency Changeover(CA-EUR-CNV) SAP CA

EWSTEUER SAP ABAP dialog Program - Control Tables: Consistency Check







EWSTEUER is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter EWSTEUER 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

KGST - Control Tables: Consistency Check


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 EWSTEUER. "Basic submit
SUBMIT EWSTEUER AND RETURN. "Return to original report after report execution complete
SUBMIT EWSTEUER VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Control Tables: Consistency Check
Text Symbol: 012 = KGST info
Text Symbol: 098 = RFC connection not open
Text Symbol: 099 = RFC connection closed
Text Symbol: 100 = Enter a valid R/3 connection


INCLUDES used within this REPORT EWSTEUER

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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = TEXT-012 START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'KGST_DOKU' * HELP_MODAL = 'X' * IMPORTING * cancelled = cancelled EXCEPTIONS "#EC * TEXT_NOT_FOUND = 1 OTHERS = 2.

RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING DESTINATION = GS_DYN210-RFC_DEST EXCEPTIONS DESTINATION_NOT_OPEN = 1 OTHERS = 2.

RFCDES2RFCDISPLAY CALL FUNCTION 'RFCDES2RFCDISPLAY' EXPORTING IMPORT_RFCDES = LS_RFCDES IMPORTING EXPORT_RFCDISPLAY = LS_RFC_DEST_INFOS EXCEPTIONS "#EC * OTHERS = 1.

SCT2_GET_RFC_DESTINATION_F4 CALL FUNCTION 'SCT2_GET_RFC_DESTINATION_F4' EXPORTING IV_RFC_DEST_TYPE = '3' IV_PROOF_ONLY = 'X' IV_POPUP_START_X = GS_DYN210-POPUP_OFFSET_X IV_POPUP_START_Y = GS_DYN210-POPUP_OFFSET_Y IMPORTING EV_RFC_DEST_TEXT = GS_DYN210-RFC_DEST_TEXT ES_RFC_DEST_INFO = GS_DYN210-RFC_DEST_INFO CHANGING CV_RFC_DEST = GS_DYN210-RFC_DEST EXCEPTIONS RFC_DEST_NOT_FOUND = 1 CANCEL_BUTTON_PRESSED = 2 OTHERS = 3.



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 EWSTEUER or its description.