UFR00A02 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 UFR00A02 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: Event Treatment, Start of Selection
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CLMA_CLASS_READ CALL FUNCTION 'CLMA_CLASS_READ' EXPORTING classnumber = itab_svpos-fclinp language = sy-langu IMPORTING classname = itab_svpos-filklp * classtype = * description = EXCEPTIONS class_not_found = 4.
RPY_DATAELEMENT_SELECT * CALL FUNCTION 'RPY_DATAELEMENT_SELECT' * EXPORTING * ACTIVATION_TYPE = 'M' * DATAELEMENT_NAME = 'NAME1_GP' "Name des Datenel. zu name1
DD_DTEL_GET CALL FUNCTION 'DD_DTEL_GET' EXPORTING get_state = h_get_state langu = sy-langu roll_name = 'NAME1_GP' TABLES dd04t_tab_a = ht_datel_tab_a dd04t_tab_n = ht_datel_tab_n.
RPY_DATAELEMENT_SELECT * call function 'RPY_DATAELEMENT_SELECT' * exporting * activation_type = 'M' * dataelement_name = feldname * language = sy-langu * tables * dtel_inf_tab = inf_tab * exceptions * cancelled = 01 * not_found = 02 * permission_error = 03.
SWC_DDIC_QUERY_FIELD *call function 'SWC_DDIC_QUERY_FIELD' * exporting *" ELEMENT = ' ' * fieldname = feldname * language = sy-langu * tabname = tabname *" TEXT = ' ' * importing * fieldinfo = inf_tab * return = rc.
RPY_DATAELEMENT_SELECT * call function 'RPY_DATAELEMENT_SELECT' * exporting * activation_type = 'M' * dataelement_name = feldname * language = sy-langu * tables * dtel_inf_tab = inf_tab * exceptions * cancelled = 01 * not_found = 02 * permission_error = 03.
SWC_DDIC_QUERY_FIELD *call function 'SWC_DDIC_QUERY_FIELD' * exporting *" ELEMENT = ' ' * fieldname = feldname * language = sy-langu * tabname = tabname *" TEXT = ' ' * importing * fieldinfo = inf_tab * return = rc.
LOCATION_GROUP_CLASS_TYPE * call function 'LOCATION_GROUP_CLASS_TYPE' * exporting * i_bgapp = application * importing * a_klart = h_fklar * exceptions * no_entry_found = 01.
CLMA_CLASS_READ CALL FUNCTION 'CLMA_CLASS_READ' EXPORTING classnumber = itab_svko-aclin language = sy-langu IMPORTING classname = itab_svko-aclass * classtype = * description = EXCEPTIONS class_not_found = 4.
CLMA_CLASS_READ CALL FUNCTION 'CLMA_CLASS_READ' EXPORTING classnumber = itab_svko-fclin language = sy-langu IMPORTING classname = itab_svko-fclass classtype = itab_svko-fklart * description = EXCEPTIONS class_not_found = 4.
LOCATION_GROUP_CLASS_TYPE * call function 'LOCATION_GROUP_CLASS_TYPE' * exporting * i_bgapp = application * importing * a_klart = h_fklar * exceptions * no_entry_found = 01.
CLMA_CLASS_EXIST CALL FUNCTION 'CLMA_CLASS_EXIST' EXPORTING class = class " CLASSIFY_ACTIVITY = ' ' classnumber = itab_svpos-fclinp classtype = h_fklar date = sy-datum " DESCRIPTION_ONLY = ' ' language = sy-langu " MODE = ' ' " NO_DESCRIPTION = ' ' IMPORTING " class_description = " class_language = " not_valid = " no_active_status = " no_authority_classify = " no_authority_maintain = " no_authority_select = " ret_code = xklah = xklah EXCEPTIONS no_valid_sign = 01.
CLAF_OBJECTS_OF_CLASS CALL FUNCTION 'CLAF_OBJECTS_OF_CLASS' EXPORTING class = xklah-class " itab_svpos-filklp " CLASSES = ' ' classtext = 'X' *auft*2: classtype = xklah-klart " FEATURES = 'X' language = sy-langu " OBJECT_HIGH = ' ' " OBJECT_LOW = ' ' update_mode = 'X' key_date = sy-datum TABLES t_class = dummy_cl t_objectdata = dummy_od t_objects = cla_obj EXCEPTIONS no_classification = 01.
WAUF_KNA1_READ CALL FUNCTION 'WAUF_KNA1_READ' EXPORTING im_kunnr = filialnr IMPORTING ex_kna1 = struc_kna1 EXCEPTIONS no_kunnr = 01 no_record_found = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.