RFGMCDPROGRAM 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 RFGMCDPROGRAM 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.
Selection Text: S_DATUM = D Date
Selection Text: S_OBJID = D Sponsored Program
Selection Text: S_USER = D Name
Title: Display Change Documents for Sponsored Program
INCLUDE GMAUTHCONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
BUS_CHANGE_DOCUMENT CALL FUNCTION 'BUS_CHANGE_DOCUMENT' EXPORTING I_OBJAP = 'GMGT' I_XTECH = 'X' I_POPUP = '1' I_XCHDOC = 'X' TABLES T_UDATE = s_datum T_UNAME = s_user T_OBJECTID = t_objectid.
GM_AUTH_CHECK_PROGRAM CALL FUNCTION 'GM_AUTH_CHECK_PROGRAM' EXPORTING sponsored_program = l_sponsored_prog activity = c_gm_activity_display EXCEPTIONS not_authorized = 1 sponsored_program_not_exist = 2 wrong_activity = 3 wrong_auth_group = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFGMCDPROGRAM - Display Change Documents for Sponsored Program RFGMCDPROGRAM - Display Change Documents for Sponsored Program RFGMCDCLASS - Display Change Documents for Sponsored Class RFGMCDCLASS - Display Change Documents for Sponsored Class RFGMBS_OUTPUT_PROTOCOL - Program RFFMBS_OUTPUT_PROTOCOL RFGMBS_OUTPUT_PROTOCOL - Program RFFMBS_OUTPUT_PROTOCOL