cancel
Showing results for 
Search instead for 
Did you mean: 

ALM_MEREP_010_GETLIST rises an exception

Former Member
0 Kudos

The function module ALM_MEREP_010_GETLIST (BAPI Wrapper of MAM_010 SyncBO) rises an exception because of missing mandatory parameter in a call statement:


CALL FUNCTION 'ALM_ME_NOTIFICATION_GETLIST'
       EXPORTING
*         I_PARTN_ROLE      =
           i_partner         = ls_user_data-partner
           i_work_cntr       = ls_user_data-work_cntr
           i_plangroup       = ls_user_data-plangroup
           i_sel_variant     = ls_notification_profile-profile_sel_not
      TABLES
           notification_list  = notification_list
*           notification_list1 = notification_list1
           return             = return.

The mandatory parameter I_INVENTORY_PROF has been missing. I haven't found a note about this situation.

Does somebody have more information about this problem (System: R3=46C , PI=2004_1_46C patch 0006)?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

i had the same problem. And it toke me some time to find the solution.....if you take a closer look into the source code of this function you will find following comment from SAP:

  • This function module is for IS-DFPS and will be replaced

  • by a function module in function group ALM_MEREP_011

So the function module is not used anymore from MAM or MAU. They use the ALM_MEREP_011 for getting data for MAM_010 instead. Nice feature, or?

Hope that helps.

Grettings

Kai Meyer-Spradow

Former Member
0 Kudos

Heheh, very funny.

Is the whole group ALM_MEREP_010 out of use?

Former Member
0 Kudos

Actually I don't know. But I guess so. At least for the MAM and MAU applications.

Greetings,

Kai

Answers (0)