Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

SAP ABAP perguntas e respostas de entrevista

Pergunta 1. What is ABAP?

ABAP (Advanced Business Application Programming) is a high-level programming language created by SAP for developing applications in the SAP environment.

Example:

DATA: lv_variable TYPE i.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 2. Explain the difference between 'INCLUDE' and 'EXTEND' in ABAP?

'INCLUDE' is used to include a program into another program at the source code level, while 'EXTEND' is used to add new functionality to an existing program.

Example:

INCLUDE 

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 3. What is a Data Dictionary in SAP?

The Data Dictionary in SAP is a centralized repository that stores and manages metadata about data. It defines and manages data definitions, relationships, and structures used in the SAP system.

Example:

DATA: BEGIN OF it_data OCCURS 0, field1 TYPE i, field2 TYPE string, END OF it_data.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 4. Explain the difference between 'TOP-OF-PAGE' and 'TOP-OF-PAGE DURING LINE-SELECTION' events in ABAP?

'TOP-OF-PAGE' event is triggered before the first line of the page is displayed, while 'TOP-OF-PAGE DURING LINE-SELECTION' event is triggered before each line is displayed in a list.

Example:

TOP-OF-PAGE.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 5. What is a BADI (Business Add-In) in SAP ABAP?

BADI is an enhancement technique in SAP that allows you to add new functionality to existing objects without modifying their standard code. It provides a way to customize SAP applications without making changes to the original source code.

Example:

CALL BADI .

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.