SAP Reports / Programs | Basis Components | Basis Components | F1 Help(BC-DOC-HLP) SAP BC

RKW_HLPRESOL SAP ABAP Report - Report RKW_HLPRESOL







RKW_HLPRESOL 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 RKW_HLPRESOL 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 RKW_HLPRESOL. "Basic submit
SUBMIT RKW_HLPRESOL AND RETURN. "Return to original report after report execution complete
SUBMIT RKW_HLPRESOL 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: ACTIVATE = Help Processor Settings
Selection Text: ACTIVE = Use of New Help Processor
Selection Text: CHEC_GEN = Check
Selection Text: DEACTIVE = Deactivation
Selection Text: DEL_BCL = Buffer Content
Selection Text: DEL_CL = Delete
Selection Text: DEL_DEF = Delete
Selection Text: DEL_GEN = Delete
Selection Text: DEL_TCL = Table Content
Selection Text: DISP_BCL = Buffer Content
Selection Text: DISP_CL = Display
Selection Text: DISP_DEF = Display
Selection Text: DISP_GEN = Display
Selection Text: DISP_TCL = Table Content
Selection Text: RFCS = D .
Selection Text: RFCC = D .
Selection Text: LANDS = D .
Selection Text: LANDC = D .
Selection Text: ENHS = D .
Selection Text: ENHC = D .
Selection Text: STATUS1 = Status
Selection Text: OPT_DEF = System-Wide Settings
Selection Text: OPT_CLI = Customizing - Current Client
Selection Text: KWCHAINS = Context Chain from SAP KW
Selection Text: KWCHAINC = Context Chain from SAP KW (cl)
Selection Text: GEN_ACT = All Clients and Buffers
Selection Text: FILL_DEF = Current Settings Maintenance
Selection Text: FILL_CL = Fill Values for Client &1
Title: Report RKW_HLPRESOL
Text Symbol: 116 = Amount
Text Symbol: 049 = Release
Text Symbol: 048 = Country
Text Symbol: 047 = All entries could be found (client &)
Text Symbol: 046 = No entries could be found (client &1)
Text Symbol: 045 = Eintry &1) missing (client &2)
Text Symbol: 044 = Results of Check
Text Symbol: 043 = System has no default help settings
Text Symbol: 042 = Client &1 has no buffer information





Text Symbol: 041 = Client &1 does not have its own help settings
Text Symbol: 001 = New Help Processor Activated
Text Symbol: 002 = Maintenance of Current Settings
Text Symbol: 003 = Fill Values for Client &1
Text Symbol: 004 = New Help Processor Deactivated
Text Symbol: 005 = Delete
Text Symbol: 006 = Options
Text Symbol: 007 = Use of New Help Processor
Text Symbol: 008 = Deactivate New Help Processor
Text Symbol: 009 = Parameters
Text Symbol: 010 = Customizing deleted
Text Symbol: 011 = Client &1
Text Symbol: 012 = You have entries for standard and enhancement contexts. Which direction do you want to continue working in?
Text Symbol: 013 = Determine Context Chain from SAP Knowledge Warehouse
Text Symbol: 014 = Details
Text Symbol: 015 = Selection of Enhancement Context
Text Symbol: 017 = Buffer
Text Symbol: 018 = Selection of Options
Text Symbol: 019 = Settings for System-Wide Help
Text Symbol: 020 = Customizing for Current Client (&1)
Text Symbol: 021 = Display
Text Symbol: 022 = Help Processor Settings
Text Symbol: 023 = New Help Processor Is Active
Text Symbol: 024 = New Help Processor Is Not Active
Text Symbol: 025 = Standard
Text Symbol: 026 = Table Content
Text Symbol: 027 = Buffer Content
Text Symbol: 028 = All Clients and Buffers
Text Symbol: 029 = Display
Text Symbol: 030 = Check
Text Symbol: 031 = Context Chains (&1)
Text Symbol: 032 = System-Wide
Text Symbol: 033 = Sequence
Text Symbol: 034 = Selection of Enhancement Contexts for Context Chain
Text Symbol: 035 = Standard Release
Text Symbol: 036 = Final context chain. Save?
Text Symbol: 037 = Context chain is saved
Text Symbol: 038 = Enhancement
Text Symbol: 039 = Enhancement does not exist in KW system





Text Symbol: 040 = Select another entry


INCLUDES used within this REPORT RKW_HLPRESOL

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:

IWB_GLOBAL_SETTINGS_SET CALL FUNCTION 'IWB_GLOBAL_SETTINGS_SET' TABLES properties = lt_PROPERTIES.

CAT_PING CALL FUNCTION 'CAT_PING' DESTINATION iv_rfc EXCEPTIONS COMMUNICATION_FAILURE = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = text-018 * DIAGNOSE_OBJECT = ' ' text_question = lv_text TEXT_BUTTON_1 = text-025 * ICON_BUTTON_1 = ' ' TEXT_BUTTON_2 = text-038 * ICON_BUTTON_2 = ' ' DEFAULT_BUTTON = '2' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING ANSWER = lv_answer EXCEPTIONS OTHERS = 1.

