[ Launch: Tributary inlet ] e838c114f04ed1d10ec3 by fabiopagoti
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | |
| <meta charset="UTF-8"> | |
| <title>McrCoderDojo : Public Github Repos for Users</title> | |
| <script id="sap-ui-bootstrap" | |
| type="text/javascript" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alp | |
| applicationLeftSidebar | |
| applicationLowerRightSidebar | |
| applicationMenu | |
| applicationRightSidebar | |
| applicationToolbar | |
| applicationToolbar.run | |
| beautifier | |
| build | |
| build.builds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .navbar | |
| .caret | |
| .label | |
| .table | |
| .img-responsive | |
| .img-rounded | |
| .img-thumbnail | |
| .img-circle | |
| .sr-only | |
| .lead |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **&---------------------------------------------------------------------* | |
| *& Report Z_ABAP101_OS_PERSISTENCE | |
| *& | |
| *&---------------------------------------------------------------------* | |
| *& Este programa busca os horários de voos de uma dada compania area | |
| *& utilizando o serviço de consulta (query service) | |
| *& Classes Persistente: ZCL_AIRLINE e ZCL_FLIGHT_SCHEDULE | |
| *& Classes Agente: ZCA_AIRLINE e ZCA_FLIGHT_SCHEDULE | |
| *& Tabelas Base: SCARR e SPFLI | |
| *&---------------------------------------------------------------------* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **&---------------------------------------------------------------------* | |
| *& Report Z_ABAP101_OS_PERSISTENCE | |
| *& | |
| *&---------------------------------------------------------------------* | |
| *& Este programa insere, modifica, deleta e mostra detalhes de objetos | |
| *& persistentes utilizando o serviço de persistencia. | |
| *& Classe Persistente: ZCL_AIRLINE | |
| *& Classe Agente: ZCA_AIRLINE | |
| *& Tabela Base: SCARR | |
| *&---------------------------------------------------------------------* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *&---------------------------------------------------------------------* | |
| *& Report Z_ABAP101_BOMBA_OO | |
| *& | |
| *&---------------------------------------------------------------------* | |
| *& Esse report tem por finalidade esgotar a memória da sessão usando um | |
| *& código orientado a objetos com apenas uma instancia | |
| *&---------------------------------------------------------------------* | |
| REPORT z_abap101_bomba_oo_singleton. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *&---------------------------------------------------------------------* | |
| *& Report Z_ABAP101_BOMBA_OO | |
| *& | |
| *&---------------------------------------------------------------------* | |
| *& Esse report tem por finalidade esgotar a memória da sessão usando um | |
| *& código orientado a objetos | |
| *&---------------------------------------------------------------------* | |
| REPORT z_abap101_bomba_oo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *&---------------------------------------------------------------------* | |
| *& Report Z_ABAP101_BOMBA_PROCEDURAL | |
| *& | |
| *&---------------------------------------------------------------------* | |
| *& Esse report tem por finalidade esgotar a memória da sessão usando um | |
| *& código procedural | |
| *&---------------------------------------------------------------------* | |
| REPORT Z_ABAP101_BOMBA_PROCEDURAL. |