- Home
- SAP Certification
- P_C4H340_34 Exam
- SAP.P_C4H340_34.dumpsfiles Dumps
Free SAP P_C4H340_34 Exam Dumps Questions & Answers
| Exam Code/Number: | P_C4H340_34Join the discussion |
| Exam Name: | Certified Development Professional - SAP Commerce Cloud Developer |
| Certification: | SAP |
| Question Number: | 84 |
| Publish Date: | Sep 02, 2026 |
|
Rating
100%
|
|
Total 84 questions
Which features does the Cloud Hot Folders module support? Note: There are 2 correct answers to this question.
What is the effect of the redeclare attribute within an itemtype definition? Note: There are 2 correct answers to this question.
Your system contains a search restriction with the following parameters: Type: Product User:
anonymous. Restriction: 1=0. There is a product "Candle" in the online catalog and a variant product "PinkCandle" in the online catalog. The system renders the Product Detail Page for Pink Candle using the following flexible search query: "SELECT {pk} FROM {VariantProduct} WHERE{code}="PinkCandle". What happens next?
You have these example item types defined in myext-items.xml:What additional steps are needed to support the identification attribute?
< ?xml version="1.0" encoding="ISO-8859-1"? >
< items >
< itemtype code="Passport" autocreate="true" generate="true" >
< deployment typecode="8995" table="passport" />
< attributes > ... < /attributes >
< /itemtype >
< itemtype code="Student" extends="Customer" autocreate="true" generate="true" >
< attributes >
< attribute type="localized:Passport" qualifier="identification" >
< persistence type="property" />
< /attribute >
< /attributes >
< /itemtype >
< /items >
What additional steps are needed to support the identification attribute?
Define a one-to-many relation between Student and Passport using a relation tag with parameter localized="true".
Add a maptype tag for localized:Passport with parameters argumenttype="Language" and returntype="Passport".
Run an ant updatesystem command. A passportlp table will be generated to store the localized property values.
Define a localized Passport attribute for the Student type in
myext/resources/localization/myext-locales_XY.properties.
Question
Customer Experience
Which interface would you inject into your class to allow you to trigger an indexing operation via ====== API?