본문 바로가기

IT31

W1D4 _ Unit 11 _ p367 _ Complex Data Objects _ incomplete Unit 11 Complex Data Objectsp 367Definition of structure with global types Definition of structure with local types DATA: BEGIN OF wa1, ~ contents ~ END OF wa1.cf) 여러 테이블의 data type불러올 수 있다. Use of Structured Data Objectp 370 Copies of Structure Components with the Same Name- MOVE-CORRESPONDING structure_name TO structure_name 1234DATA: a TYPE bc400_s_flight, b TYPE gty_s_flightinfo. MOVE-CORRES.. 2016. 12. 15.
W1D4 _ Unit 10 _ p267 _ Modularization Techniques in ABAP _ Need practice UNIT 10 Modularization Techniques in ABAPp 267 Global Modularization - function ( function module ) / class ( Method ) 사용Local로 만들게 되면 다른 클라이언트가 사용하지 못하는데, 사용하게 하려면 Global Modularization. Subroutines call by using PERFORMp 278 Call by ValueUSING value ( p_c1 )- Use this pass type to make the value of a global variable available to the subroutine in the form of a variable copy. without allowing t.. 2016. 12. 15.
W1D2 _ Unit 09 _ p223 _ Basic ABAP Language Elements _ needs additional s UNIT 9 Basic ABAP Language Elementsp 223 Data Type and Data Objects - Data Type : 주형, 틀 - Data Object : 틀에 맞게 유리를 넣어 나온 결과 - When you define a variable or constant concretely by means of a data type, you define a data object.- Ÿ Data Type은 그릇의 주형, Data Object는 그릇, Data는 물 : Data를 Data Type에 담을 수는 없다. : ABAP Standard Data Types1. Complete ABAP Standard Data Types ( 자리 수 지정 )Standard TypesDescript.. 2016. 12. 15.
W1D2 _ Unit 07~08 _ p157 _ Flow of an ABAP Program / ABAP Workbench UNIT 7 Flow of an ABAP Programp 163 - Select Screen : Screen no. 1000 - ABAP Runtime System : 시스템 동작, 프로그램 제어, / 프로그램이 여기 위에서 작동 프로그램의 종류조회용 프로그램 ( /n mc+e, selection screen No. 1000)입력수정삭제(조회포함)(/n va01, create ~ )Report Programlist prog.Executable prog.(실행 가능한)‘1’ Type progProgram 프로그램명Include prog. 들이 포함Module pool prog.‘m’ Type prog. cf) http://abapsharebyreza.blogspot.kr/2014/01/taw10-flow-.. 2016. 12. 15.
W1D1 _ Unit 05~06 _ p075 _ System Core / Communication and Integration Technologies UNIT 5 System Corep 76 Architecture of ABAPcf) http://itsiti.com/as-abap-architecture-processABAP Dispatcher - Manages the resources for the applications written in ABAP in coordination with the respective operating system. - Distributes the request among the work processes. - It saves the user requests in request queues and process them using the first in, first out approach. - SAP GUI에서 처리해야 할.. 2016. 12. 15.
W1D1 _ Unit 01~04 _ p001 _ SAP Systems / Portfolio / Navigation Basics / GUI UNIT 1 SAP Systemsp 001 SAP - Software Applications Products in data ProcessingABAP - Advanced Business Applications Programmingp 006NetWeaver - SAP Platform : OS(Operationg Syste)의 개념이라고 생각하면 된다. - 대부분 SAP 프로그램은 NetWeaver 위에서 돌아감. Most SAP Systems are based on SAP NetWeaver AS.(AS: Application Server) People - 사람마다 다른 채널로, 다른 권한으로 접속할 수 있다. Information - : 같은 부품이지만 다른 이름을 사용할 수 있다. 하지만 통합이 가능해... 2016. 12. 13.