일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ABAP
- ole
- Enhancement
- List box
- 엑소버드
- alv 정형화
- EXIT
- Java
- 방화벽
- 이명박
- 오라클 함수
- KOSA
- fi
- UTF-8
- 동적 쿼리
- EUC-kr
- function
- selection screen
- 가계부
- sapa
- 유닉스
- SAP
- ALV
- Standard Function
- badi
- Smart Forms
- gimp
- 스마트폼
- FI 용어정리
- 머니플랜
- Today
- Total
목록SAP (273)
Drunken Lion
출처: http://scn.sap.com/thread/1097248
http://help.sap.com/saphelp_nw04/helpdata/en/9f/70bed8fe1211d2b92f0000e8353423/content.htm Types and Objects ABAP distinguishes between types and objects. Types are descriptions that do not occupy memory. Objects are instances of types, and do occupy their own memory space. A type describes the technical attributes of all of the objects with that type. ABAP types form a hierarchy. Objects in ABA..
CONVERT_STRING_TO_TABLE CONVERT_TABLE_TO_STRING 펑션 그룹: HR_GB_EF_OUTG
링크.. http://blog.naver.com/PostView.nhn?blogId=ankleo&logNo=90045340166
출처가 기억이 안나지만..
조정계정의 대체 계정을 등록 할 수 있음.Vendor 에 등록된 조정계정 이외에 다른 조정계정으로 기표할 필요가 있는 경우 등록 해야함. 커스터마이징 테이블 THKON : Permitted Alternative G/L Accounts 참조: http://scn.sap.com/thread/1807712
출처: http://www.sapdev.co.uk/sap-webapps/sap-webdynpro/wdp-dropdown.htm Below are the simple steps required to add a field to your abap web dynpro which displays a dropdown list of values to the user using the dropdown by index UI element.. Step 1- Create context to store dropdown values Within your web dynpro application You need to create a context node to store the dropdown values, this will g..