Tech_Info/SAP2011. 8. 1. 15:15
Parameter : login/password_max_idle_initial
Short Description : Validity period of unused initial passwords 

SAP EWA (Early Watch Alert)에서 Security 부분에 Red Sign이 나와서, 해당 파라메터를 확인해봤더니,
내용인 즉슨, 초기 Password를 세팅하고서, 몇일안에 로그인해서 변경안하면 못쓰는거다.

0 : 안슴
1 : 당일만 사용가능
# : 지정한 날만큼 가능 

Dynamic Parameter가 아니라서 프로파일 변경후 Restart 해야지 적용됨.
Posted by 구리구리
Tech_Info/SAP2011. 6. 8. 11:19

SAP 에서 분석시 ST03N을 많이 활용하게 되는데, 가끔 새벽시간대와 저녁시간대의 정보가 필요할때가 있다.
ST03N에서는 해당 시간 데이터를 cumulated 해서 보여주기 때문에 분석하기가 어려웠었는데,
이런 부분을 쉽게 해결해주는 게 생겼다.
ECC 6.0부터는 엄청 쉬워졌고, 46C~ECC5.0까지는 좀 어려운듯.

방법은  SWNC_CONFIG_TIMEPROFILE 을 실행해서 ALL Hours로 설정함. (ECC 6.0)
 
# 기존에 나오던 ST03N의 Time Profile : 00-06, 21-24는 cumulated data 만 보인다. 



# 변경되면 아래와 같이 보임. 00-01, 01-02 이런식으로 24시간이 구분되서 보임.

   

# 변경하는 프로그램 : SE38에서 SWNC_CONFIG_TIMEPROFILE 실행.

Symptom

In the time profile of the workload statistics (transaction ST03N), the portions for the night hours are, by default, only displayed as cumulated for the time blocks 21:00 to 24:00 and 00:00 to 06:00.

Reason and Prerequisites

The disk space of the time profile is reduced by the default creation of time blocks.

Solution

You can configure the calculation of the time profile in the workload collector with the SWNC_CONFIG_TIMEPROFILE program. The night hours between 21:00 and 24:00 and between 00:00 and 06:00 are cumulated with the default option 'Add up night hours'. With the 'Calculate all hours separately' option, the system calculates all hours separately. The configuration of the time profile applies equally to all instances of a system.

This solution is delivered with SAP_BASIS Release 710. For SAP_BASIS Release 700, import the relevant Support Package.

관련노츠 :
958232 - ST03N time profile for "Last Minute's Load"
17750 - Workload: Time profile also for night hours 

원본링크 :
https://websmp230.sap-ag.de/sap(bD1rbyZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=910897


'Tech_Info > SAP' 카테고리의 다른 글

Debug 수정내역 확인  (0) 2011.06.21
퀵뷰어 한글깨짐 현상 처리  (0) 2011.06.17
실제DB 이름과 SAP에서 사용하는 DB이름 분류  (0) 2011.06.07
ALV Classic 저장관련 권한 object  (0) 2011.03.03
GUI 세션 지속하기  (0) 2011.03.02
Posted by 구리구리
Tech_Info/SAP2011. 6. 7. 11:16


SAP으로 Notes 찾다보면 SAP DB이름 때문에 가끔 짜증나는 경우가 있다.

특히 나같이 이것저것 하던 사람들 ㅠㅠ (Mainframe, AIX, HPUX, SUN, Windows) + (Oracle, DB2, UDB, MSSQL)
이럴때 도움이 되는 멋진 표가 있쿠나!

# 표 보는 방법 (아는 사람은 머 다 알겠지만 ㅎㅎ)
- Vendor Name : 우리가 흔히 아는 그 DB 이름
- SAP Name : SAP에서 사용하는 이름
- SY-DBSYS in ABAP : ABAP에서 인식하는 DB이름

가장 헷갈리는 DB2의 경우, Mainframe용은 DB2, AS400용은 DB4, 일반(Unix, Windows, Linux)는 DB6 가 되시겠다.

복잡해 ㅎㅎ 

참고링크 : Explan plan 찾다가 확인함. http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18169 

Posted by 구리구리
Tech_Info/SAP2011. 3. 3. 13:40

ALV Classic 에서 개인세팅/디폴트세팅 옵션을 바꾸는 방법

S_ALV_LAYO

23 유지보수 --> User-Specific (O), Default Setting (O)

없으면 --> User-specific(X) Default Setting(O) User-Specific mandatory greyed out

   

권한에 상관없이 사용가능하게 하려면, 프로그램에서 IS_LAYOUT-NO-AUTHOR = 'X' 를 넣어주면 되심.

   

ALV 'Classic' Creating User/Global Layout Variants

You are working with the ALV "Classic" function module REUSE_ALV_LIST_DISPLAY. 

Reading the documentation for the function module, it seems there is a way to save an ALV layout variant as "user-specific" and/or "global". But unfortunately, you either can only save "globals" (with the '/' as first character of the layout name) or "user-specific". 

