본문 바로가기

분류 전체보기

(536)
[chapter02] Data Type 최초 작성일: 23.01.23 최종 작성일: 23.01.27 목적:데이터 타입 정의하고 데이터 타입을 이용해 변수를 선언하는 방법 학습 01.overview 1. data type 2. data variable 3. data type의 종류 4. data variable 선언 5. data 구문 6. abap naming rule 02. Predefined ABAP type 1.고정길이를 가지는 기본 predefined abap type 2.numeric data type 3.character type 4.가변 길이를 가지는 predefined ABAP type 5. 16진수 type 03. 프로그램의 local type 1. type 선언 2. structured type 선언 04. ABAP Dict..
[ABAP STUDY] Create Internal Table -1 최초 작성일: 23.01.2 최종 작성일: 목적: 인터널테이블 기능을 이용해서 특정 조건에 맞는 데이터를 출력하되, 몇건 조회되었는지 메세지도 뿌릴것 1. 인터널 테이블 기능을 이용해서 특정 조건에 맞는 데이터 출력하기 DATA: gt_vbak1 TYPE TABLE OF vbak. *vbak테이블을 복사해서 gt_vbak1이라는 인터널테이블 만들기 SELECT * INTO CORRESPONDING FIELDS OF TABLE gt_vbak1 FROM vbak WHERE erdat BETWEEN '20170101' AND '20170102'. *erdat가 201701010에서 20170102인 데이터 출력하기 --> 여기서 파라미터를 선언하는 것보다 range로 주는 것이 더 좋음 data : gr_er..
[ABAP for SCM] entering beginning inventory 최초 작성일: 23년 1월 20일 최종 작성일: 목적: 기초 재고 등록 하기 1단계: Creating Sales Order T- CODE: MIGO gr통해서 기초 재고 넣은 이후에 재고 수량 변화 T- CODE: MMBE R103 - Store Berlin에서 23개 늘었고 R100 Retail DE기준으로도 23개 늘었음
[ABAP for SCM] SO -> DO -> GI -> Billing 최초 작성일: 23년 1월 20일 최종 작성일: 23년 1월 20일 주요 T- CODE VA01 : Sales order 생성 VA02 : sales order 수정 VL01N: delivery order 생성 VF01: billing document 생성 VF02: billing document 수정 목적: SD흐름 파악하기 1단계: Creating Sales Order T- CODE: VA01 2단계: Creating Delivery Order case _ 01 T- CODE: VL01N case _ 02 T- CODE: VA02 ( sales order를 수정하는 곳) 3단계: Creating Billing Document T- CODE: VF01 VA02에 접속해서 확인한 오류 원인.. VF01에..
[WIP] Production Planning System Key Term Advanced planning and scheduling aggregate production plan backlog backorder business plan or strategic business plan capacity chase strategy enterprise resource planning (ㄷ게) Green production Hoshin Production hybrid strategy key performance indicators (KPI) Level production plan manufacturing resource plan(MRP2) master production schduel(MPS) material requirement plan( MRP) Priority P..
[spreadsheet]QUERY 최초 작성일:2023년 1월 18일 최종 작성일: 출처 참고한 블로그:https://m.post.naver.com/viewer/postView.naver?volumeNo=29024634&memberNo=6454847 공식 문서: https://developers.google.com/chart/interactive/docs/reference#queryobjects Google 시각화 API 참조 | Charts | Google Developers 이 페이지는 Cloud Translation API를 통해 번역되었습니다. Switch to English 의견 보내기 Google 시각화 API 참조 컬렉션을 사용해 정리하기 내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요. 이 페 developers.goo..
[ABAP for SCM] SD-> DO -> GR -> GI 최초 작성일: 23년 1월 17일 최종 작성일: 23년 1월 20일 목적: 재고 이동 후 재고 이동(=판매)에 따른 인보이스 잡고, GR잡기 2차 시도... (2301201426) 1단계: Creating Stock Tranfer Order T- CODE: ME23N 중간중간 MMBE로 재고 체크 하는 것이 포인트 T- CODE: MMBE 2단계: Creating Delivery Order T- CODE: VL10B 중간중간 MMBE로 재고 체크 하는 것이 포인트 3단계: Creating Goods Invoice T- CODE: VL02N 중간중간 MMBE로 재고 체크 하는 것이 포인트 4단계: Creating Goods Receipt T- CODE: MIGO 중간중간 MMBE로 재고 체크 하는 것이 포..
[completed]finally registered for exam of CPIM