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

System refresh

pnagar
Participant
0 Likes
2,225

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

View Entire Topic
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