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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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,
Thanks,
Kaushik
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hi,
1. https://answers.sap.com/questions/11540548/mass-exportimport-users-favorites.html
2. https://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=333808629
Please mark helpful if work.
Regards
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.