how can we transport one or two tables in client copy from
one client to another client?
Answer / davidm
Use the following procedure to copy table contents between
two clients:
After verifying the client copy log, due to some storage
probslems in table MOFF, this table could not be completely
copied. To avoid having to perform the whole client copy
process, just hte entries on table MOFF from the source
client will be copied to the table MOFF on the target client
010 in thte target system T12.
1. In the source system (C12), create a control file, for
example, expmoff.ctrl with the following contents:
export client
select * from moff where mandt = '002".
2. Run the R3trans utility with the previous control file:
R3trans -w expmoff.log -u 18 expmoff.ctrl
The -w flag indicates the log file, the -u flag sets
unconditional modes for the transport. In the export
phonase, unconditional mode 1 indicates the system to ignore
the wrong status of transport requests.
Mode 8 allows direct selection of tables when the default
modes are not allowed. By default, the previous command
generates the data file trans.dat in the directory where the
export has been executed. If both source and target systems
share the transport directory, it wont be necessary to copy
the trans.dat file. Otherwise you must use ftp.
3. Check the export log file, expmoff.log and verify it did
not contain any errors.
4. Once in the target system, create the import control
file, for example impmoff.ctrl with the following content:
import client
5. Then execute it with the R3trans tool: R3trans -w
impmoff.log -u 248 impmoff.ctrl
By default it uses the data file trans.dat generated by the
previous commnad file. The unconditional modes used in the
import phase are :
2 for enabling the overwriting of the original, 4 which
ignores that the transport request was intended for a
different target system, and
8 which allows for importing tables which are restricted by
their table types. If you use the default options for the
import, you do not need a control file.
The import can be performed directly with R3trans -i <file>.
6. Check the import log file, impmoff.log to check that the
import runs fine without errors. You can also log on to the
target client, 010, in the target system and look up the
table contents with se16.
THX..... DAVIDM.
Is This Answer Correct ? | 0 Yes | 0 No |
In nw7.1 the Jstart program is requied to start the central instance
How we can configure the transport management system.
What is VMC and what is the use of it ?
How do you create a password exception list?
1)Have you used performance tuning? What major steps will you use for these? 2)In production what is the user exit? 3)What type of user exits have you written? 4)Difference between Search Helps and Match Codes 5)On which even we can validate the input fields in module progams? 6)what are the table controls in BDC ? 7)what is the difference between bdc and lsmw ? 8) If the scripts are client dependent, what above driver program ? (client dependent / independent) 9). I have two pages, In one page I want address, Header, Main & footer. In the second page I want only Main. How to do it? 10) Will 50,000 records be uploaded directly into APP's Server? 11) What is the button to change the variant in ALV ? 12) If your project is support project ? when is your implementation has completed ? 13)In start of selection, if we perform validation, what happens ? 12)How to join 3 tallies & looping. We have developed a program in a client say (200- client) and 210 has test data. No developing rights. How to test data? 13)How to transfer data which is coming from are report as output to another report 14)How to create standard text and how do u transfer it ? 15)What are the views when we are creating Material ?
Differentiate between consolidation routes and delivery routes
How can one start Sap Application Server through Command prompt and what is the command used to start SAP Application Server ?
What are the different types of transport requests in sap basis?
How many transport request types are there? Plz Post the Answer if u know thanks & regards Dev
How to unlock the user in os level?
What is the procedure to applying patches?
how much time it takes to export(scc8)a client? how much time it takes for import(can we do this from stms screen or we have to do this from os level?)? how much time it takes for client import post process (scc7)? how much time it takes if we do all this using remote client copy(scc9)? I know it depends on client size and system performance.But I want a real time scenario here. Thanks.