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

GRPCRTA_CHGLOGF01 SAP ABAP INCLUDE - Include /VIRSA/ECMCHGLOGF01







GRPCRTA_CHGLOGF01 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_CHGLOGF01 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_CHGLOGF01. "Basic submit
SUBMIT GRPCRTA_CHGLOGF01 AND RETURN. "Return to original report after report execution complete
SUBMIT GRPCRTA_CHGLOGF01 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 /VIRSA/ECMCHGLOGF01


INCLUDES used within this REPORT GRPCRTA_CHGLOGF01

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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_tabname IMPORTING x030l_wa = t_header_info TABLES dfies_tab = t_dfies_tab EXCEPTIONS not_found = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = P_TABNAME STATE = 'A' LANGU = SY-LANGU * importing * dd02v_wa = w_dd02v TABLES DD03P_TAB = T_DD03P_TAB EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

VIEW_CONVERSION_OUTPUT CALL FUNCTION 'VIEW_CONVERSION_OUTPUT' EXPORTING value_intern = inttype = t_tabinfo-inttype datatype = t_tabinfo-datatype decimals = t_tabinfo-decimals convexit = t_tabinfo-convexit sign = t_tabinfo-sign outputlen = t_tabinfo-outputlen intlen = t_tabinfo-intlen IMPORTING value_extern = l_fld.

VIEW_CONVERSION_OUTPUT * CALL FUNCTION 'VIEW_CONVERSION_OUTPUT' * EXPORTING * VALUE_INTERN = * INTTYPE = T_TABINFO-INTTYPE * DATATYPE = T_TABINFO-DATATYPE * DECIMALS = T_TABINFO-DECIMALS * CONVEXIT = T_TABINFO-CONVEXIT * SIGN = T_TABINFO-SIGN * OUTPUTLEN = T_TABINFO-OUTPUTLEN * INTLEN = T_TABINFO-INTLEN * IMPORTING * VALUE_EXTERN = .

VIEW_CONVERSION_OUTPUT * CALL FUNCTION 'VIEW_CONVERSION_OUTPUT' * EXPORTING * VALUE_INTERN = * INTTYPE = T_TABINFO-INTTYPE * DATATYPE = T_TABINFO-DATATYPE * DECIMALS = T_TABINFO-DECIMALS * CONVEXIT = T_TABINFO-CONVEXIT * SIGN = T_TABINFO-SIGN * OUTPUTLEN = T_TABINFO-OUTPUTLEN * INTLEN = T_TABINFO-INTLEN * IMPORTING * VALUE_EXTERN = .

GRPCRTA_GET_TABLE_FROM_OBJ CALL FUNCTION 'GRPCRTA_GET_TABLE_FROM_OBJ' EXPORTING objectname = p_t_cntrl-objectname TABLES tab_names = lt_tabname EXCEPTIONS object_not_found = 1 OTHERS = 2.

SXPG_PROFILE_PARAMETER_GET CALL FUNCTION 'SXPG_PROFILE_PARAMETER_GET' EXPORTING parameter_name = 'rec/client' IMPORTING parameter_value = g_parameter.

TMS_MGR_READ_TPPARAM * CALL FUNCTION 'TMS_MGR_READ_TPPARAM' * EXPORTING * iv_system = system ** IV_DOMAIN = * iv_monitor = ' ' ** IV_VERBOSE = * IMPORTING * es_tp_params = es_tp_params * EXCEPTIONS * read_config_failed = 1 * OTHERS = 2 * .

GRPCRTA_CONV_EXT_TO_INT CALL FUNCTION 'GRPCRTA_CONV_EXT_TO_INT' EXPORTING VALUE_EXTERN = P_BEFORE_FORMAT INTTYPE = P_INTTYPE * DATATYPE = DECIMALS = P_DECIMALS IMPORTING VALUE_INTERN = P_AFTER_FORMAT .



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