abap sap 2507 nuevo_03
![]() |
![]() |
![]() |
Título del Test:![]() abap sap 2507 nuevo_03 Descripción: Mutata examen |




Comentarios |
---|
NO HAY REGISTROS |
Which of the following is a technique for defining access controls?. Casting. Redefiniton. Singleton. Inheritance. Given the following code excerpt that defines an SAP HANA database table: Which field is defined incorrectly?. field2. field4. field3. field1. Given the following Core Data Services View Entity Data 1. Definition, DEFINE VIEW ENNTITY demo_cds_view_entity 2. AS SELECT FROM spfli 3. { 4. cityfrom, 5. cityto, 6. carrid, 7. connid 8. } Answer: D when you attempt to activate the definition, what will be the response?. Activation error due to missing annotation "@AbapCatalog.sqlViewName". Activation error due to missing annotation "@AccessControl.authorizationCheck". Activation will be successful. Activation error due to no key defined. Which of the following actions cause an indirect change to a database table requiring a table conversion? Note: There are 2 correct answers to this question. Changing the field labels of a data element that is used in the table definition. Shortening the length of a domain used in a data element that is used in the table definition. Deleting a field from a structure that is included in the table definition. Renaming a field in a structure that is included in the table definition. In CDS views, what do joins and associations have in common? Note: There are 2 correct answers to this question. The data sources are linked using an ON clause. The field list can include fields of the linked table without specifying the name of the corresponding data source. They can expose an entire data source without listing individual fields. An alias can be assigned to the data sources and to the fields in the field list. You want to define the following CDDS view entity with an input parameter: • define view entity Z_CONVERT • with parameters i_currency : ??? Which of the following can you use to replace "???"? Note: There are 2 correct answers to this question. A built-in ABAP type. A built-in ABAP Dictionary type. A data element. A component of an ABAP Dictionary structure. Which of the following Core Data Services built-in functions returns a result of type INTT4? Note: There are 2 correct answers to this question. dats_days_between. dats_is_valid. dats_add_months. dats_add_days. Which of the following types of Core Data Services Views can be used at the consumption layer? Note: There are 3 correct answers to this question. Table Function. Analytical Query. Transactional Interface. Transactional Query. Hierarchy. In class ZCL_CLASS_A, you use the statement DATA var TYPE *** What may stand in place of ***? Note: There are 2 correct answers to this question. The name of a domain from the ABAP Dictionary. The name of a type defined privately in class ZCL_CLASS_A. The name of a data element from the ABAP Dictionary. The name of a type defined privately in another class. Given the following Core Data Service View Entity Data Definition, when you attempt to activate the definition, what will be the response?. Activation error because the key fields of the union do not match. Activation error because the field types of the union do not match. Activation successful. Activation error because the field names of the union do not match. What is the purpose of a foreign key relationship between two tables in the ABAP Dictionary?. To document the relationship between the two tables. To create a corresponding foreign key relationship in the database. To ensure the integrity of data in the corresponding database tables. Give the following Core Data Service view entity data definition: Which of the following ABAP SQL snippets are syntactically correct ways to provide a value for the parameter on line #4? Note: There are 2 correct answers to this question. ...SELECT * FROM demo_cdds_param_view_entity( p_date = '20230101’) .... SELECT FROM demo_cds_param_view_entity( p_date: 20230101’) ... ...SELECT FROM demo_cds_param_view_entity( p_date = @( l_abap_context_info=>get_system_date()) ... SELECT FROM demo_cds_param_view_entity( p_date: $session.system_ date) .... You have attached a system field too an input parameter of a CDS view entity as follows: • define view entity Z_ENTITYY with parameters • @Environment.SystemFieldd: #SYSTEM_LANGUAGE • language :spras... What are the effects of this annotation? Note: There are 2 correct answers to this question. It is no longer possible to pass your own value to the parameter. The value of sy-langu will be passed to the CDS view automatically both when you use the CDS view in ABAP and in another CDS view entity (view on view). The value of sy-langu will be passed to the CDS view automatically when you use the CDS view in ABAP but not when you use it in another view entity. You can still override the default value with a value of your own. Which of the following are reasons that SAP recommends developing Core Data Services view entities as opposed to classic Core Data Services DDIC-based views? Note: There are 2 correct answers to this question. Simpler and stricter syntax. Simplified syntax check. Automated client handling. Elimination of the need for a database view. To which of the following rules must extensions in SAP S/4HANA, public cloud edition adheres? Note: There are 2 correct answers to this question. Use CI/CD pipelines. Use predefined extension points. Use released APIs. Build at the UX layer. Which of the following integration frameworks have been released for ABAP cloud development? Note: There are 3 correct answers to this question. CDS Views. Business Add-ins (BAdls). SOAP consumption. Business events. OData services. Which of the following are reasons to use the side-by-side extensibility pattern? Note: There are 3 correct answers to this question. An extension enhances an existing SAP Fiori UI. An extension is managed independently from SAP S/4HANA. An extension uses its own data model with occasional consumption of data in SAP S/4HANA. An extension implements reactive (event based) process extensions. An extension runs in the same logical unit of work (LUW) as an SAP S/4HANA application. Which of the following are personas under the SAP S/4HANA Cloud Extensibility Framework? Note: There are 2 correct answers to this question. Workflow Administrator. Citizen Developer. Report Writer. Business Expert. Which of the following custom code use cases falls under Tier 1 extensibility guidelines?. Apply an SAP note with manual corrections, for example a DDIC object from SAAP Basis. Create a wrapper class around SAP objects that have not been released yet. Create a custom field on a DB table or CDS view via a released extension include. Implement a user or customer exits, for example SAPMV45A. Which of the following are rules that extensions in SAP S/4HANA Cloud, public edition must adhere to? Note: There are 3 correct answers to this question. Use tier 2 wrappers to enable access to non-released SAP APIs. Use released remote or local SAP APIs. Use cloud-enabled and released technologies. Modify SAP objects in exceptional cases only. Extend SAP objects through predefined extension points. |