SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MV86EF0T SAP ABAP INCLUDE - INCLUDE MV86EF0T FORM routines for SAPMV86E "T"







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


Text pool values


Title: INCLUDE MV86EF0T FORM routines for SAPMV86E "T"


INCLUDES used within this REPORT MV86EF0T

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:

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING DOMNAME = DD07V-DOMNAME DOMVALUE = DOMVALUE IMPORTING DDTEXT = DD07V-DDTEXT.

LC_TABLES_INIT * call function 'LC_TABLES_INIT' * tables * c_loc_new = xakkp * c_loc_old = yakkp * c_loc_bank_new = xakkb * c_loc_bank_old = yakkb * c_loc_kind = int_tab_t607a * c_loc_kind_text = int_tab_t607at * c_loc_bankfunction = int_tab_t607b * c_loc_bankfunction_text = int_tab_t607bt * c_loc_document = int_tab_t607d * c_loc_document_text = int_tab_t607dt * c_loc_document_link = int_tab_t607e * c_loc_fieldcontrol = int_tab_t607f * c_loc_fieldcontrol_text = int_tab_t607ft * c_loc_indicator = int_tab_t607i * c_loc_indicator_bank = int_tab_t607k * c_loc_indicator_bank_text = int_tab_t607kt * c_loc_bank_fieldcontrol = int_tab_t607s * exceptions * others = 1.

LC_CUST_TABLES_READ CALL FUNCTION 'LC_CUST_TABLES_READ' EXPORTING I_LANGUAGE = SY-LANGU I_AKART = AKKP-AKART I_AKKTP = AKKP-AKKTP * I_BAFKT = TABLES O_LOC_KIND = INT_TAB_T607A O_LOC_KIND_TEXT = INT_TAB_T607AT O_LOC_BANKFUNCTION = INT_TAB_T607B O_LOC_BANKFUNCTION_TEXT = INT_TAB_T607BT O_LOC_DOCUMENT = INT_TAB_T607D O_LOC_DOCUMENT_TEXT = INT_TAB_T607DT O_LOC_DOCUMENT_LINK = INT_TAB_T607E O_LOC_AENDGRUND = INT_TAB_T607G O_LOC_AENDGRUND_TEXT = INT_TAB_T607GT O_LOC_FIELDCONTROL = INT_TAB_T607F O_LOC_FIELDCONTROL_TEXT = INT_TAB_T607FT O_LOC_INDICATOR = INT_TAB_T607I O_LOC_INDICATOR_BANK = INT_TAB_T607K O_LOC_INDICATOR_BANK_TEXT = INT_TAB_T607KT O_LOC_BANK_FIELDCONTROL = INT_TAB_T607S EXCEPTIONS OTHERS = 1.

ADDR_DELETE CALL FUNCTION 'ADDR_DELETE' EXPORTING ADDRESS_HANDLE = ADDRESS_HANDLE ADDRESS_NUMBER = ADDRESS_NUMBER ADDRESS_REFERENCE = ADDRESS_REFERENCE EXCEPTIONS ADDRESS_NOT_EXIST = 0 PARAMETER_ERROR = 2 INTERNAL_ERROR = 3 REFERENCE_NOT_EXIST = 0 OTHERS = 5.

SD_WORD_PROCESSING CALL FUNCTION 'SD_WORD_PROCESSING' EXPORTING APPLICATION_DATA = XTVCOM DISPLAY_FLAG = ACT_TRTYP DISPLAY_LANGUAGE = '*' GROUP = XAKKP-TXTGR INCOMPLETE_FLAG = ' ' INLINES_ON_SCREEN = '4' LONG_INLINES = 'X' NAME_ROUTINE_NUMBER = '005' NEW_TEXT_LANGUAGE = INT_TAB_T607F-FDLANGU OBJECT = 'AKKP' RESET_FLAG = ' ' TEXT_TITLE = TP_TITLE APPL_OBJECT_IDENT = TP_IDENT IMPORTING FCODE_ON_RETURN = TX_FCODE EXCEPTIONS DISPLAY_LANGUAGE_NOT_FOUND = 01 GROUP_MISSING = 02 GROUP_NOT_FOUND = 03 INDEX_NOT_FOUND = 04 NAME_ROUTINE_NOT_ACTIVE = 05 NAME_ROUTINE_NOT_FOUND = 06 NAME_ROUTINE_NUMBER_MISSING = 07 NEW_TEXT_LANGUAGE_NOT_FOUND = 08 NO_TEXT_INIT = 09 NO_TEXT_SAVE = 11 OBJECT_MISSING = 12 OBJECT_NOT_FOUND = 13 TO_MANY_LANGUAGES = 14.

ADDR_DELETE CALL FUNCTION 'ADDR_DELETE' EXPORTING ADDRESS_HANDLE = ADDRESS_HANDLE ADDRESS_NUMBER = XAKKB-CADNR ADDRESS_REFERENCE = ADDRESS_REFERENCE EXCEPTIONS ADDRESS_NOT_EXIST = 0 PARAMETER_ERROR = 2 INTERNAL_ERROR = 3 REFERENCE_NOT_EXIST = 0 OTHERS = 5.



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