Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- sapa
- Enhancement
- EXIT
- SAP
- alv 정형화
- 이명박
- ole
- 엑소버드
- UTF-8
- KOSA
- ABAP
- selection screen
- FI 용어정리
- badi
- 방화벽
- List box
- gimp
- 머니플랜
- EUC-kr
- Standard Function
- 스마트폼
- 유닉스
- 동적 쿼리
- 가계부
- function
- fi
- Java
- ALV
- 오라클 함수
- Smart Forms
Archives
- Today
- Total
목록receive (1)
Drunken Lion
RECEIVE
Syntax Diagram RECEIVE Basic form RECEIVE RESULTS FROM FUNCTION func. Additions: 1. ... KEEPING TASK 2. ... IMPORTING p1 = f1 ... pn = fn 3. ... TABLES p1 = itab1 ... pn = itabn 4. ... EXCEPTIONS except1 = rc1 ... exceptn = rcn Effect Receives the results returned by a function module called asynchronously ( CALL FUNCTION func STARTING NEW TASK taskname). This ABAP statement is used within a FOR..
SAP/ABAP
2007. 12. 27. 09:25