Tech_Info/SAP2010. 1. 8. 16:14

SU01에서 Parameter(매개변수) Tab의 의미

In SU01, what does the tab Parameter mean?

Parameter has fields that a user wants to get auto filled when he open some Tcode.
This field can be filled with proposed values from SAP memory using a parameter ID.
For example, if a user only has authorization for company code 300 and
he wants the company code field to be auto-filled in every transaction. For this,
a parameter is defined in the parameter ID column. Fields that refer to the data
element are automatically filled with the value 300 in all subsequent screen templates.



 

Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 1. 8. 15:51

원문 :

When initiating a transaction, a system program performs a series of checks to ensure that the user is authorized.

1. The program checks whether the transaction code exists in table TSTC.

2. The program checks whether the transaction code is locked by the administrator (transaction code SM01).

3. The program checks whether the user has the authority to start the transaction. Authorization object S_TCODE (transaction start) contains the
authorization field TCD (transaction code). The user must have the appropriate authorization for the transaction code to be started (for example, FK01, Create Vendor).

4. The program checks whether an authorization object is assigned to the transaction code. If this is the case, the program checks whether the user has an authorization for this authorization object. The transaction code/authorization object assignment is stored in table TSTCA.

5. The system performs authorization checks in the ABAP program using the ABAP statement Authority-Check.

Note: An SAP program controls steps 1-4. It displays an automatic message to the user if an authorization attempt fails in the step.

한글 :
SAP Program이 실행될때 확인하는 순서
1. TSTC Table에 Tcode가 있는지 확인
2. Transaction이 막혀있는지 확인 (SM01)
3. 권한 점검 (S_TCODE, TCD등등)
4. 해당 권한 object가 있는지 확인 (TSTCA Table에 저장되어 있음)
5. 프로그램은 ABAP구문에서 Authority-Check라는 걸로 체크함

Note : SAP Program은 1-4까지로 권한 체그함.

Posted by 알 수 없는 사용자
Tech_Info/SAP2009. 12. 23. 15:44

SAP 워크디렉토리 바꾸는 방법 : 

디폴트는 기본적으로 내문서 밑에 C:\Document and Settings\[UserName]\SAPWorkDir이라는 폴더에 저장된다.


TCODE : SO21 을 사용해서 원하는 곳으로 변경
Program : RSSOPCDR   (SA38, SE38에서 실행)

Registry 위치 : \HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\Localdata

Posted by 알 수 없는 사용자
Tech_Info/SAP2009. 11. 25. 17:01



해결방법
Front  End 단의 관련 dll 파일 변경
C:\Program Files\SAP\FrontEnd\SAPgui 폴더의 wdbspres.dll 파일을 신 버전으로 교체한다.
관련 노트 1039191

Posted by 알 수 없는 사용자
Tech_Info/SAP2009. 11. 12. 17:17
참고 URL : https://forums.sdn.sap.com/thread.jspa?threadID=734111

Transaction :
RRMX_CUST
에 들어가서 첫번째 option -> 세번째 option으로 변경해 주시면
항상 BEx Analyzer로 열리도록 설정됩니다.

IMG :
SAP Customizing Implementation Guide Transaction SPRO > SAP Reference IMG > SAP Customizing Implementation Guide > SAP NetWeaver > Business Intelligence >Settings for Reporting and analysis--> General settings for Reporting and analysis > Set BEx Analyzer Version.

Posted by 알 수 없는 사용자
Tech_Info/SAP2006. 8. 2. 10:16
/usr/sap/SID 파일 시스템이 심심하면 80%를 넘어서 위험수위에 종종 도달한다.
관련해서 좀 검색을 해봤습니다.

RE:/usr/sap/SID out of space (google 검색)
http://sap.ittoolbox.com/groups/technical-functional/sap-r3-basis/usrsapsid-out-of-space-747102

여기에는 ./DVEBMGS30/data/ROLLFL30, /DVEBMGS30/data/PAGFIL30  이런거를 그냥 삭제하면 된다는 내용이고..


Maximum value for PG_MAXFS, PG_SHM, ROLL_MAXFS, ROLL_SHM  SAP Notes : 133909
이 부분은 Page File의 MAX Size를 정해줘서 Full을 막으라는 내용


Memory Management Parameter (3.0/3.1)  SAP Notes : 97497
https://websmp206.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700007148932001
이건 그냥 검색하다보니 Global한 Recommended Parameter. ^^
Posted by 알 수 없는 사용자
Tech_Info/SAP2006. 6. 15. 11:02
Veritas Netbackup의 SAP module을 사용해서 백업 설정시 에러화면

ERROR: executing command  /usr/openv/netbackup/bin/bpbackup -w -t 17 -h mctest__back -S spedo -c mctest_SAP -s Default-Application-Backup -L /usr/openv/netbackup/logs/user_ops/sap/.backint.log.0.1150333199.29218 -k ".bdsvhcin.lst29218" -f /usr/openv/netba
Status = 199 : operation not allowed during this time period
[29223.00] Backup started 06/15/2006 09:59:59
[29223.00]
[29223.00] 10:00:00 Initiating backup
[29223.00] 10:00:02 INF - Server status = 199
[29223.00] 10:00:03 INF - Server status = 199
[29223.00] 10:00:04 INF - Backup by oramad on client mctest__back using policy mctest_SAP, sched Default-Application-Backup: operation not allowed during this time period.
[29223.00]
[29223.00] EXIT STATUS 199: operation not allowed during this time period
ERR - job (29223) failed status (199)
ERROR: wait for process to complete

