SAP Reports / Programs | Public Sector Management | Grants Management | Actual Update and Commitment Update(PSM-GM-GTE-UP) SAP PSM

GMA_ACE_GM_DATA_TRANSFER_USF01 SAP ABAP INCLUDE - Include GMA_ACE_GM_DATA_TRANSFER_USF01







GMA_ACE_GM_DATA_TRANSFER_USF01 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 GMA_ACE_GM_DATA_TRANSFER_USF01 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 GMA_ACE_GM_DATA_TRANSFER_USF01. "Basic submit
SUBMIT GMA_ACE_GM_DATA_TRANSFER_USF01 AND RETURN. "Return to original report after report execution complete
SUBMIT GMA_ACE_GM_DATA_TRANSFER_USF01 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 GMA_ACE_GM_DATA_TRANSFER_USF01


INCLUDES used within this REPORT GMA_ACE_GM_DATA_TRANSFER_USF01

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:

GMA_ACE_DATA_TRANSF_LIST_DISP CALL FUNCTION 'GMA_ACE_DATA_TRANSF_LIST_DISP' EXPORTING id_comp = id_comp id_effdate = ld_effdate id_selmethod = id_selmethod id_transfer_purpose = id_transfer_purpose it_return = it_return id_testrun = id_testrun CHANGING ct_results_list = ct_results_list.

ACE_ALOG_DISPLAY CALL FUNCTION 'ACE_ALOG_DISPLAY' EXPORTING id_obj = id_log_object id_subobj = id_log_subobject id_external_number = id_log_external_number id_date_from = id_log_create_date id_time_from = id_log_create_time id_no_dialog = 'X'.

ACEPS7_NEW_EXTNR_GET CALL FUNCTION 'ACEPS7_NEW_EXTNR_GET' EXPORTING id_comp = id_comp IMPORTING ed_log_external_number = ed_log_external_number ed_log_create_date = ed_log_create_date ed_log_create_time = ed_log_create_time et_return = lt_return.

ACE_ACCRUALOBJECT_MODIFY CALL FUNCTION 'ACE_ACCRUALOBJECT_MODIFY' EXPORTING is_accrual_object = cs_object_header is_assignments = is_assignments it_accounts = it_accounts it_object_paramters = it_params id_effdate = id_keydate is_post_params = is_post_params id_testrun = id_testrun IMPORTING ed_data_created = ld_data_created ed_data_changed = ld_data_changed et_docitems = lt_docitems et_return = lt_return et_accdoc_return = lt_accdoc_return CHANGING ct_object_items = ct_object_items.

ACE_ACCRUALOBJECT_DEACTIVATE CALL FUNCTION 'ACE_ACCRUALOBJECT_DEACTIVATE' EXPORTING is_accrual_subkey_ext = ls_accrual_subkey_ext id_deactive_date = id_keydate id_testrun = id_testrun IMPORTING et_return = lt_return et_accdoc_return = lt_accdoc_return.

ACEPS13_AWKEY_DECODE CALL FUNCTION 'ACEPS13_AWKEY_DECODE' EXPORTING id_awkey = IMPORTING ed_awref = .

GMA_ACE_TRANSFORM_GRANT CALL FUNCTION 'GMA_ACE_TRANSFORM_GRANT' EXPORTING id_comp = id_comp is_gmgr = ls_gmgr id_testrun = id_testrun IMPORTING es_ace_object_header = es_object_header et_ace_object_items = et_object_items et_ace_params = et_params es_ace_assignments = es_assignments et_ace_accounts = et_accounts et_return = lt_return CHANGING cd_effdate = cd_effdate cs_post_params = cs_post_params EXCEPTIONS OTHERS = 1.

GM_GET_GRANT_NOT_RELEVANT CALL FUNCTION 'GM_GET_GRANT_NOT_RELEVANT' IMPORTING e_grant_not_relevant = l_grant_not_relevant.

GMA_ACE_REF_KEY_ENCODE CALL FUNCTION 'GMA_ACE_REF_KEY_ENCODE' EXPORTING is_ref_key = ls_ref_key IMPORTING ed_ref_key = ls_ex_objkey-ref_key.

ACEDB_ACEOBJ_READ_BY_REFKEY CALL FUNCTION 'ACEDB_ACEOBJ_READ_BY_REFKEY' EXPORTING is_ex_objkey = ls_ex_objkey IMPORTING es_aceobj = ls_aceobj EXCEPTIONS OTHERS = 0.

ACE_ALOG_DISPLAY CALL FUNCTION 'ACE_ALOG_DISPLAY' EXPORTING id_obj = gmac_appl_log-object id_subobj = gmac_appl_log-subobj_transfer.

VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' view_name = acec_view_acepspplog TABLES dba_sellist = lt_dba_sellist.



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