Me gustaria crear este post para que entre todos podamos dejar las preguntas que nos hicieron o que hemos investigado para podernos certificar como abap
Va la primer página de uno que me pasaron, después si vemos que les sirve voy pegando el resto
- Which statements are allowed if you are working with an internal table of the
type SORTED? (T/F)
F- SORT
F- APPEND
F- MODIFY
T- COLLECT
T- READ - Which of the following ABAP statements create a list for executable programs?
(T/F)
T- SKIP
T- WRITE
F- PERFORM
F- CLEAR
T- ULINE - Which of the following statements are correct? (T/F)
- You can select from several database tables using a database view or a join. T
- A secondary index for non-key fields generally works like a primary index for
key fields. T - A key field in a database table uniquely identifies a data record. T
- The client field is a selective field and should therefore always be specified in
the
WHERE condition for SELECT. F - The OPEN SQL statements are converted into database-specific statements by
the database interface. T
- What do you get when you refer to a client-specific transparent table in the
Dictionary if you have a data definition with TABLES? (Single selection)
- A structured work area (line). T
- A field. F
- An internal table. F
- In program P, the SUBMIT statement is used to call report R. How can you pass
data from P to R? (T/F)
- Using the SET/GET parameters. T
- By passing parameters using additions in the SUBMIT statement. T
- Using the ABAP memory. T
- By declaring the data objects with the same name in both programs, using the
DATA statement. F
- Which of the following statements about the SELECT statement are correct?
(T/F)
- With SELECT SINGLE access, the result is one data record maximum. T
- The SELECT statement supports the return code (SY-SUBRC). T
- With SELECT…ENDSELECT access. the result is one data record maximum. F
- The SELECT statement always reads the data into the SAP memory first. F
- With SELECT…INTO TABLE access, the result is one data record maximum. F
2 Me gusta
Mis dos centavos sobre este tema, pueden buscar más preguntas que otras personas (generalmente en ingles) han aportado aquí:
4 Me gusta
El siguiente de UDEMY también está bueno, aunque es de pago considero que vale mucho la pena:
Buenas! yo esyoy leyendo los manuales para preparar la certificación. Respecto a las preguntas, solo encuentro en inglés, alguno sabe si hay en castellano en algún sitio para poder practicar?
Un saludo y gracias!