You have tried the I_SAVE parameter as 'U' and can only save "user-specific". You tried I_SAVE as 'X' and can only save "global". You tried I_SAVE as 'A', but only can only save as "user-specific". The odd thing is, on the Save Layout pop-up dialog the User-Specific checkbox is always "greyed-out", but has a check (for 'U' and 'A') or is checkless (for 'X').

Can "user" and "global" layout variants be saved together from same program with I_SAVE as 'A'? 

Why is the User-Specific checkbox on the Save Layout pop-up always "greyed-out"?

You have the following EXPORTING parameters in my function module: 

I_DEFAULT = 'X' 

I_SAVE = 'A' "<=== this is to be global & user IS_VARIANT = VARIANT

VARIANT has the program's name in the REPORT field.

   

The "user-specific saving" needs a special authorization: 

Authority-check object 'S_ALV_LAYO' id 'ACTVT' field '23', you can 

avoid this authorization with IS_LAYOUT-NO_AUTHOR = 'X'

   

Pasted from <http://www.sap-img.com/fu017.htm>

   

   

S_ALV_LAYO 23 있으면 수정 가능함.

없으면 아래와 같이 Global 안되고, User-Specific으로 변경됨.

   

Posted by 구리구리
Tech_Info/SAP2011. 3. 2. 14:09

GUI에서 아무런 action을 하지 않을때, 자동으로 Logout / Logoff 되는 파라메터 설정값.
# rdisp/gui_auto_logout
# RZ11 이나, RZ10에서 수정하면 적용됨.

RZ11에서 동적으로 가능하며, RZ10으로 수정해야지만 Restart 이후에도 사용가능하다.
Posted by 구리구리
Tech_Info/SAP2010. 8. 3. 17:34

본인 Job SPOOL 조회하는 권한

## Object

# BC_A - S_SPO_ACT

SPOACTION : DISP

SPOAUTH : __USER__

   

'Tech_Info > SAP' 카테고리의 다른 글

Security Audit (SM19) 늘리기  (0) 2010.10.28
SAP DCOM Connector - Unicode시  (2) 2010.08.18
BC] SPOOL_INTERNAL_ERROR  (0) 2010.07.07
SE16 권한 관련 자료  (0) 2010.06.24
RSA1에서 파일 업로드 하기 위해 필요한 권한.  (0) 2010.06.09
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 7. 7. 13:10
갑자기 아침에 spool_internal_error 로 출력이 안되는 상황 발생!
확인해보니, 시스템에서 SPOOL이 많이 쌓여있다아. 문제의 원인은 Delete Date가 2100-01-01 로 되어 있음.
SAP Bug로 Notes 1422843 확인 - SAP Note 1422843 - Wrong deletion date in spool request

문제는 기존 SPOOL 삭제하고, Notes 1422843 으로 해결
사용중인 시스템 : SAP R3 4.6C / Windows 2003 32bit / Oracle 9.2.0.7 / Non-Unicode


'Tech_Info > SAP' 카테고리의 다른 글

SAP DCOM Connector - Unicode시  (2) 2010.08.18
SPOOL 권한  (0) 2010.08.03
SE16 권한 관련 자료  (0) 2010.06.24
RSA1에서 파일 업로드 하기 위해 필요한 권한.  (0) 2010.06.09
HR 조직코드 보는 법  (0) 2010.06.01
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 6. 24. 14:32
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 4. 29. 17:41
Activate and Configure SAP ITS Webgui on SAP ECC 6.0
Since SAP ECC 5.0 and ECC 6.0, SAP has integrates its SAP Internet Transaction Server (ITS) on its server. You don’t need to install separate ITS server. You just need to activate and configure it. Follow this procedure :

Check if you have activated:
1) With transaction SICF and locate the services by path
/sap/public/bc/its/mimes
/sap/bc/gui/sap/its/webgui

2)With Transaction SE80 locate from the menu, Utilities –> Settings–>Internet Transaction Server (Tab)–>Publish (Tab) and set “On Selected
Site” = INTERNAL.
This restricts the publication in the next step to the integrated (internal) ITS.

3)In SE80 only, Locate the Internet Services: SYSTEM and WEBGUI.
Publish these services with the Context Menu -> Publish -> Complete Service

4)Now Browse to http://<server>:<icmport>/sap/bc/gui/sap/its/webgui/! and login to the webgui.

Hope this tutorial help you.

곰형이 갑자기 물어봐서, 인터넷 뒤져서 해결함. ㅋㅋ

'Tech_Info > SAP' 카테고리의 다른 글

SAP Security.  (0) 2010.05.18
Support Matrix for SAP GUI for Windows  (0) 2010.05.17
SAP] OSS란?  (0) 2010.04.13
ST03 에서 Weekly Data 가 나오지 않음.  (0) 2010.04.06
BC] 허용되지 않는 비밀번호 정의  (0) 2010.04.06
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 4. 6. 17:38
2010/02/22 버그임. 관련 notes : 1443908


'Tech_Info > SAP' 카테고리의 다른 글

WEB GUI 설정하기  (0) 2010.04.29
SAP] OSS란?  (0) 2010.04.13
BC] 허용되지 않는 비밀번호 정의  (0) 2010.04.06
MDX Parser Error  (0) 2010.04.05
전기기간 설정  (0) 2010.03.04
Posted by 알 수 없는 사용자