Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

fuction module

Former Member
0 Likes
575

Hi all,

wht is the main purpose for this f module MMIM_ENTRYCHECK_MAIN.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
471

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.

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
471

Hi,

chek the below thread..

Regards,

nagaraj

Read only

Former Member
0 Likes
472

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.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
471

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.