MP0359F4 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 MP0359F4 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: F4 Help
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRANSFER_NAMES_TO_FIELDS CALL FUNCTION 'TRANSFER_NAMES_TO_FIELDS' EXPORTING SELECTFIELD = F4_FIELDNAME TABLES FIELDS = F4_FIELDS NAMELIST = F4_LIST_OF_FIELDS EXCEPTIONS WRONG_FORMAT_GIVEN = 1 OTHERS = 2.
HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING SELECTFIELD = F4_FIELDNAME TITEL = F4_TITLE IMPORTING IND = F4_INDEX TABLES FIELDS = F4_FIELDS FULL_TABLE = F4_ITAB EXCEPTIONS FULL_TABLE_EMPTY = 1 NO_TABLESTRUCTURE_GIVEN = 2 NO_TABLEFIELDS_IN_DICTIONARY = 3 MORE_THEN_ONE_SELECTFIELD = 4 NO_SELECTFIELD = 5 OTHERS = 6.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MP0359F4 - F4 Help MP035940 - Form Routines - Infotype 0359 (Tax Details Ireland) MP035930 - PAI Modules - Infotype 0359 (Tax Details Ireland) MP035920 - PBO Modules - Infotype 0359 (Tax Details Ireland) MP035910 - Data Definitions - Infotype 0359 (Tax Details Ireland) MP035900 - Module Pool for Infotype Tax IRL (0359)