MP020840 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 MP020840 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.
Title: Infotype 0208 - Work Tax Area - Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING cucol = 35 curow = 17 fieldname = 'WRKAR' tabname = 'T5UTG' IMPORTING select_value = p0208-wtart TABLES fields = tab_fields valuetab = tab_values EXCEPTIONS field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'MP020800' dynumb = sy-dynnr TABLES dynpfields = scr_fields EXCEPTIONS undefind_error = 08 OTHERS = 04.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = 'ZIPHI' IMPORTING ind = ind TABLES fields = fi full_table = int_funcs EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = sy-cprog dynumb = sy-dynnr TABLES dynpfields = scr_fields EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 undefind_error = 7 OTHERS = 8.
HR_GET_BUSINESS_ADD_IN call function 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = tloc_exit IMPORTING is_implemented = is_implemented CHANGING instance = l_instance.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP020840 - Infotype 0208 - Work Tax Area - Routines MP020830 - Infotype 0208 - Work Tax Area - Modules PAI MP020820 - Infotype 0208 - Work Tax Area - Modules PBO MP020810 - Infotype 0208 - Work Tax Area - Data Definitions MP020800 - Infotype 0208, MODULE POOL: Work Tax Area (USA) MP020800 - Infotype 0208, MODULE POOL: Work Tax Area (USA)