cancel
Showing results for 
Search instead for 
Did you mean: 

MDG7 : BRF+ context parameters

former_member252154
Active Participant
0 Kudos

Hi Gurus

We are implementing MDGF 7 SP06

  1. Where can we see what we have in the BRF+ context when creating a CR per the standard?
  2. Is the assumption all fields fulfilled of an entity and the CR will be in the context true?
  3. If I have to create an element in the signature of the function (because it is not already there) how can I be sure it will be inserted in the context?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

First of all, I will assume you mean the "MDG derivation and validation" BRF+ application. BRF+ is a generic tool and not specific to MDG so there are tons of application out there.

Now, talking about "derivation & validation", you can work with a single entity at a time. In order to pass an entity, you just need to add that entity to the signature of a BRF+ function.

Any value you enter on the screen will be available in that entity.

In order to see what kind of data is passed to and from the derivation and validation BRF+ application, you can place a break point in class CL_USMD_RULE_SERVICE: method IF_USMD_RULE_SERVICE~CHECK_ENTITY (for validation) and method IF_USMD_RULE_SERVICE~DERIVE_ENTITY (for derivation).

Answers (0)