SAP Reports / Programs | Governance, Risk and Compliance | Process Controls -Automated Controls(GRC-PCE) SAP GRC

GRPCRTA_HDRSCRDATA SAP ABAP INCLUDE - Include GRPCRTA_HDRSCRDATA







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


Text pool values


Title: Include GRPCRTA_HDRSCRDATA


INCLUDES used within this REPORT GRPCRTA_HDRSCRDATA

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:

GUI_HAS_ACTIVEX call function 'GUI_HAS_ACTIVEX' IMPORTING return = return.

WWW_GET_MIME_OBJECT call function 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS parameter_not_found = 1 others = 2.

DP_CREATE_URL call function 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url EXCEPTIONS others = 1.

GUI_HAS_ACTIVEX call function 'GUI_HAS_ACTIVEX' IMPORTING return = return.

WWW_GET_MIME_OBJECT call function 'WWW_GET_MIME_OBJECT' TABLES query_string = query_table html = html_table mime = pic_data CHANGING return_code = return_code content_type = content_type content_length = content_length EXCEPTIONS parameter_not_found = 1 others = 2.

DP_CREATE_URL call function 'DP_CREATE_URL' EXPORTING type = 'image' subtype = cndp_sap_tab_unknown size = pic_size lifetime = cndp_lifetime_transaction TABLES data = pic_data CHANGING url = url EXCEPTIONS others = 1.

REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = c_structure CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 others = 3.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = w_repid i_grid_title = l_grid_title is_layout = ls_layout it_fieldcat = lt_fcat[] i_screen_start_column = 1 i_screen_start_line = 3 i_screen_end_column = 120 i_screen_end_line = 10 TABLES t_outtab = t_cvalues[] EXCEPTIONS program_error = 1 others = 2.

SCROLLING_IN_TABLE call function 'SCROLLING_IN_TABLE' exporting entry_act = -top_line entry_from = 1 entry_to = -lines last_page_full = 'X' loops = ok_code = p_ok overlapping = 'X' importing entry_new = l_tc_new_top_line exceptions * NO_ENTRY_OR_PAGE_ACT = 01 * NO_ENTRY_TO = 02 * NO_OK_CODE_OR_PAGE_GO = 03 others = 0.

K_FIELD_TEXT_READ call function 'K_FIELD_TEXT_READ' EXPORTING field = c_rule_set langu = sy-langu tab = c_structure with_dots = ' ' IMPORTING ex_kdfit = ls_kdfit EXCEPTIONS not_found = 1 others = 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 GRPCRTA_HDRSCRDATA or its description.