on ‎2020 Jan 27 5:27 PM
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

Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.