SAP Reports / Programs | Logistics - General | Global Trade | Trading Contract(LO-GT-TC) SAP LO

2B006FM1 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = ls_disvariant i_save = con_a importing es_variant = ls_disvariant exceptions not_found = 1 program_error = 2 others = 3.

REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' changing cs_variant = ls_disvariant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'VX13N' exceptions ok = 0 not_ok = 1 others = 2.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'VX13N' exceptions ok = 0 not_ok = 1 others = 2.

RV_CALL_DISPLAY_TRANSACTION * CALL FUNCTION 'RV_CALL_DISPLAY_TRANSACTION' * EXPORTING * VBELN = INT_TAB_ALV_PO-VBELN * VBTYP = INT_TAB_ALV_PO-VBTYP.

WB2_READ_DOCU_HEADER_SINGLE call function 'WB2_READ_DOCU_HEADER_SINGLE' exporting i_tkonn = p_komwbhilc-tkonn exceptions no_record_found = 1 others = 2.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'WB23' exceptions ok = 0 not_ok = 1 others = 2.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = 'WB26' exceptions ok = 0 not_ok = 1 others = 2.

OUTGOING_CALL_PROCESS * call function 'OUTGOING_CALL_PROCESS' * EXPORTING * tel_number = lv_telno * name_in = lv_name * remark_in = lv_abtlg * display_popup = con_x.

ADDR_GET call function 'ADDR_GET' exporting address_selection = h_address_selection importing address_value = h_address_data_value exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.

ADDR_DIALOG_PREPARE call function 'ADDR_DIALOG_PREPARE' exporting titlebar = h_titlebar tables excluded_functions = h_tab_excluded_functions exceptions internal_error = 1 others = 2.

ADDR_DIALOG call function 'ADDR_DIALOG' exporting check_address = con_x tables number_handle_tab = h_address_dialog exceptions address_not_exist = 1 group_not_valid = 2 parameter_error = 3 internal_error = 4 others = 5.

RV_CALL_DISPLAY_TRANSACTION call function 'RV_CALL_DISPLAY_TRANSACTION' exporting vbeln = lv_vbeln vbtyp = lv_vbtyp.

SUSR_SHOW_USER_DETAILS * call function 'SUSR_SHOW_USER_DETAILS' * EXPORTING * bname = lv_ernam * mandt = sy-mandt * no_display = lv_display * CHANGING * user_usr03 = lt_usr03.

TELEPHONY_ACTIVE_GET call function 'TELEPHONY_ACTIVE_GET' importing active = l_active.



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