SAP Reports / Programs

RADSHCHK SAP ABAP Report - DD: checks of search helps







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


Text pool values


Title: DD: checks of search helps
Text Symbol: LIS = Hit list
Text Symbol: SEL = Dialog box


INCLUDES used within this REPORT RADSHCHK

LENG LIKE DD03P-LENG,
INCLUDE: RADBTOUM,
RADACKIN,
RADSHINC.


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:

FUNCTION_IMPORT_DOKU call function 'FUNCTION_IMPORT_DOKU' exporting funcname = reffuncname * IMPORTING * GLOBAL_FLAG = * REMOTE_CALL = * UPDATE_TASK = * SHORT_TEXT = tables dokumentation = dummy exception_list = reffunc-exception_list export_parameter = reffunc-exporting_parameter import_parameter = reffunc-importing_parameter changing_parameter = reffunc-changing_parameter tables_parameter = reffunc-tables_parameter exceptions function_not_found = not_found others = unread.

DD_TABL_CHK_SAANORM call function 'DD_TABL_CHK_SAANORM' exporting name = -fieldname saac = saac objecttype = 'FIEL' * SUBTYPE = ' ' * MAXLEN = 0 importing rclist = rclist exceptions others = 1.

DD_INT_CHECK_VALUE_FOR_TYPE call function 'DD_INT_CHECK_VALUE_FOR_TYPE' exporting typedef = dfies_wa value = dd32p_wa-defaultval quotation_mode = 'A' non_standard_ok = 'X' apply_dynp_restrictions = 'X' wildcard = '*' mask = '+' escape = '#' importing * EXPANDED_VALUE = illegal_format = illegal_format too_long = too_long incompatible = incompatible exceptions type_not_exists = 1 illegal_type = 2 others = 3.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = 'SYST' lfieldname = fieldname langu = ' ' importing dfies_wa = dfies_wa exceptions not_found = 2 others = 3.

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = systemtype exceptions no_systemname = 1 no_systemtype = 2.

TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemtype = systemtype exceptions no_systemname = 1 no_systemtype = 2.



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