Este projeto ABAP tem como objetivo exibir dados de companhias aéreas utilizando a tabela padrão SCARR do SAP. A tabela SCARR contém informações sobre as companhias, como seu ID, nome e moeda utilizada.
O programa permite que o usuário filtre os dados informando:
- O ID da Companhia Aérea (
CARRID
), e/ou - O Nome da Companhia Aérea (
CARRNAME
)
O sistema então realiza uma consulta na tabela SCARR e exibe os seguintes campos:
- Mandante (
MANDT
) - ID da Companhia Aérea (
CARRID
) - Nome da Companhia Aérea (
CARRNAME
) - Código da Moeda (
CURRCODE
)
ZESTUDOABAP_AEREO.abap
— Código‑fonte do report ABAP.
SCARR
— Tabela padrão do SAP que armazena informações sobre companhias aéreas.
- Crie um novo report no SE38 ou SE80 com o conteúdo do arquivo
.abap
. - Execute o programa no SAP GUI.
- Informe um ID ou nome de companhia aérea.
- Veja o resultado com os dados detalhados da tabela SCARR.
Feito com 💙 em ABAP — por um entusiasta SAP.
This ABAP project aims to display airline data using the standard SCARR table in SAP. The SCARR table contains information about airlines, such as their ID, name, and currency.
The program allows the user to filter the data by providing:
- The Airline ID (
CARRID
), and/or - The Airline Name (
CARRNAME
)
The system then performs a select on the SCARR table and displays the following fields:
- Client (
MANDT
) - Airline ID (
CARRID
) - Airline Name (
CARRNAME
) - Currency Code (
CURRCODE
)
ZESTUDOABAP_AEREO.abap
— ABAP report source code.
SCARR
— Standard SAP table storing airline information.
- Create a new report in SE38 or SE80 with the content of the
.abap
file. - Run the program in the SAP GUI.
- Enter an airline ID or name.
- View the detailed SCARR table data output.
Made with 💙 in ABAP — by an SAP enthusiast.