‎2006 Nov 30 4:41 AM
Hi all,
wht is the main purpose for this f module MMIM_ENTRYCHECK_MAIN.
‎2006 Nov 30 4:53 AM
hi Alex,
This function module is used to check/validate the inputs in the selection screen entries for MM related objects like Material number, plant, storage location, vendor number, customer number, purchasing group, purchasing organization, company code, user...etc...
1) Check for each input range table whether there are entries in it.
2) Try to find at least one hit in the corresponding database table.
3) If no hit found, bring out the correct error message and place
the cursor.
This is used in the event, AT SELECTION-SCREEN.
hope this helps.
Sajan.
‎2006 Nov 30 4:45 AM
‎2006 Nov 30 4:53 AM
hi Alex,
This function module is used to check/validate the inputs in the selection screen entries for MM related objects like Material number, plant, storage location, vendor number, customer number, purchasing group, purchasing organization, company code, user...etc...
1) Check for each input range table whether there are entries in it.
2) Try to find at least one hit in the corresponding database table.
3) If no hit found, bring out the correct error message and place
the cursor.
This is used in the event, AT SELECTION-SCREEN.
hope this helps.
Sajan.
‎2006 Nov 30 4:55 AM
Hi,
Here are some inputs:
1) Check for each input range table whether there are entries in it.
2) Try to find at least one hit in the corresponding database table.
3) If no hit found, bring out the correct error message and place
the cursor.
4) Exeption: The input range contains an explicit selection for
initial values. These cannot be found in the check table, but
are valid as search criteria (e.g. material documents without
material number).
Hope this helps.