abap

March 23, 2018 | Author: Srinivasa Rao Mullapudi | Category: Subroutine, Databases, Software Development, Computer Engineering, Information Technology Management


Comments



Description

ABAP/4 CourseGeneral        Workbench Program maintenance Screen Painter Menu Painter Transactions ABAP/4 Query Translation menu ABAP/4 (SE38) Change/Display  Variants  Attributes (Logical Data Bases)  Documentation  Text Elements  Program Directory  Copy/Rename/Delete  Development Test  . Development/Test      Run-time Analysis Extended Syntax Check Program References Pretty Printer Find Source String .  Fetch  Position  Goto Menu  Utilities (Local/Global Search)  Upload/Download  Set/Display Breakpoints  Printing (Only a part .ABAP/4 Editor Check/Generate  Insert Statement  Split Line/Copy/Move....)  .. Comment (*. *m .. *f.Insert Statement      Select * from Call Function Message Write Others e. **1..g.) . X)  Click on fields (Change Contents or Display)  Scroll in program source  Goto Menu  Set/Delete Breakpoint (Breakpoint At)  .C.ABAP/4 Debugger Single Step/Execute/Continue  Table (PgUp/PgDn/Format E. ABAP/4 Programming           = Event-driven programming language Working with Reports Report Syntax and layout Declaring and Processing data Events and Flow Control Subroutines Reading and Processing Internal tables/Database tables Selection criteria and Parameters Working with Logical Databases Interactive Reporting . .Working with Reports Naming a Report (R/Z + M/F. + Name(6))  Creating Reports  Changing Reports  .. Report Syntax and Layout Structure of the ABAP/4 Programming Language  ABAP/4 Report Layout  Inserting Ready-Made Strucures  . ....Key Words     Declaratives (DATA...) .) Operational (WRITE..) Events (GET.) Control (IF. SY-DATUM)  .Declaring and Processing data Constants/Variables  Assigning Values  Arithmetic Operations  Processing Text Fields  System Fields (SY-UZEIT. START/END OF SELECTION.Events and Flow Control Event Key Words (GET. INITIALIZATION)  Events: Concept  Flow Control in ABAP/4  Flow Control: Concept  . ...Events: Concept LFA1 LFB1 0000000001 0000000002 0001 0002 0001 0002 LFC1 1990 1991 . 1990 1991 .. ... .. .. .. . " processing block " processing block .. IF LFA1-LAND1 = 'D'.. .. WRITE: . WRITE: 'Total:'.. END-OF-SELECTION. . ENDIF. .. WRITE: 'Start'. GET LFB1... .. . " processing block WRITE: . " processing block GET LFA1..Flow Control: Concept REPORT DEMO. <declaration section> START-OF-SELECTION. PERFORM X(Y)....Subroutines Definition  Calling Subroutines  Passing data between subroutines/reports (INCLUDE.)  Function Modules  . Reading and Processing Internal Tables/Databases Definition (Internal Tables)  Filling Internal Tables  Reading/Changing and Sorting  SELECT/INSERT/UPDATE/MODIFY/ DELETE  . T005T-NATIO.... SELECT * FROM <dbtab> INTO TABLE <itab> [WHERE . the WHERE condition may contain only equality conditions linked using AND..] [ORDER BY . In this case. You have to specify the primary key in full.Simple Reading SELECT * FROM T005T WHERE LAND1 EQ 'D'. ENDSELECT. SELECT * FROM <dbtab> APPENDING TABLE <itab> [WHERE . ... WRITE: T005T-SPRAS. Note that there is no ENDSELECT here.]. If the operation was successful. otherwise to 4.....]. the system field SY-SUBRC is set to 0. SELECT SINGLE * FROM <dbtab> WHERE .] [ORDER BY . Selection Criteria and Parameters SELECT-OPTIONS  PARAMETERS  SELECTION-SCREEN  . Working with Logical Databases Display/Maintenance  ABAP/4 Key words for Logical Databases  Concept  . Logical Data Bases Structure  Selections/Texts  Database Program (SAPDB<dba>)  Selection Screen  Documentation  Checking/Copying/Deleting/Details  . ABAP/4 Course .
Copyright © 2024 DOKUMEN.SITE Inc.