본문 바로가기

SAP&ABAP

SAP BC [Tips] - RZ11에서 SAP profile 파라미터 변수 유지보수

728x90

 얼마전에 1년 간의 급여 대장을 조회하는 프로그램이 1시간이 지나도록 실행이 안되는 문제가 생겨 work process 런타임을 늘려달라는 요청이 왔음

 

RZ11에서 해당 파라미터를 수정할 수 있을 것 같아 찾아보니 rdisp/max_wprun_time 라는 변수를 조정하면 될 것이라 생각했다.

 

다만 런타임 변수를 시스템 재기동 없이 조정할 수 있을까에 대한 의문이 있었으나 RZ11에 매개변수 정보에는 동적으로 변경할 수 있는 지 없는 지 여부를 나타내는 필드가 있었다.

 

Can be changed dynamically.

If this field is selected, the value of the parameter can be changed dynamically, while the system is running.

-> SAP 도움말은 이 컬럼이 선택되어 있으면 파라미터가 시스템이 동작하는 중에도 동적으로 변경가능하다고 한다.

 

For all servers :

If this field is selected, the check will get the value of the parameter on every server and check whether the values are the same.

-> 그 밑의 필드는 CI와 DI 모두를 한 번에 적용할 것 인지 여부를 체크하는 필드인 듯 하다. 일단은 체크하지 않고 CI와 DI각각 변경해주었다.

 

 

Default value

Default value of the parameter as defined in the kernel or default.pfl.

-> 커널 레벨(운영체제)에서 정의된 파라미터 기본값이거나 프로파일 기본값

Profile value

Value of the parameter as defined in the instance profile. If the parameter is not defined in the instance profile, the default value is used.

-> 인스턴스 프로파일에 지정된 값(RZ10에서 정의)

Current value

Parameter value currently used by the system. The value can change while the system is running. (See "Can be changed dynamically)

-> 시스템이 현재 사용중인 값. 변경 가능한 경우 동적으로 변경할 수 있음

*EASY ABAP설명

 

T-CODE - RSPFPAR 에서 프로파일 매개변수를 조회할 수 있음

아래는 time 관련 변수들 조회한 것

RSPFPAR

profile 파일은

AL11에 들어가거나 OS 레벨에서

/usr/sap/SID/SYS/profile 경로에서 볼 수 있다.

728x90