일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Standard Function
- ole
- 엑소버드
- sapa
- UTF-8
- badi
- Enhancement
- FI 용어정리
- SAP
- alv 정형화
- EUC-kr
- ALV
- 오라클 함수
- 가계부
- List box
- fi
- 스마트폼
- gimp
- 동적 쿼리
- 방화벽
- 유닉스
- Smart Forms
- selection screen
- KOSA
- 머니플랜
- Java
- function
- EXIT
- ABAP
- 이명박
- Today
- Total
목록전체 (350)
Drunken Lion
구매 송장에서 payment block 이 R 로 걸리는 경우가 있어서 찾아보니..읽어볼만하네.. 출처: http://scn.sap.com/community/erp/logistics-mm/blog/2014/04/18/invoice-tolerance-limits--an-insight--part-1 In this blog I am going to share the invoice tolerance limits learning and understanding which would help to understand invoice blocking techniques and provide a base to apply in real time situations depending on the client's need. ..
퍼포먼스 테스트 등을 하다보면, 테이블 버퍼(?) 가 생겨 퍼포먼스 측정이 어려운 경우가 있다. 이럴때 t-code 입력 창에 /$tab 이라고 치면 버퍼가 사라진다고 함.. 떨려서 못해봤음 ㅋㅋ
ST04 또는 ORA_SPACE 에서 Native Sql 을 날려 데이터를 확인 할 수 있다. help.sap.com SQL Command Editor This sub-monitor in the SAP/Oracle Database Monitor lets you display the results of native Oracle select statements, which you enter in an editor. If your statement selects only content of tables with owner SYS or PUBLIC, the monitor displays the result of the select statement. Otherwise the monitor executes sta..
Area Menu : GCU0 관심사: GCIN, GCIQ 등에서 설치된 테이블과 총계정원장 생성시 생성되는 데이터.. 이에 대한 로직 등등.. 시간 될때 다시 보기로..
TTYP : 회계오브젝트유형 왜 여태 몰랐을까..
출처: http://scn.sap.com/community/erp/logistics-mm/blog/2012/03/08/impact-of-mr11-execution 요는. 물대외에 발생한 GR/IR 에 대해 정산이 필요할 경우 처리 해야 하며, 완료된 PO 에 대해서만 결산 개념으로 처리 해야 한다.. 인가..? 처리대상의 리스트는 MB5S 에서 확인 가능 함.
유모 씨가 작성한것 훔쳤음.. data: l_date type sy-datum, l_date2 type sy-datum, l_y(4) type n, l_m(2) type n, l_d(2) type n. l_date = l_date + 1000. BREAK-POINT. l_y = l_date+0(4) . l_m = l_date+4(2) . l_d = l_date+6(2) . l_y = l_y - 1. l_m = l_m - 1. l_d = l_d - 1. concatenate l_y l_m l_d into l_date.