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

MC46 - RMCBLH30

antonio_bruno
Participant
0 Likes
1,513

Hi,

could you help me to understand what movements type are considered in the MC46?

Thanks and best regards.

Antonio

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,228

The report reads table MVER and don't read MSEG/MKPF itself. This table is filled from movement code (Transaction OMJJ) where flag Consumption posting is set (not initial)

Regards,

Raymond

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,229

The report reads table MVER and don't read MSEG/MKPF itself. This table is filled from movement code (Transaction OMJJ) where flag Consumption posting is set (not initial)

Regards,

Raymond

Read only

0 Likes
1,228

Thanks Raymond,

i've checked OMJJ (T156), but i can't understand how determine the correct list of movement type of MC46.

For example 101 and 601 have the same Consumption posting (G), but only 601 is considered in the report.

Best regards.

Antonio

Read only

0 Likes
1,228

Other Customizing table records are used to define to fill MVER and DVER tables, like T156M (T156M-KZVBL "+/- sign for  consumption update in material master record") So if you want to replicate MVER from MSEG you should also use MSEG-BUSTM (For ME* or MCS* strings often associated to code movement 101 the flag is not set in T156M, when for strings like MA* the flag is set to "+")

Regards,

Raymond

Read only

0 Likes
1,228

Hi Raymond,

in relation to mov. type 101 and 601, i've cheked:

  • MSEG-BUSTM, 101 = ME02 , 601 = MA01.
  • T156-KZVBL, 101 = -, 601 = +.

But 101 is not considered in the MC46.

Is there another way to obtain the list of movements type?

Best regards.

Antonio

Read only

0 Likes
1,228

From MSEG fields read T156M, check value of T156M-KZVBL, it should be initial, so no update of consumption...