본문 바로가기

반응형

전체 글

(52)
[SAP] CTS(Change and Transport System) 개발서버에서 변경된 사항을 운영서버에 반영 SAP서버는 DEV(개발), QAS(테스트), PRD(운영) 세개의 서버로 구성되는 것이 일반적이다. Transport Organizer T-Code : SE09 CTS 관리 - CTS 생성 및 삭제, 릴리즈 각 CTS에 물린 object 확인 가능 Workbench Request - Client Independent 속성의 오브젝트 - 프로그램, ABAP Dictionary 등 Customizing Request - Client Dependent 속성의 오브젝트 - IMG(Implementation Guide) 변경 사항 Transport Management System T-Code : STMS 릴리즈 된 CTS는 Transport system을 이용하여 다른..
[ABAP] 순환 구문 EXIT / CONTINUE 순환 구문 내에서 EXIT 명령을 만나면 순환 구문을 빠져 나온다. CONTINUE 명령을 만나면 이후 스크립트를 실행하지 않고 다음 순환을 실행한다.
[ABAP] ASSIGN COMPONENT ASSIGN, dynamic_components Syntax ... { dref->(comp_name) } | { COMPONENT comp OF STRUCTURE struc } ... Alternatives: 1. ... dref->(comp_name) 2. ... COMPONENT comp OF STRUCTURE struc Effect These alternatives for specifying the memory area mem_area of the statement ASSIGN access components of structures dynamically. Alternative 1 ... dref->(comp_name) Effect This form access components of struc..
[MM] MIRO 수령 송장 입력 송장 입력 시 지급 보류 설정 가능 지급보류사유 송장 입력 시 지급 보류 -> 결재 송장 임시 저장 후 결재 -> 전기
[ABAP] ABAP SQL WITH WITH Syntax WITH +cte1[( name1, name2, ... )] AS ( SELECT subquery_clauses [UNION ...] ), [hierarchy] [associations][, +cte2[( name1, name2, ... )] AS ( SELECT subquery_clauses [UNION ...] ), [hierarchy] [associations], ... ] SELECT mainquery_clauses [UNION ...] INTO|APPENDING target [UP TO ...] [OFFSET ...] [abap_options]. ... [ENDWITH]. Addition: ... ( name1, name2, ... ) Effect The ABAP SQL k..
[ABAP] PMATSTKBKDATE1 TYPES : BEGIN OF ty_s_disp. TYPES : matnr TYPE mard-matnr, maktx TYPE makt-maktx, werks TYPE mard-werks, lgort TYPE mard-lgort, tstock TYPE pmatstkbkdate1-matlwrhsstkqtyinmatlbaseunit, tvlaue TYPE mbew-stprs, meins TYPE matdoc-meins, stock1 TYPE matdoc-menge, stock2 TYPE matdoc-menge, stock3 TYPE matdoc-menge, stock4 TYPE matdoc-menge, stock5 TYPE matdoc-menge. TYPES : END OF ty_s_disp. TYPES : ..
[ABAP] TIME STAMP 타임스탬프 SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME. SELECT-OPTIONS : s_chdate FOR sy-datum. SELECTION-SCREEN END OF BLOCK b1. RANGES : lt_r_ts FOR ekko-lastchangedatetime. CLEAR : lt_r_ts[]. LOOP AT s_chdate INTO DATA(ls_chdate). APPEND INITIAL LINE TO lt_r_ts ASSIGNING FIELD-SYMBOL(). -option = ls_chdate-option. -sign = ls_chdate-sign. CONVERT DATE ls_chdate-low TIME '000000' INTO TIME STAMP -low TI..
[FI] SAP 전표 유형 Define Document Types 전표유형 정의(T-code : OBA7) IMG > Financial Accounting > Financial Accounting Global Settings > Document > Document Header > Define Document Types AA 자산 전기 AB 회계 전표 AF 감가상각 전기 AN 순자산 전기 CH 계약 정산 CO CO 전기 DA 고객 전표 DG 고객 대변 메모 DR 고객 송장 DZ 고객 지급 EU 유로 반올림 차이 EX 외부 번호 KA 공급업체 전표 KG 공급업체 대변 메모 KN 공급업체 순액 KP 계정 유지보수 KR 공급업체 송장 KZ 공급업체 지급 M1 MCA 분개장 M2 외환 스왑 M3 손익 잠금 M4 손익 결산 M5 손익 변환 ..

반응형