DELIVERY_GET_COMPONENT_STATE call function 'DELIVERY_GET_COMPONENT_STATE' exporting iv_compname = lv_CVERS_COMP iv_buffered = 'X' importing ev_compvers = lv_cvers_rel exceptions comp_not_found = 1.

IWB_IWEXTEND_GET CALL FUNCTION 'IWB_IWEXTEND_GET' DESTINATION iv_rfc EXPORTING INDUSTRY = gs_IWREFERENC-INDUSTRY * STD_RELEASE = TABLES * IWEXTID_IN = iwextid_out = lt_iwextend * IWRELEASE_OUT = EXCEPTIONS OTHERS = 1.

IWB_IWEXTEND_GET CALL FUNCTION 'IWB_IWEXTEND_GET' DESTINATION iv_rfc * EXPORTING * INDUSTRY = * STD_RELEASE = TABLES IWEXTID_IN = lt_iwextend iwextid_out = lt_iwextend1 * IWRELEASE_OUT = IWSTACKCONT = lt_STACKCONT "#EC ENHOK EXCEPTIONS OTHERS = 1.

DELIVERY_GET_COMPONENT_STATE call function 'DELIVERY_GET_COMPONENT_STATE' exporting iv_compname = lv_CVERS_COMP iv_buffered = 'X' importing ev_compvers = lv_cvers_rel exceptions comp_not_found = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = 'X' popup_title = Text-035 IMPORTING RETURNCODE = l_returncode tables fields = lt_fields EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = 'RKW_HLPRESOL' * I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'ALV_4ENH_SEL_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = lv_save IS_VARIANT = ls_variant IT_EVENTS = lt_events[] * IT_EVENT_EXIT = I_SCREEN_START_COLUMN = gc_20 I_SCREEN_START_LINE = 10 I_SCREEN_END_COLUMN = 100 I_SCREEN_END_LINE = gc_20 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_IWREFERENC EXCEPTIONS OTHERS = 0.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = iv_save CHANGING cs_variant = ls_variant_tmp EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = iv_save CHANGING cs_variant = ls_variant_tmp EXCEPTIONS wrong_input = 1 not_found = 2 OTHERS = 3.

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' "#EC * EXPORTING i_dialog = ' ' i_user_specific = 'X' * I_TABNAME_HEADER = C_TABNAME_HEADER * I_TABNAME_ITEM = C_TABNAME_ITEM it_default_fieldcat = ct_fieldcat[] i_layout = cs_layout IMPORTING et_fieldcat = ct_fieldcat[] es_layout = ls_layout CHANGING cs_variant = cs_variant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 OTHERS = 5.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = lv_repid i_structure_name = iv_str_name i_client_never_display = ' ' i_bypassing_buffer = 'X' i_buffer_active = ' ' CHANGING ct_fieldcat = ct_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3. "#EC *

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = 'RKW_HLPRESOL' * I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'ALV_4IWEXTEND_USER_COMMAND' * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = lv_save IS_VARIANT = ls_variant IT_EVENTS = lt_events[] * IT_EVENT_EXIT = I_SCREEN_START_COLUMN = gc_20 I_SCREEN_START_LINE = 10 I_SCREEN_END_COLUMN = 100 I_SCREEN_END_LINE = gc_20 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_iwextend EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = 'RKW_HLPRESOL' * I_CALLBACK_PF_STATUS_SET = ' ' I_CALLBACK_USER_COMMAND = 'ALV_4CHAIN_SEL_USER_COMMAND' IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = IT_SORT = lt_sort * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' I_SAVE = lv_save IS_VARIANT = ls_variant IT_EVENTS = lt_events[] * IT_EVENT_EXIT = I_SCREEN_START_COLUMN = gc_20 I_SCREEN_START_LINE = 10 I_SCREEN_END_COLUMN = 100 I_SCREEN_END_LINE = gc_20 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gtb_IWREFERENC EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat[] * IT_EXCLUDING = * IT_SORT = lt_sort I_SAVE = lv_save IS_VARIANT = ls_variant IT_EVENTS = lt_events[] TABLES t_outtab = lt_cont_chains EXCEPTIONS OTHERS = 0.

IO_C_RECEIVE_INFO4BUFFER CALL FUNCTION 'IO_C_RECEIVE_INFO4BUFFER' EXPORTING iv_type_help_processor = lv_value_NEW_HLP IMPORTING EV_EXTENSION = lv_extend EV_RELEASE = lv_extend_release EV_COUNTRY = lv_country tables et_contextchain = et_hlpresols * ET_CONTEXT = .

REUSE_ALV_GRID_DISPLAY



CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat[] * IT_SORT = lt_sort * I_DEFAULT = 'X' * I_SAVE = lv_save * IS_VARIANT = ls_variant TABLES t_outtab = lt_message EXCEPTIONS OTHERS = 0.



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