SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Source Code editors in ABAP in Eclipse(BC-DWB-AIE-SRC) SAP BC

SEDI_ADT_TEST_LSEDAF03 SAP ABAP INCLUDE - Include SEDI_ADT_TEST_LSEDAF03







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


INCLUDES used within this REPORT SEDI_ADT_TEST_LSEDAF03

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:

RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = stm1-type index_from = stm1-from index_to = stm1-to CHANGING stokesx_tab = tk1[] EXCEPTIONS error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 meaningless_statement = 4 OTHERS = 5.

RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = stm1-type index_from = stm1-from index_to = stm1-to CHANGING stokesx_tab = tk1[] EXCEPTIONS error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 meaningless_statement = 4 OTHERS = 5.

RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = stm1-type index_from = stm1-from index_to = stm1-to CHANGING stokesx_tab = tk1[] EXCEPTIONS error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 meaningless_statement = 4 OTHERS = 5.

RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = stm1-type index_from = stm1-from index_to = stm1-to CHANGING stokesx_tab = tk1[] EXCEPTIONS error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 meaningless_statement = 4 OTHERS = 5.

RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = stm1-type index_from = stm1-from index_to = stm1-to CHANGING stokesx_tab = tk1[] EXCEPTIONS error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 meaningless_statement = 4 OTHERS = 5.

RS_QUALIFY_ABAP_TOKENS_STR CALL FUNCTION 'RS_QUALIFY_ABAP_TOKENS_STR' EXPORTING statement_type = stm1-type index_from = stm1-from index_to = stm1-to CHANGING stokesx_tab = tk1[] EXCEPTIONS error_load_pattern = 1 unknown_keyword = 2 no_matching_statement = 3 meaningless_statement = 4 OTHERS = 5.

SEO_CLASS_GET CALL FUNCTION 'SEO_CLASS_GET' EXPORTING clskey = clskey IMPORTING superclass = t_super_class class = t_class EXCEPTIONS not_existing = 1 deleted = 2 is_interface = 3 model_only = 4.

RS_OBJECT_POSITION CALL FUNCTION 'RS_OBJECT_POSITION' EXPORTING object_name = o_objectname object_type = o_objecttype IMPORTING col = o_col row = o_row TABLES source = source1 EXCEPTIONS object_not_found = 1 OTHERS = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_IMPLEMENTG_GET CALL FUNCTION 'SEO_IMPLEMENTG_GET' EXPORTING impkey = impkey EXCEPTIONS not_existing = 1 deleted = 2 is_inheritance = 3 is_comprising = 4 OTHERS = 5.

SEO_EVENT_GET CALL FUNCTION 'SEO_EVENT_GET' EXPORTING evtkey = evtkey IMPORTING event = l_event EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_type = 4 is_attribute = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_METHOD_GET CALL FUNCTION 'SEO_METHOD_GET' EXPORTING mtdkey = mtdkey EXCEPTIONS not_existing = 1 deleted = 2 is_event = 3 is_type = 4 is_attribute = 5 OTHERS = 6.

SEO_COMPONENT_GET CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_COMPONENT_GET CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_ENHA_COMPONENT_GET CALL FUNCTION 'SEO_ENHA_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey exposure = exposure EXCEPTIONS not_existing = 1 model_only = 2 OTHERS = 3.

SEO_COMPONENT_GET





CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_COMPONENT_GET CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

OO_EDITOR_NAVIGATION CALL FUNCTION 'OO_EDITOR_NAVIGATION' EXPORTING clif_name = mtdkey-clsname meth_name = mtdkey-cmpname IMPORTING navi_to_definition = navigation_to_definition navi_to_class = new_class navi_class_type = new_class_type EXCEPTIONS clif_not_existing = 1 meth_not_existing = 2 cancel_clicked_on_dynpro = 3 OTHERS = 7.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey exposure = exposure EXCEPTIONS not_existing = 1 model_only = 2 OTHERS = 3.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

OO_EDITOR_NAVIGATION CALL FUNCTION 'OO_EDITOR_NAVIGATION' EXPORTING clif_name = mtdkey-clsname meth_name = mtdkey-cmpname p_relations = relations p_treffer = treffer_list p_local_navigation = abap_true IMPORTING navi_to_definition = navigation_to_definition navi_to_class = new_class navi_class_type = new_class_type EXCEPTIONS clif_not_existing = 1 meth_not_existing = 2 cancel_clicked_on_dynpro = 3 OTHERS = 7.

SEO_COMPONENT_GET CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey EXCEPTIONS not_existing = 1 model_only = 2.

