SAP Reports / Programs | Basis Components | Installation Tools | Runtime for ABAP based automated TC(BC-INS-TC-RT) SAP BC

STC_TEST_REPORT_UI_DIFF_PARAM SAP ABAP Report - Test Report for Tasks with UI; using all possible data types







STC_TEST_REPORT_UI_DIFF_PARAM is a standard Executable ABAP Report 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 STC_TEST_REPORT_UI_DIFF_PARAM into the relevant SAP transactions such as SE38 or SE80


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 STC_TEST_REPORT_UI_DIFF_PARAM. "Basic submit
SUBMIT STC_TEST_REPORT_UI_DIFF_PARAM AND RETURN. "Return to original report after report execution complete
SUBMIT STC_TEST_REPORT_UI_DIFF_PARAM 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: P_LRAW = D .
Selection Text: P_NUMC3 = D .
Selection Text: P_PREC = D .
Selection Text: P_QUAN = D .
Selection Text: P_RAW = D .
Selection Text: P_SSTR = D .
Selection Text: P_STRG = D .
Selection Text: P_TIME = D .
Selection Text: P_UNIT = D .
Selection Text: S_ACCP = D .
Selection Text: S_CHAR1 = D .
Selection Text: S_CHR10 = D .
Selection Text: S_CLNT = D .
Selection Text: S_CUKY = D .
Selection Text: S_CURR = D .
Selection Text: S_DATE = D .
Selection Text: S_DEC52 = D .
Selection Text: S_DF16D = D .
Selection Text: S_DF16R = D .
Selection Text: S_DF34D = D .
Selection Text: S_DF34R = D .
Selection Text: S_INT1 = D .
Selection Text: S_INT2 = D .
Selection Text: S_INT4 = D .
Selection Text: S_INTGR = D .
Selection Text: S_LANG = D .
Selection Text: S_LRAW = D .
Selection Text: S_NUMC3 = D .
Selection Text: S_PREC = D .
Selection Text: S_QUAN = D .
Selection Text: S_RAW = D .
Selection Text: S_TIME = D .
Selection Text: S_UNIT = D .
Selection Text: P_LANG = D .
Selection Text: PL_C10 = Characters, 10-char (C)
Selection Text: PL_C10L = Char., 10, lower case
Selection Text: PL_C10OD = Char., 10, obligatory&default
Selection Text: PL_CB = Checkbox (C)





Selection Text: PL_D = Date, YYYYMMTT (D)
Selection Text: PL_G = String (g)
Selection Text: PL_I = Integer (I)
Selection Text: PL_N10 = Numbers, 10-digits (N)
Selection Text: PL_P52 = Decimal: <5>,<2> (P)
Selection Text: PL_PW = Passwort (C)
Selection Text: PL_RB1 = Radiobutton1 (C), Group RBG
Selection Text: PL_RB2 = Radiobutton2 (C), Group RBG
Selection Text: PL_T = Time, HHMMSS (T)
Selection Text: P_ACCP = D .
Selection Text: P_CHAR1 = D .
Selection Text: P_CHR10 = D .
Selection Text: P_CLNT = D .
Selection Text: P_CUKY = D .
Selection Text: P_CURR = D .
Selection Text: P_DATE = D .
Selection Text: P_DEC52 = D .
Selection Text: P_DF16D = D .
Selection Text: P_DF16R = D .
Selection Text: P_DF34D = D .
Selection Text: P_DF34R = D .
Selection Text: P_INT1 = D .
Selection Text: P_INT2 = D .
Selection Text: P_INT4 = D .
Selection Text: P_INTGR = D .
Title: Test Report for Tasks with UI; using all possible data types
Text Symbol: 003 = Parameters defined locally
Text Symbol: 002 = Select-Options of DDIC structure
Text Symbol: 001 = Parameters of DDIC structure


INCLUDES used within this REPORT STC_TEST_REPORT_UI_DIFF_PARAM

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:

No SAP FUNCTION MODULES are executed within this report code!



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