ORA-01008 (SAP ABAP) error : ORA-01008 - not all variables bound 가 발생 native sql을 사용시 sql을 대문자로 저장하면 발생안하지만 소문자로 사용시 발생하는 경우 있음. 만사가귀찮아 2008.06.16
oracle table free space select f.tname "TableSpace", round(sum(d.bytes)/1024, 0) "Total(KByte)", round((sum(d.bytes) - sum(f.bytes))/1024, 0) "UsedSpace(KByte)", round((sum(d.bytes) - sum(f.bytes))/sum(d.bytes)*100, 0) "Used(%)", round(sum(f.bytes)/1024, 0) "FreeSpace(KByte)" from (select sum(bytes) bytes, tablespace_name tname from dba_free_space group by tablespace_name) f, (select sum(bytes) bytes, tablespace_name t.. 만사가귀찮아 2008.06.16
SAP BTE : Business Transaction Events path : IMG -> Sales and Distribution -> System Modifications -> Use Business Transaction Events t-Code : FIBF Master Sales price 관리의 경우 user-exit을 찾기힘들지만 BTE를 이용하여 Event 00503305 Maintain conditions: Field check 에 function Module을 결합하면 어느정도 check할 수 있다. 만사가귀찮아 2008.06.16
sap 유용 program RPR_ABAP_SOURCE_SCAN - Search ABAP code for a string. Has many more options for selecting the ABAPs to search than RSRSCAN1 or RKCTSEAR. RSBDCDRU - Prints the contents of a Batch Input session. No options for error transactions only. RSBDCOS0 - Execute UNIX commands. Looks similar to the old SAPMSOS0 program that disappeared in 3.0 RSWBO060 - put objects into a request and transport it to any o.. 만사가귀찮아 2008.06.16
Window 공유 삭제 - 디폴트 공유 제거(C$,D$,...,Z$,ADMIN$) [확인방법] 관리도구 | 컴퓨터 관리 | 공유 폴더 | 공유에 C$,D$,...,Z$,ADMIN$ 존재하거나 또는 C:\>net share 명령 내렸을 때 C$,D$,...,Z$,ADMIN$ 존재하면 안됨 [설정 방법] .삭제 : 관리도구 | 컴퓨터 관리 | 공유 폴더 | 공유에서 해당 항목을 지우거나, 도스창에서 net share C$ /dele.. 만사가귀찮아 2008.06.16
XP Pro 보안 탭 XP Pro에서 보안탭이 보이지 않을경우 시작 - 설정 - 제어판 - 관리도구 - 로컬보안정책 - 로컬정책 - 보안옵션 네트워크 액세스 : 로컬 계정에 대한 공유 및 보안 의 속성 정보를 게스트 전용에서 일반으로 바꾸면 보안탭 등이 2000 Pro 처럼 나타납니다 . 만사가귀찮아 2008.06.16
SAP ABAP RULE Hint open : where 마지막에 %_hints oracle 'RULE' native : SELECT /*+ RULE */ 만사가귀찮아 2008.06.16