SAP Reports / Programs | Basis Components | Basis Components | Table Maintenance Tool(BC-CUS-TOL-TME) SAP BC

ADDTITLEF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 ADDTITLEF01. "Basic submit
SUBMIT ADDTITLEF01 AND RETURN. "Return to original report after report execution complete
SUBMIT ADDTITLEF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT ADDTITLEF01

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:

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.



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