[ABAP] 데이터 타입 http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm Predefined ABAP Types These data types are predefined in the R/3 System kernel, and are visible in all ABAP programs. You can use predefined types to define local data types and objects in a program and to specify the type of interface parameters and field symbols. Predefined Elementary ABAP Types with Fix.. 더보기 [ABAP] REPORT ZHANA01_02. 응용한 subroutine 예제 *&---------------------------------------------------------------------* *& Report ZHANA01_02 *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT zhana01_02. * 구조체 방식으로 변수 선언 DATA: BEGIN OF wa_list, carrname TYPE scarr-carrname. INCLUDE TYPE spfli. DATA: END OF wa_list, it_list LIKE TABL.. 더보기 이전 1 ··· 8 9 10 11 12 13 14 ··· 40 다음