cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

System refresh

pnagar
Participant
0 Likes
2,222

Dear Experts,

I need to do system refresh as per the business requirement but i want to keep below setting for QAS system same as it is so could you let me know which table export do i need to take in qas system so that after data refresh i could get below things as it was earlier before system refresh..

1.SAP Easy access screen same as earlier as i have customized it.

2.Custom text on SAP GUI SCREEN

Accepted Solutions (0)

Answers (4)

Answers (4)

S_Sriram
Active Contributor

Hi

1. For system refresh you have to follow the SAP system copy guide based on your OS/DB & SAP version.

2. For SAPGUI logon screen on QAS you might have created the change request from Dev to Qty, Once the QAS refresh completed import the same request once again.

3. Regarding SAP easy access customized you may need to search in google.

Regards

SS

kaus19d
Active Contributor
0 Likes

Hi pnagar,

I see that for Mass User favourites, you already got the answer. For Logon screen, you can go to SE61-->"General Text" type --> edit put a small change somewhere in between or a small character & before that enable SCC4-->Automatic recording of changes, so that you get a prompt to change in a TR. Later also if you are removing the extra change & saving so it will be captured in the same TR. Later after refresh you can add this TR to your transport buffer & import

SAP Logon screen settings--> its in the below as i understand that you would be needing to change the last refresh date on the logon screen,

https://blogs.sap.com/2017/10/26/how-to-change-the-initial-logon-screen-information-in-sap-applicati...

Thanks,

Kaushik

ImtiazKaredia
Active Contributor
0 Likes

Hi Prashant,

You can use R3trans as below to export.

Logon Screen:

==================================================

EXPORT

FILE='C:\<path>\export_LOGINSCREEN.dat'

CLIENT=ALL

SELECT DOCU "TXZLOGIN_SCREEN_INFO"

==================================================

SMWO (Easy access)

==================================================

EXPORT

FILE='C:\<PATH>\SMW0\export_SMW0.dat'

CLIENT=ALL

DELETE FROM "MIMETYPES"

SELECT * FROM "MIMETYPES"

DELETE FROM "WWWDATA"

SELECT * FROM "WWWDATA"

DELETE FROM "WWWPARAMS"

SELECT * FROM "WWWPARAMS"

==================================================

Then import using R3trans

antonio-italy
Discoverer
0 Likes