GRFN_AMF_CHANGE_REQUEST 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 GRFN_AMF_CHANGE_REQUEST into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include GRFN_AMF_CHANGE_REQUEST
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' * EXPORTING * IV_CATEGORY = 'CUST' * IV_CLI_DEP = 'X' IMPORTING ev_order = h_order ev_task = h_task EXCEPTIONS invalid_category = 1 no_correction_selected = 2 OTHERS = 3.
TRINT_READ_COMM_HEADER CALL FUNCTION 'TRINT_READ_COMM_HEADER' EXPORTING wi_sel_e07t = 'X' wi_trkorr = trkorr_p IMPORTING we_e07t = w_e07t EXCEPTIONS not_exist_e070 = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRFN_AMF_CHANGE_REQUEST - Include GRFN_AMF_CHANGE_REQUEST GRFN_AMF_ADD_DS_CONN - Set Connector and Status for Data Source GRFN_AMF_ADD_DS_CONN - Set Connector and Status for Data Source GRFN_AMF_ADD_DS_BR_CONN - Select Business Rule and Data Source to add Connetor and Active Status GRFN_AMF_ADD_DS_BR_CONN - Select Business Rule and Data Source to add Connetor and Active Status GRFN_ACTIVATE_EXAMPLE_ROLES - Program GRFN_ACTIVATE_EXAMPLE_ROLES