cancel
Showing results for 
Search instead for 
Did you mean: 

Movement Type Data is missing

Former Member
0 Kudos

Hi experts,

Can some one tell me why i am not getting Movement Type data in the inventory cube 0IC_C03 after loading from 2LIS_03_BX,2LIS_03_BF,2LIS_03_UM infoSources ??

The thing i don't understand is i can see data for Movement Type in the PSA but not in the cube ?

Thanks a lot

B

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you use a standard 0IC_C03 cube, then IT HAS NO 0MOVETYPE char! Though, 2LIS_03_BF datasource and 2LIS_03_BF Infosource have it.

So, just add 0MOVETYPE char into your cube and in the update rule map it with incoming char. Most likely, this mapping the system will propose automatically.

Best regards,

Eugene

Former Member
0 Kudos

Can you give me detail procedure(In steps) how to do that ??? I went to Manage on 0IC_C03 and right click on the monitor icon i don't see anything that has debug ??

former_member188975
Active Contributor
0 Kudos

Hi New,

Check the details here:

Hope this helps..

Former Member
0 Kudos

Hi,

In the monitor..Click on the details tab..

You will have a line saying..Processing Data Package..Under that right click on one of the data packets --> Simulate update --> debug in transfer rules..

It pretty easy from here on..Hope it helps

Ashish..

Former Member
0 Kudos

Hi Experts,

I got that far....but don't know how to operate the debug. I am getting movement type data in the PSA...so i need to debug the update rule. But what am i looking in the debug code...It is confusing how to debug the movement type when i don't have ABAP skills ???

Please give me some steps what to look for ??

Former Member
0 Kudos

You might have to take help from someone who has basic abap knowledge..

You need to look at the field movement type and see the way its getting populated..

My suggestion would be to check all the mappings for that field first and then if all is right ..try debugging in transfer rules..

Ashish.

Former Member
0 Kudos

Hi,

I never see the the characterstic for holding the Movement Type information. I mean to say, there is no characterstic(for example 0MOVETYPE) in Info cube 0IC_C03. Thats why your not able to see the informatin regarding Movement Type .

Try this:

Enhancing(including 0MOVETYPE)the cube.Enhance the DS 2LIS_03_BF only. It does not make sense to enhance the DS 2LIS_03_BX to have the stock initialization with respect to movement type.

With rgds,

Anil Kumar Sharma .P

Former Member
0 Kudos

Hi dear and welcome on board !

The golden rule is: debug your update rules in simulation mode (right-click on the single package in the monitor...)...

Let us know!

Bye,

ROberto