C_TS411_2021 SAP Certified Application Associate - SAP S/4HANA R&D Engineering

Loading demo links...

Showing 1–3 of 10 questions

Question 1

A procedure sets the value V2 for characteristic C2 when the value V1 is set for characteristic C1.How do you assign and define this procedure?Note: There are 3 correct Answers to this question.

Select all that apply, then click Submit answer.

  • Procedure to characteristic C1 using the following syntax: $self.C2 = 'V2' if $self.C1 = 'V1' (not recommended)

  • Procedure to characteristic C2 using the following syntax: $self.C1 = 'V1' if $self.C2 = 'V2' (not recommended)

  • Procedure with the following syntax to the configuration profile: $self.C2 = 'V2' if $self.C1 = 'V1' (recommended)

  • Procedure to the value V2 with the following syntax: $self.C1 = 'V1' (not recommended)

  • Procedure to the value V1 with the following syntax: $self.C2 = 'V2' (not recommended)

Question 2

How can you set up a class hierarchy?Note: There are 2 correct Answers to this question.

Select all that apply, then click Submit answer.

  • Assigning a class to a superior class.

  • Using a class BOM.

  • Using object links.

  • Using class hierarchy maintenance.

Question 3

What do you have to keep in mind when copying a group BOM to a plant specific BOM?Note: There are 2 correct Answers to this question.

Select all that apply, then click Submit answer.

  • The internal BOM number stays unchanged.

  • The material component must have a plant assignment.

  • The header status has to be active.

  • The BOM usage can be changed.