Thứ Tư, 13 tháng 12, 2023

Some frequent commands with sapcontrol on Linux

su - xxxadm

sapcontrol -nr 00 -function GetProcessList

sapcontrol -nr 00 -function Stop

sapcontrol -nr 00 -function Start

 sapcontrol -nr 00 -function GetVersionInfo

sapcontrol -nr 00 -function J2EEGetProcessList

sapcontrol -nr 00 -function GetSystemInstanceList

sapcontrol -nr 00 -function ParameterValue SAPLOCALHOST

sapcontrol -nr 00 -function ParameterValue SAPPROFILE

Thứ Sáu, 8 tháng 4, 2022

Convert to S/4: Change in TCODE

 After converting to S/4, there are a lot of things you must adjust.

To have a view and modified Tcodes in your Roles, let run below report.

PROFGEN_CORR_REPORT_2 



Convert to S/4 And Modify ABAP Code

After Converting ECC to S4, if you go to modify your ABAP code, you will get information message "Carry out repairs in non-origina system only if they are urgent"

You may do as below so you can modify them.

  1. SA38 to run program RSWBO052 (this equals with SE03 then choose "Change Object Directory Entries")
  2. Input name of your objects and checked relevant check box
  3. Click Execute
  4. Double click on name of program
  5. Change "Original system" to current SID and Save
  6. Now you can edit your programs


Thứ Tư, 16 tháng 6, 2021

It's time to remove Client 001 / 066

 1749142 - How to remove unused clients including client 001 and 066

https://launchpad.support.sap.com/#/notes/1749142

Thứ Sáu, 12 tháng 6, 2020

*** ERROR ***: Cannot determine mshost

Hôm nay Install cái ST-PI mà SAP cứ đơ đơ cả ngày, không thèm báo lỗi, phải lục vào files system để xem và cái đầu tiên nhìn thấy là ở file:
dev_evt

trong đó có nội dung:
*** ERROR ***: Cannot determine mshost

Cái này là không thể, các profiles có định nghĩa đầy đủ. Nhưng chắc là sau khi nâng cấp, hệ thống bị miss gì rồi.

Solution:
- Có thể làm theo Note sau, my case is Scenario A.

https://launchpad.support.sap.com/#/notes/0002036084

Tuy nhiên, system của mình hiện chưa cấu hình để Apply SNote được. (SAP Changed 2020)

Hoặc có thể làm theo cách sau để Active lại tham số - cũng có thể bạn phải Remove rồi mới Add lại thì mới được.

Vào STMS domain controller:
STMS –> Overview –> Systems –> Double click the related “SID” –> Click on the “Transport Tool” tab
Add the following line ;
SYSTEM_PF = \\<ServerName>\sapmnt\<SID>\SYS\profile\DEFAULT.PFL
Sau đó Save và Distribute
 Extras –> Distrubite and Activate Configuration

And then: continue with your pending SPAM/SAINT successfully.




x