ADDTITLEF01 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 ADDTITLEF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_GET_TRANSPORT_TARGET CALL FUNCTION 'TR_GET_TRANSPORT_TARGET' EXPORTING iv_development_class = f_wa_tadir-devclass iv_source_client = sy-mandt IMPORTING ev_target = f_ev_target EXCEPTIONS wrong_call = 1 invalid_input = 2 cts_initialization_failure = 3 OTHERS = 4.
TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING wi_pgmid = f_wa_ko200-pgmid wi_object = f_wa_ko200-object wi_objname = f_wa_ko200-obj_name IMPORTING we_locked = f_flag_lock we_lock_order_user = f_user EXCEPTIONS empty_key = 1 no_systemname = 2 no_systemtype = 3 unallowed_lock_order = 4 OTHERS = 5.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = f_wa_ko200 iv_no_show_option = 'X' iv_no_ps = 'X' IMPORTING we_object_appendable = f_flag_global EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
RPY_DYNPRO_READ_NATIVE CALL FUNCTION 'RPY_DYNPRO_READ_NATIVE' EXPORTING progname = f_wa_d020s-prog dynnr = f_wa_d020s-dnum IMPORTING header = f_wa_d020s dynprotext = f_dynprotext TABLES fieldlist = f_it_d021s flowlogic = f_flowlogic params = f_it_params EXCEPTIONS cancelled = 1 not_found = 2 permission_error = 3 OTHERS = 4.
RPY_DYNPRO_INSERT_NATIVE CALL FUNCTION 'RPY_DYNPRO_INSERT_NATIVE' EXPORTING corrnum = order header = f_wa_d020s dynprotext = f_dynprotext suppress_exist_checks = 'X' TABLES fieldlist = f_it_d021s flowlogic = f_flowlogic params = f_it_params EXCEPTIONS cancelled = 1 already_exists = 2 program_not_exists = 3 not_executed = 4 OTHERS = 5.
RS_SCRP_SERVICE CALL FUNCTION 'RS_SCRP_SERVICE' EXPORTING dynnr = f_wa_d020s-dnum function = 'GENER' progname = f_wa_d020s-prog EXCEPTIONS illegal_value = 1 not_exists = 2 cancelled = 3 OTHERS = 4.
TR_GET_TRANSPORT_TARGET CALL FUNCTION 'TR_GET_TRANSPORT_TARGET' EXPORTING iv_development_class = f_wa_tadir-devclass iv_source_client = sy-mandt IMPORTING ev_target = f_ev_target EXCEPTIONS wrong_call = 1 invalid_input = 2 cts_initialization_failure = 3 OTHERS = 4.
TR_CHECK_OBJECT_LOCK CALL FUNCTION 'TR_CHECK_OBJECT_LOCK' EXPORTING wi_pgmid = f_wa_ko200-pgmid wi_object = f_wa_ko200-object wi_objname = f_wa_ko200-obj_name IMPORTING we_locked = f_flag_lock we_lock_order_user = f_user EXCEPTIONS empty_key = 1 no_systemname = 2 no_systemtype = 3 unallowed_lock_order = 4 OTHERS = 5.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING wi_ko200 = f_wa_ko200 iv_no_show_option = 'X' iv_no_ps = 'X' IMPORTING we_object_appendable = f_flag_global EXCEPTIONS cancel_edit_other_error = 1 show_only_other_error = 2 OTHERS = 3.
RPY_DYNPRO_READ_NATIVE CALL FUNCTION 'RPY_DYNPRO_READ_NATIVE' EXPORTING progname = f_wa_d020s-prog dynnr = f_wa_d020s-dnum IMPORTING header = f_wa_d020s dynprotext = f_dynprotext TABLES fieldlist = f_it_d021s flowlogic = f_flowlogic params = f_it_params EXCEPTIONS cancelled = 1 not_found = 2 permission_error = 3 OTHERS = 4.
RPY_DYNPRO_INSERT_NATIVE CALL FUNCTION 'RPY_DYNPRO_INSERT_NATIVE' EXPORTING corrnum = order header = f_wa_d020s dynprotext = f_dynprotext suppress_exist_checks = 'X' TABLES fieldlist = f_it_d021s flowlogic = f_flowlogic params = f_it_params EXCEPTIONS cancelled = 1 already_exists = 2 program_not_exists = 3 not_executed = 4 OTHERS = 5.
RS_SCRP_SERVICE CALL FUNCTION 'RS_SCRP_SERVICE' EXPORTING dynnr = f_wa_d020s-dnum function = 'GENER' progname = f_wa_d020s-prog EXCEPTIONS illegal_value = 1 not_exists = 2 cancelled = 3 OTHERS = 4.
SNC_USER_GET_DATA CALL FUNCTION 'SNC_USER_GET_DATA' EXPORTING user_name = f_user_name IMPORTING user_snc = f_wa_snc.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ADDTITLEF01 - documentation and ABAP source code ADDTITLEE01 - documentation and ABAP source code ADDR_STRCONV_READ - Read Converted Keys for Street Sections ADDR_STRCONV_READ - Read Converted Keys for Street Sections ADDR_GROUP_CHANGE - ADDRGROUPCHANGE ADDR_GET======================FT - ADDRGET======================FT