SAP R/3 форум ABAP консультантов
Russian ABAP Developer's Club

Home - FAQ - Search - Memberlist - Usergroups - Profile - Log in to check your private messages - Register - Log in - English
Blogs - Weblogs News

FAQ



 
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Transport and Upgrade | Транспорт и Обновления
View previous topic :: View next topic  
Author Message
admin
Администратор
Администратор



Joined: 01 Sep 2007
Posts: 1639

PostPosted: Mon Jan 14, 2008 12:31 pm    Post subject: FAQ Reply with quote

Unicode Guide

ABAP list layout in Unicode Systems: Development Guide
Requirements of ABAP Programs in Unicode Systems
Combined Upgrade and Unicode Conversion Guide for R3 46C Customers.pdf

Примеры репортов для конвертации в юникод:
ZTECHED_UNICODE_EXERCISE*
ZTECHED_UNICODE_SOLUTION*

Неправильная кодировка текстов в кластере STXL.
Correct records in table STXL. Open transaction SE38 and execute report
UMG_ADJUST_STXL. On the selection screen, choose action Do repair and save changes
in the action frame. Other parameters do not need to be changed. If you experience a long
runtime or performance problems, schedule a background job with the corresponding variant.
If the report is not available in your system, read SAP Note 1122341.

Неправильная длина полей в кластере
Maintain VARDATA field length for mentioned Table Pools (and UTAB) via report RATPONTC
(Note 686357 - Table pool length incorrect after Unicode conversion )

Transport Guide

Q. Как выполнить программу после переноса запроса?

Добавить в транспорт объект типа R3TR XPRA Program run after transport.

Reports can be added to a transport request using statement 'R3TR XPRA repname' (XPRA = EXecution of PRogram After Import) and are executed automatically during upgrade downtime.

The system logs the actions of XPRA reports.


Q. How import transport file using STMS.
A. Run STMS.
- Choose the system for which you want to import the transports.
- Click Extras > Other Requests > Add.
- Click F4 help to get a list of the available transport files.
- Choose the Authentication Helpers transport (K900691.r21 and R900691.r21).
- Click Continue. The transport appears in the list.
- Select the transport and import it through the Menu: Request > Import or the icon Import Request or by pressing CTRL + F11.
- Select the correct client for the system.


Q. explain the concept of Transporting objects or packages from dev to production
A. Follow this steps in Development server
First login into development server
1)Try to keep all the objects in one folder(say myfolder) under portal content.
2)Now come to system administrator->tranport-> tansport package->export->portal content-> create a new folder
3)Select this new folder right click new transport package-> give the name and id->finish ->and close the transport package.
4)Now open the transport package which u have created just now.(make sure that u r transprt package is opend at right in content area)
5)Now select your folder which contains actual content(i.e iviews,pages,worksets,roles,etc ,, in this case my folder) right click add all objects to tansport package
6)Click on export button
7)Click on start export button
8)Download the export file using downlaod export file link
9)Save on your desktop

Now login into production server or quality server

Now importing the object into quality server.
1)Go to system administartor->tansport->transport package-> import
2)Source for package file as client. click on browse and and select the .epa file which u have saved on to desktop (i.e from 9 step from above)
3)Click on upload
4)Select content to be overwritten as all and click on import
5)You get a message a import successful.

To check the object are present in your quality server or productin server
Go to the content administartor->portal content and check you are folder
You will need to locate the coFiles. These are stored on the app server. The path should be something like this.


Q. How to transport a request between clients

To move a transport from one client to the other please follow the below steps.

    Go to SCC1 T-code.
    Provide the source client.
    Provide the Transport number.
    Select including request sub-tasks if the child Transports also need to be moved.

Q. How do i transport my package from one server into another server?
A.1. Copy the cofile to the /usr/sap/trans/cofiles directory. Copy the data file to the /usr/sap/trans/data directory.

2. Change to the /usr/sap/trans/bin directory and execute the following commands:
tp addtobuffer <transport> <sysid>

3. Use the STMS transaction to import the transport.
If you transport number is DEVK900459 ( DEV will be your system name ) , then the data file would be R900459.DEV and co file would be K900459.DEV.

Q. How can I transport certain SAP objects?
A. Here are tips for different objects:
LSMW: There are 2 ways for transporting LSMW data from a system to another.
- Export/import this method gives you the opportunity to select the subprojects or objects you want to transfer. LSMW -> Extras -> Export project
- Transport request with this method, you can transport a LSMW project in full (you can not select the objects you want). With this method, the project will be transported as any other SAP object in a transport order. LSMW -> Extras -> Create change request

Program variants
If you have several program variants in a development system that you want to transport, use the following method to transport them:
Execute program 'RSTRANSP' (via se38) and inform the program and/or variant names (you can transport variant of several programs in one shot).
Layout In some transactions, one can save layout of the screen (sort, filter, ... criteria).

These layouts can be transported: In the required transaction, when your layouts have been saved, go to Settings -> Layout -> Layout Management. Select the desired layouts and go to Layout -> Transport... There you can add your layouts in existing TO or create a new one.

