cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to "Distribute to daily rate > Evenly" in MF50

Former Member
0 Kudos

Hello PP Angels,

On trying to distribute the value in the Non-Assigned row to the period

by using the menu command "Distribute to daily rate > Evenly" in TCODE - MF50

I am getting the message - "Check the selections"

I dont think REM is being used.

Could I know, what settings I need to check ?

Thanks in advance

Sanjay

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

I'm facing the same issue.

When trying to distribute to daily rate evenly in MF50, I get the following message : "Check the selections" (Message no. REMPT055).

Debug mode shows that it happens in the following :

*----------------------------------------------------------------------*

* Pruefen, ob Tabelle mind. 1 Eintrag hat

*----------------------------------------------------------------------*

FORM CHECK_TABLE_IS_NOT_INITIAL TABLES CHECK_TABLE.

*--> Lokale Daten

   DATA: L_COUNT    LIKE SY-TABIX.

*--> Pruefen, ob mitgegebene Tabelle mind. 1 Eintrag hat.

   DESCRIBE TABLE CHECK_TABLE LINES L_COUNT.

   IF L_COUNT LT 1.

*--> MDFEX zurueckholen

     PERFORM GET_MDFEX_FROM_MDFEC_BACK.

     MOVE CHAR1 TO AM61F-RCODE.

*--> Keine Spalten- oder Zeilenaenderungen

     CLEAR: SLRPT-REFRO,

            SLRPT-REFCO,

            SLRPT-REFMA.

*--> Bitte ueberpruefen Sie Ihr Mark.

     MESSAGE I055(REMPT).                                      "99a_rm

     EXIT.

   ENDIF.

ENDFORM.

Please can you help to determine what to check ?

0 Kudos

Hi,

Problem solved.

No distribution key was defined (plant level) in customizing. Once created and assigned, everything is OK.

Hope it will help other people.