cancel
Showing results for 
Search instead for 
Did you mean: 

Default CR Header Values

Former Member
0 Kudos

Hi Gurus,

Can we default CR Header values ex. Priority, Date, Reasons, Description by using BRF+ derivation function or any standard configuration.

Thanks in advance.

Regards,

Srihari

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

A workaround could be a personalization.

There is no official way to default values for the Change Request Attributes in the new UIs like Material, Customer or Supplier (after EhP5).

former_member183733
Active Participant
0 Kudos

Hi,

as far as I know: Not possible with BRFplus validations... but you can implement the BADI "BAdI: Define Validations/Derivations" (see mdgimg--> General Settings --> Data Quality & Search --> Business Add-Ins)

In this Badi you can define a default text (e.g. the text from CR Type) and the priority. You need some ABAP skills to do so.

Best regards

Steffen

Former Member
0 Kudos

Hi Srihari,

We can do it using the "edition"  for the date and description also we can make it default by configuring in the BRF+ .

For Priority we can make them as default in configuration in workflow itself.

Regards,

Reshma

Former Member
0 Kudos

Hi Reshma,

Thanks for the reply, Could you please explain? I need date and description of Material CR to be defaulted.

Priority, where in workflow should I configure to default it?

Regards,

Srihari

RiccardoBrogi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

regarding CR priorities, you can not specify a default value on workflow's Single Value Decision Table.

Here you can only use the priority as an "input": for clarity, if the previous step of a CR is 00 and the action is 09 (Activate), you can specify the new step based on the priority assigned to the CR - for example new CR step = 90 when the priority is 01; new CR step = 91 when the priority is 02; etc...

Regards,

Riccardo.