SR002F10 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 SR002F10 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: Subroutines for Report rsusr002
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SUSI_GET_FATHER_PROFILES call function 'SUSI_GET_FATHER_PROFILES' tables profiles = profiles exceptions others = 1.
SUSI_GET_FATHER_PROFILES call function 'SUSI_GET_FATHER_PROFILES' tables profiles = profiles exceptions others = 1.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = dyname dynumb = dynumb translate_to_upper = 'X' tables dynpfields = dynpro_values exceptions others = 1.
SUSR_AUTF_GET_F4_HELP call function 'SUSR_AUTF_GET_F4_HELP' exporting fieldname = field_val dyname = dyname dynumb = dynumb dynprofield = field_name tables selected_value = selected_value.
DYNP_VALUES_UPDATE call function 'DYNP_VALUES_UPDATE' exporting dyname = dyname dynumb = dynumb tables dynpfields = dynpro_values exceptions others = 1.
BALW_BAPIRETURN_GET2 call function 'BALW_BAPIRETURN_GET2' exporting type = 'W' cl = 'UE' number = '025' par1 = pv_msgv1 importing return = gs_return.
SUSR_FIELD_CONVERT call function 'SUSR_FIELD_CONVERT' "#EC PF_ACT_GLO exporting fieldname = fieldname value = auth_val conversion = ld_conversion importing value_converted = auth_val exceptions others = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.