일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Mac
- Java
- IT
- 자바스크립트
- docker
- 오라클
- 영어
- ABAP
- SAP ABAP
- Oracle DB
- 유럽여행
- Programming
- SAP ERP
- db
- nodejs
- 노드
- oracle
- Spring Framework
- 파이썬
- Python
- 자바
- SAP
- 머신러닝
- 비지니스영어
- 딥러닝
- sap mm
- 도커
- 오라클 디비
- node.js
- JavaScript
Archives
- Today
- Total
JIHYUN JEONG
[SAP ABAP] Submit / Call transaction / Submit and return / Leave to trans 본문
SAP ERP System/ABAP 실습
[SAP ABAP] Submit / Call transaction / Submit and return / Leave to trans
StopHyun 2013. 4. 28. 20:48*& Report ZR_CALLED
*&
*&---------------------------------------------------------------------*
*&
*&
*&---------------------------------------------------------------------*
REPORT ZR_CALLED.
PARAMETERS: pa_car type scarr-carrid.
START-OF-SELECTION.
WRITE:/ 'Called Program', pa_car.
report zr_call.
*SUBMIT zr_called.
*SUBMIT zr_called AND RETURN.
*SUBMIT zr_called AND RETURN VIA SELECTION-SCREEN.
*CALL TRANSACTION 'ZR_CALLED'.
*CALL TRANSACTION 'ZR_CALLED' AND SKIP FIRST SCREEN.
leave to transaction 'ZR_CALLED'.
write:/ 'Call program'.
'SAP ERP System > ABAP 실습' 카테고리의 다른 글
[SAP ABAP] 클래스(Class) 생성 및 구현 2, 생성자 (0) | 2013.05.27 |
---|---|
[SAP ABAP] 클래스(Class) 생성 및 구현 (0) | 2013.05.27 |
[SAP ABAP] ALV (Abap List Viewer) (0) | 2013.04.28 |
[SAP ABAP] Report Program (0) | 2013.04.28 |
[SAP ABAP] Tabstrip (0) | 2013.04.28 |
Comments