ADS2KIP_BROWSER_FORMS6 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 ADS2KIP_BROWSER_FORMS6 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING client = sy-mandt id = l_st_thead-tdid language = l_st_thead-tdspras name = l_st_thead-tdname object = l_st_thead-tdobject * ARCHIVE_HANDLE = 0 * LOCAL_CAT = ' ' IMPORTING header = l_st_thead TABLES lines = l_tb_tline EXCEPTIONS id = 1 language = 2 name = 3 not_found = 4 object = 5 reference_check = 6 wrong_access_to_archive = 7 OTHERS = 8.
INIT_TEXT CALL FUNCTION 'INIT_TEXT' EXPORTING id = l_st_thead-tdid language = l_st_thead-tdspras name = l_st_thead-tdname object = l_st_thead-tdobject IMPORTING header = l_st_thead TABLES lines = l_tb_tline EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 OBJECT = 4 OTHERS = 5.
EDIT_TEXT CALL FUNCTION 'EDIT_TEXT' EXPORTING display = l_flag_dis_chg header = l_st_thead TABLES lines = l_tb_tline EXCEPTIONS OTHERS = 0.
COMMIT_TEXT CALL FUNCTION 'COMMIT_TEXT' EXPORTING object = l_st_thead-tdobject name = l_st_thead-tdname id = l_st_thead-tdid language = l_st_thead-tdspras savemode_direct = 'X'.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'TREEV_NODE' * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' uclen = '01' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = dfies_tab = l_tb_field_tab_tmp EXCEPTIONS not_found = 1 OTHERS = 2.
DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'TJ02T' * ALL_TYPES = ' ' * LFIELDNAME = ' ' * GROUP_NAMES = ' ' uclen = '00' * IMPORTING * X030L_WA = * DTELINFO_WA = * TTYPINFO_WA = * DDOBJTYPE = * DFIES_WA = * LINES_DESCR = TABLES * X031L_TAB = dfies_tab = l_tb_field_tab_tmp EXCEPTIONS not_found = 1 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING * ddic_structure = ' ' retfield = 'N_IMAGE' * PVALKEY = ' ' * DYNPPROG = ' ' * DYNPNR = ' ' * DYNPROFIELD = ' ' * STEPL = 0 window_title = text-006 * VALUE = ' ' * VALUE_ORG = 'C' * MULTIPLE_CHOICE = ' ' * DISPLAY = ' ' * CALLBACK_PROGRAM = ' ' * CALLBACK_FORM = ' ' TABLES value_tab = l_tb_value_tab field_tab = l_tb_field_tab return_tab = l_tb_return_tab * DYNPFLD_MAPPING = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
DDIF_NAMETAB_GET * CALL FUNCTION 'DDIF_NAMETAB_GET' * EXPORTING * tabname = 'TREEV_NODE' ** ALL_TYPES = ' ' ** LFIELDNAME = ' ' ** GROUP_NAMES = ' ' ** IMPORTING ** X030L_WA = ** DTELINFO_WA = ** TTYPINFO_WA = ** DDOBJTYPE = ** DFIES_WA = ** LINES_DESCR = * TABLES ** X031L_TAB = * dfies_tab = l_tb_field_tab_tmp * EXCEPTIONS * not_found = 1 * OTHERS = 2.
DDIF_NAMETAB_GET * CALL FUNCTION 'DDIF_NAMETAB_GET' * EXPORTING * tabname = 'TJ02T' ** ALL_TYPES = ' ' ** LFIELDNAME = ' ' ** GROUP_NAMES = ' ' ** IMPORTING ** X030L_WA = ** DTELINFO_WA = ** TTYPINFO_WA = ** DDOBJTYPE = ** DFIES_WA = ** LINES_DESCR = * TABLES ** X031L_TAB = * dfies_tab = l_tb_field_tab_tmp * EXCEPTIONS * not_found = 1 * OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING ** ddic_structure = ' ' * retfield = 'TXT30' ** PVALKEY = ' ' ** DYNPPROG = ' ' ** DYNPNR = ' ' ** DYNPROFIELD = ' ' ** STEPL = 0 * window_title = text-005 ** VALUE = ' ' ** VALUE_ORG = 'C' ** MULTIPLE_CHOICE = ' ' ** DISPLAY = ' ' ** CALLBACK_PROGRAM = ' ' ** CALLBACK_FORM = ' ' * TABLES * value_tab = l_tb_value_tab * field_tab = l_tb_field_tab * return_tab = l_tb_return_tab ** DYNPFLD_MAPPING = * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.