SEO_PARAMETER_GET CALL FUNCTION 'SEO_PARAMETER_GET' EXPORTING parkey = parkey IMPORTING parameter = parameter EXCEPTIONS not_existing = 1 deleted = 2 is_exception = 3 OTHERS = 4.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_TYPE_GET CALL FUNCTION 'SEO_TYPE_GET' EXPORTING typkey = typkey IMPORTING type = ytype EXCEPTIONS not_existing = 1 deleted = 2 is_attribute = 3 is_method = 4 is_event = 5 OTHERS = 6.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey exposure = exposure EXCEPTIONS not_existing = 1 model_only = 2.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey exposure = exposure EXCEPTIONS not_existing = 1 model_only = 2.

SEO_COMPONENT_GET CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_COMPONENT_GET CALL FUNCTION 'SEO_COMPONENT_GET' EXPORTING cmpkey = cmpkey IMPORTING cmptype = cmptype method = lmethod attribute = lattribute type = ltype EXCEPTIONS not_existing = 1 deleted = 2 OTHERS = 3.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey exposure = exposure EXCEPTIONS not_existing = 1 model_only = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.




OO_EDITOR_NAVIGATION CALL FUNCTION 'OO_EDITOR_NAVIGATION' EXPORTING clif_name = mtdkey-clsname meth_name = mtdkey-cmpname IMPORTING navi_to_definition = navigation_to_definition navi_to_class = new_class navi_class_type = new_class_type EXCEPTIONS clif_not_existing = 1 meth_not_existing = 2 cancel_clicked_on_dynpro = 3 OTHERS = 7.

SEO_PARAMETER_GET CALL FUNCTION 'SEO_PARAMETER_GET' EXPORTING parkey = parkey IMPORTING parameter = parameter EXCEPTIONS not_existing = 1 deleted = 2 is_exception = 3 OTHERS = 4.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey EXCEPTIONS not_existing = 1 model_only = 2 OTHERS = 3.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

RS_OBJECT_POSITION CALL FUNCTION 'RS_OBJECT_POSITION' EXPORTING object_name = o_objectname object_type = 'D' IMPORTING col = o_col row = o_row TABLES source = source1 EXCEPTIONS object_not_found = 1 OTHERS = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey EXCEPTIONS not_existing = 1 model_only = 2 OTHERS = 3.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_PARAMETER_GET CALL FUNCTION 'SEO_PARAMETER_GET' EXPORTING parkey = parkey IMPORTING parameter = parameter EXCEPTIONS not_existing = 1 deleted = 2 is_exception = 3 OTHERS = 4.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = p_compound_class IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_PARAMETER_GET CALL FUNCTION 'SEO_PARAMETER_GET' EXPORTING parkey = parkey IMPORTING parameter = parameter EXCEPTIONS not_existing = 1 deleted = 2 is_exception = 3 OTHERS = 4.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = p_compound_class IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_PARAMETER_GET CALL FUNCTION 'SEO_PARAMETER_GET' EXPORTING parkey = parkey IMPORTING parameter = parameter EXCEPTIONS not_existing = 1 deleted = 2 is_exception = 3 OTHERS = 4.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = p_compound_class IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

RS_OBJECT_POSITION CALL FUNCTION 'RS_OBJECT_POSITION' EXPORTING object_name = o_objectname object_type = 'D' IMPORTING col = o_col row = o_row TABLES source = source1 EXCEPTIONS object_not_found = 1 OTHERS = 2.

SEO_CLASS_GET CALL FUNCTION 'SEO_CLASS_GET' EXPORTING clskey = clskey IMPORTING superclass = t_super_class class = t_class EXCEPTIONS not_existing = 1 deleted = 2 is_interface = 3 model_only = 4.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_COMPONENT_BY_INHERITANCE CALL FUNCTION 'SEO_COMPONENT_BY_INHERITANCE' EXPORTING cpdkey = cpdkey IMPORTING reltype = reltype relkey = relkey cmptype = cmptype cmpkey = cmpkey exposure = exposure EXCEPTIONS not_existing = 1 model_only = 2.

SEO_ATTRIBUTE_GET CALL FUNCTION 'SEO_ATTRIBUTE_GET' EXPORTING attkey = attkey IMPORTING attribute = attribute EXCEPTIONS not_existing = 1 deleted = 2 is_method = 3 is_event = 4 is_type = 5 OTHERS = 6.

SEO_PARAMETER_GET CALL FUNCTION 'SEO_PARAMETER_GET' EXPORTING parkey = parkey IMPORTING parameter = parameter EXCEPTIONS not_existing = 1 deleted = 2 is_exception = 3 OTHERS = 4.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = p_compound_class IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.

SEO_CLIF_GET CALL FUNCTION 'SEO_CLIF_GET' EXPORTING cifkey = cifkey IMPORTING clstype = clstype EXCEPTIONS not_existing = 1 deleted = 2.



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