1. Error 내용은 Netbackup Master에서 backup 가능 time 설정이 맞지 않음.
아래 파란 부분에 백업가능시간을 맞게 정해준다.


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

HP] ISEE 설명  (0) 2007.01.04
Windows XP shutdown command 로 하기  (0) 2007.01.04
/usr/sap/SID out of space  (0) 2006.08.02
SAP Netbackup 설정 에러 - Policy Error  (0) 2006.06.15
SAP Netbackup 설정 에러 - init<SID>.utl  (0) 2006.06.15
Posted by 알 수 없는 사용자
Tech_Info/SAP2006. 6. 15. 10:54
Veritas Netbackup의 SAP module을 사용해서 백업 설정시 에러화면

ERROR: executing command  /usr/openv/netbackup/bin/bpbackup -w -t 17 -h mctest__back -S spedo -c mctest_SAP -s Default-Application-Backup -L /usr/openv/netbackup/logs/user_ops/sap/.backint.log.0.1150332946.28893 -k ".bdsvhbyv.lst28893" -f /usr/openv/netba
Status = 197 : the specified schedule does not exist in the specified policy
[28895.00] Backup started 06/15/2006 09:55:46
[28895.00]
[28895.00] 09:55:47 Initiating backup
[28895.00] 09:55:49 INF - Server status = 197
[28895.00] 09:55:50 INF - Server status = 197
[28895.00] 09:55:51 INF - Backup by oramad on client mctest__back using policy mctest_SAP, sched Default-Application-Backup: the specified schedule does not exist in the specified policy.
[28895.00]
[28895.00] EXIT STATUS 197: the specified schedule does not exist in the specified policy
ERR - job (28895) failed status (197)
ERROR: wait for process to complete

1. Error 내용은 Netbackup Policy 세팅에서 schedule name이 맞지 않아서 난 에러
- 해결방법
  1.   아래의 파란부분을 init<SID>.utl 파일의 schedule 내용과 같게 수정한다.
  2.   init<SID>.utl의 schedule부분을 netbackup의 내용과 같게 수정한다.

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

HP] ISEE 설명  (0) 2007.01.04
Windows XP shutdown command 로 하기  (0) 2007.01.04
/usr/sap/SID out of space  (0) 2006.08.02
SAP Netbackup 설정 에러 - Policy Error 2  (0) 2006.06.15
SAP Netbackup 설정 에러 - init<SID>.utl  (0) 2006.06.15
Posted by 알 수 없는 사용자
Tech_Info/SAP2006. 6. 15. 10:36
BR278I Command output of '/usr/sap/MGD/SYS/exe/run/backint -u MGD -f backup -i /oracle/MGD/sapbackup/.bdsvhdhr.lst -t file -p /oracle/MGD/dbs/initMCG.utl -c':
WARNING: sort_backup_type not specified in .utl file
WARNING: default sort_backup_type to <size> for restore
********************************************************************************
Program:  /usr/sap/MGD/SYS/exe/run/backint 5.1
Input File:  /oracle/MGD/sapbackup/.bdsvhdhr.lst
Profile:  /oracle/MGD/dbs/initMCG.utl
Function:  BACKUP
Backup Type:  BACKUP_FILE
********************************************************************************
ERROR: executing command  /usr/openv/netbackup/bin/bpbackup -w -t 17 -h mcgprd__back -S spedo -c mcgprd_SAP -s Default-Application-Backup -L /usr/openv/netbackup/logs/user_ops/sap/.backint.log.0.1150333854.259 -k ".bdsvhdhr.lst259" -f /usr/openv/netbackup
Status = 39 : client name mismatch

[261.00] EXIT STATUS 39: client name mismatch
ERR - job (261) failed status (39)

Veritas Netbackup의 SAP module을 사용해서 백업 설정시 에러화면
1. Error 내용은 initMCG.utl 파일안의 설정이 잘못되어서 난 에러

/oracle/<SID>/dbs/init<SID>.utl 을 보면
policy mcgprd_SAP
schedule Default-Application-Backup
client  mcgprd__back
server spedo
drives 1
switch_list /oracle/<SID>/sapbackup/.switch.lis
switch_sem /oracle/<SID>/sapbackup/.switch.sem
switch_log /oracle/<SID>/sapbackup/.switch.log
위의 굵은 부분을 수정해주어야 한다.

참고로 어떤 init<SID>.utl 을 사용하는지는 /oracle/<SID>/dbs/init<SID>.sap 에 기술되어 있음.
# default: no parameter file
# util_par_file = ?/dbs/init@.utl
util_par_file = ?/dbs/init<SID>.utl

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

HP] ISEE 설명  (0) 2007.01.04
Windows XP shutdown command 로 하기  (0) 2007.01.04
/usr/sap/SID out of space  (0) 2006.08.02
SAP Netbackup 설정 에러 - Policy Error 2  (0) 2006.06.15
SAP Netbackup 설정 에러 - Policy Error  (0) 2006.06.15
Posted by 알 수 없는 사용자