cancel
Showing results for 
Search instead for 
Did you mean: 

Locking Data Problem

Former Member
0 Kudos

Hi guys,

I'm working with a Material Hierarchy (Main Group (MG)(0PRODH1), Group(G) (0PRODH2), Subgroup (0PRODH3) (SG) and Mat (0MATERIAL). In my Planning package I have a specific Hierarchy Node for 0MATERIAL.

I need to perform a calculation in different levels: For example:

If I use Fox Formula I can get passed a data record like:

MG, G, SG, Mat, Qty and MG, #, #, #, Qty

But If use User Exit I can only see a data record like:

MG, G, SG, Mat, Qty and Not MG, #, #, #, Qty (because in this case the Mat is # (empty).

To get around of that I put # in the Material Hierarchy for testing, but now I having problem with locking.

Is there any other solution for that?

I'll appreciate your comments.

Thank you,

Heverton

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Heverton means a FUNCTION of type EXIT...

former_member93896
Active Contributor
0 Kudos

Heverton,

which user exit are you talking about?

Regards

Marc

SAP NetWeaver RIG

Former Member
0 Kudos

Just a Function type Exit.

former_member93896
Active Contributor
0 Kudos

Heverton,

the transaction data records are the same whether you work with FOX or exit functions.

If the "fields to be changed" settings are different for the functions, then the records are grouped differntly and therefore passed in different set to FOX and the exit.

I suggest to take a look at the BW370 training class, which explains this concept and has examples.

Regards

Marc

SAP NetWeaver RIG