SAP Reports / Programs | Application Platform | Master Data | SAP Business Partner(AP-MD-BP) SAP AP

BDT_TEST_002_FORMS_02 SAP ABAP INCLUDE - BDTTEST002FORMS02







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

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:

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_command = 'BDT_CMD_PREV' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6 OTHERS = 7.

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_command = 'BDT_CMD_PREV' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6 OTHERS = 7.

BUS_MESSAGE_STORE CALL FUNCTION 'BUS_MESSAGE_STORE' EXPORTING arbgb = 'R1' msgty = 'S' txtnr = 24.

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_command = 'BDT_CMD_NEXT' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 3 IMPORTING ev_answer = lv_answer.

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_command = 'BDT_CMD_NEXT' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6.

BDT_DATA_MODIFIED CALL FUNCTION 'BDT_DATA_MODIFIED' EXPORTING iv_handle = gv_handle IMPORTING ev_xchng = lv_xchng.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 2 IMPORTING ev_answer = lv_answer.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 3 IMPORTING ev_answer = lv_answer.

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_command = 'BDT_CMD_NEXT' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 4 IMPORTING ev_answer = lv_answer.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 6 IMPORTING ev_answer = lv_answer.

BDT_DATA_MODIFIED CALL FUNCTION 'BDT_DATA_MODIFIED' EXPORTING iv_handle = gv_handle IMPORTING ev_xchng = lv_xchng ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 6 IMPORTING ev_answer = lv_answer.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 1 IMPORTING ev_answer = lv_answer.

BDT_DATA_MODIFIED CALL FUNCTION 'BDT_DATA_MODIFIED' EXPORTING iv_handle = gv_handle IMPORTING ev_xchng = lv_xchng ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_POPUP_STANDARD CALL FUNCTION 'BDT_POPUP_STANDARD' EXPORTING iv_popup_id = 1 IMPORTING ev_answer = lv_answer.

BDT_DATA_MODIFIED CALL FUNCTION 'BDT_DATA_MODIFIED' EXPORTING iv_handle = gv_handle IMPORTING ev_xchng = lv_xchng ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_INSTANCE_ATTRIBUTES_SET





CALL FUNCTION 'BDT_INSTANCE_ATTRIBUTES_SET' EXPORTING iv_handle = gv_handle iv_aktyp = gv_aktyp EXCEPTIONS handle_not_found = 1.

BDT_MEMORY_GLOBAL_REFRESH CALL FUNCTION 'BDT_MEMORY_GLOBAL_REFRESH' EXPORTING iv_handle = gv_handle IMPORTING ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_INSTANCE_DESTROY CALL FUNCTION 'BDT_INSTANCE_DESTROY' EXPORTING iv_handle = gv_handle.

BDT_DATA_SAVE_PREPARE CALL FUNCTION 'BDT_DATA_SAVE_PREPARE' EXPORTING iv_handle = gv_handle IMPORTING ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_DATA_TRANSFER CALL FUNCTION 'BDT_DATA_TRANSFER' EXPORTING iv_handle = gv_handle IMPORTING ev_message_severity = lv_max_msg TABLES et_message = lt_message.

BDT_DATA_SAVE CALL FUNCTION 'BDT_DATA_SAVE' EXPORTING iv_handle = gv_handle iv_xupdtask = 'X' IMPORTING ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1 secondary_instance = 2.

BDT_PUSHBUTTON_CONVERT CALL FUNCTION 'BDT_PUSHBUTTON_CONVERT' EXPORTING iv_handle = gv_handle iv_pb_code = gv_ok_code IMPORTING ev_fcode = lv_ok_code.

BDT_FUNCTION_SET * CALL FUNCTION 'BDT_FUNCTION_SET' * EXPORTING * iv_handle = gv_handle * iv_fcode = gv_ok_code * EXCEPTIONS * handle_not_found = 1.

BDT_FUNCTION_SET CALL FUNCTION 'BDT_FUNCTION_SET' EXPORTING iv_handle = gv_handle iv_fcode = gv_ok_code EXCEPTIONS handle_not_found = 1.

BDT_FUNCTION_SET CALL FUNCTION 'BDT_FUNCTION_SET' EXPORTING * iv_handle = iv_fcode = gv_ok_code EXCEPTIONS handle_not_found = 1.

BDT_SCREEN_PAI_PROCESS CALL FUNCTION 'BDT_SCREEN_PAI_PROCESS' EXPORTING iv_handle = gv_handle IMPORTING ev_message_severity = lv_max_msg TABLES et_message = lt_message EXCEPTIONS handle_not_found = 1.

BDT_FUNCTION_PROCESS CALL FUNCTION 'BDT_FUNCTION_PROCESS' IMPORTING ev_xhandled = lv_handled ev_message_severity = lv_max_msg TABLES et_message = gt_message EXCEPTIONS handle_not_found = 1.

BDT_SCREEN_ATTRIBUTES_GET CALL FUNCTION 'BDT_SCREEN_ATTRIBUTES_GET' EXPORTING iv_handle = gv_handle IMPORTING ev_xscpp = lv_xscpp EXCEPTIONS OTHERS = 3.

BDT_SCREEN_ATTRIBUTES_GET CALL FUNCTION 'BDT_SCREEN_ATTRIBUTES_GET' EXPORTING iv_handle = gv_handle IMPORTING ev_xscpp = lv_xscpp ev_spall = lv_spall ev_zeilo = lv_zeilo ev_spalr = lv_spalr ev_zeilu = lv_zeilu ev_other_screen = lv_other_screen EXCEPTIONS handle_not_found = 1 screen_not_found = 2 OTHERS = 3.

BDT_SCREEN_ATTRIBUTES_GET CALL FUNCTION 'BDT_SCREEN_ATTRIBUTES_GET' EXPORTING iv_handle = gv_handle IMPORTING ev_xscpp = lv_xscpp EXCEPTIONS handle_not_found = 1 screen_not_found = 2.

BDT_FUNCTION_NAVIGATE CALL FUNCTION 'BDT_FUNCTION_NAVIGATE' EXPORTING iv_handle = gv_handle iv_screen_command = 'BDT_CMD_POP' EXCEPTIONS handle_not_found = 1 illegal_screen_type = 2 illegal_posnr = 3 first_data_screen = 4 last_data_screen = 5 screen_not_found = 6 screentype_not_active = 7 general_error = 8.



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