cancel
Showing results for 
Search instead for 
Did you mean: 

Looking for an attribute in bw 7.3

former_member254358
Participant
0 Kudos

Hi,

I have an infocube with the 0mat_plant infoobject and a ztest6ch infoobject in the characteristics, between others. ztest is the result of taking the first 6 characters of the ztest infoobject. ztest is an attribute of 0mat_plant.

In the update rule of that infocube I have the source for zthest6ch as Initial but I need to create a routine which take the 6 first characters of 0mat_plant-ztest.

My question is, how do I restore to the ztest attribute of 0mat-plant in the routine?

Thanks a lot in advance.

Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In Transformation assignment, use Read From Master data (0mat_plant).  And if your zthest6ch is of lenght 6 then it will take 1st 6 char from 0mat_plant-ztest so that no need to write ABAP code.

former_member254358
Participant
0 Kudos

What I need is the attribute ztest of 0mat_plant not 0mat_plant.  Once I had ztest it is clear that assigning ztest to ztest6ch in the infocube will return the desired result.

Thanks a lot.