Database table data
In some unusual cases, you might have to transport data of a SAP table.
Go to transaction SE16, select your entries and go to Table entry -> Transport entries. It's only possible for some tables...
If you cannot do it that way,you have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list.

Go in modification mode and add a new line with:

PgmID = R3TR
Obj = TABU
Object name = Name of your table

Double-click on the created line and, depending on your need, put '*' in the key field or double-click on it and select the key you need to transport.

1.goto SE10
2.click on the create button
3.select the second radio button
4.now put your cursor on the task and click on display object list button
5.goto change mode
6.add new entry by clicking add button
7.R3TR TABU <Your table name>
8.double click on ur table name
9 goto change mode and add new entry
10.double click on ur input box
11.here give ur entries for ur table and save it.

Transport Table Entries

Add a new paper type/ format to a transport
1) Create transport task.
2) Assign attributes - develop.corr
3) Click on task
4) Enter change mode - new entries
5) enter R3TR TABU TSP1D
R3TR TABU TSP1T
specifying new object keys for paper type.

Translations
To Maintain Translations in a TR Execute Standard Program RS_LXE_RECORD_TORDER or transaction SLXT.
http://www.saptechnical.com/Tutorials/ABAP/Translations/Index.htm
Перевод элементов данных (se63)
Создание транспортного запроса - программа RS_LXE_RECORD_TORDER.

Queries
Queries, datasets and user groups can be exported/imported between the systems using the Program RSAQR3TR.

Report template (ALV variants)
There is a button or somewhere in the menu Change/Select/Save/Manage Layout.
Go to Manage Layout, than Layout menu/ Transport.

SAPSCRIPT Files Transport
Use the program RSTXSCRP to upload and Download the SAPSCRIPT files to different systems

Transport SAPSCRIPT
Use the Program RSWBO052 to create the Transport Request for a SAPSCRIPT, In the Selection screen of the program, give R3TR - FORM - Give the Form name and press Execute button, it will ask the Development Class and the transport Request No.

Standard texts
Standard texts used in SAPScript(created with transaction SO10) can be included in transport orders. You have to create a Workbench transport order with transaction SE10. When created, click on it, go in menu Request/task -> Object list -> Display object list. Go in modification mode and add a new line with:

R3TR TEXT TEXT,Standard Text Name,ST,E

R3TR is Program ID
TEXT is Object
And remaining all entered in the Object name Field. Here ST is a text ID. and E is language English, R is Russia.

PgmID = R3TR
Obj = TEXT
Object name = TEXT,,ST,

Example :
R3TR / TEXT / TEXT,YMM_MEDRUCK_MAIN_16_EC,ST,R

Report Painter / Report Writer
Загружаете Report Painter menu
FGRP MENUFGRP Report Painter
FGRW MENUFGRW Report Writer Menu


GR57 RGRJTE00 Export report groups
GR58 RGRJTI00 Import report groups
GR59 RGRJTF00 Copy report groups from client

GR37 RGRRTE00 Export reports
GR38 RGRJTI00 Import reports
GR39 RGRRTF00 Copy reports from client

GRR7 RGRMTE00 Export models
GRR8 RGRMTI00 Import models
GRR9 RGRMTF00 Copy models from client
GCTR SAPMGTRA Transport from Report Writer object

Q. What are transactions to access the TMS?
A. STMS Initial screen of the Transport Management System
STMS_QUEUES Displays the import queue
STMS_IMPORT Import queue of the current SAP System
STMS_INBOX TMS worklist (transport workflow)
STMS_QA QA worklist (TMS quality assurance)
STMS_DOM TMS system overview
STMS_PATH TMS transport routes
STMS_ALERT CCMS Alert Monitor
STMS_TCRI Display/change critical transport objects
STMS_FSYS Create/change TMS system list

Q. What are transport tables?
A. E000 Condition Table for Rebate $
E070 Change & Transport System: Header of Reque
E070A Change & Transport System: Attributes of a
E070C CTS: Source/Target Client of Requests/Task
E070CREATE Change & Transport System: Creation Date o
E070DEP Change & Transport System: Dependencies of
E070L CTS: Index for Assigning Numbers to Reques
E070M CTS: Target Package/Layer for Requests
E070TC Help Table for E070 for Client-Specific Im
E070USE Use of Current Requests by Users
E071 Change & Transport System: Object Entries
E071_OLE Backup Copy of Objects Before/After OLE Ch
E071C Change & Transport System: Client-Specific
E071E Lang. Transport: Positive List for Generic
E071K Change & Transport System: Key Entries of
E071K_OLE Backup Copy of Keys Before/After KLE Chang
E071KF Change & Transport System: Nametab Info. o
E071KFINI Change & Transport System: Nametab Info. o
E07T Change & Transport System: Short Texts for

Links
Transport Management System (BC-CTS-TMS)
Upload and download SAP transport request by Sergey Korolev
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Russian ABAP Developer's Club Forum Index -> Transport and Upgrade | Транспорт и Обновления All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG.
SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG.
Every effort is made to ensure content integrity. Use information on this site at your own risk.