MP00224J 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 MP00224J 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: Subroutines for Japan: MP002200
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SCHCD' TABLES value_tab = lt_value_tab field_tab = lt_field_tab return_tab = et_return_tab EXCEPTIONS OTHERS = 4.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = lv_fnam tabname = lv_tnam importing select_value = lv_sel_objid tables fields = lt_ihelp_fields valuetab = lt_helptab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
HELP_VALUES_GET_WITH_TABLE call function 'HELP_VALUES_GET_WITH_TABLE' exporting fieldname = lv_fnam tabname = lv_tnam importing select_value = lv_sel_objid tables fields = ls_ihelp_fields valuetab = lt_helptab exceptions field_not_in_ddic = 01 more_then_one_selectfield = 02 no_selectfield = 03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP00224J - Subroutines for Japan: MP002200 MP002240 - Module Pool Infotype P0022 Form Routines for Common Part MP00223T - documentation and ABAP source code MP00223J - Module Pool for Infotype P0022 - PAI Modules (Japan) MP00223H - documentation and ABAP source code MP002230 - Module Pool for Infotype P0022 - PAI Modules