When i Create a custom Table In Client 200 with MANDT Field ,
How to get the data of the same Table in Testing Client (Say 400) for testing purpose ?
How can i do it ?
Answers were Sorted based on User's Feedback
Answer / sarathi
Hi,
We have lot of options to do this task...
1) we can do write some updation program for this client
simpply fetching of data from remote client..
2) we can transport the table entries, u can refer this
following link.
http://www.saptechnical.com/Tips/Basis/Transport/TableEntries.htm
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / sayed zohaib hussain
To get the data in testing client 200 create a abap report
in client 400 and use select query .
Example:
Select matnr from mara into table it_mara client-specified
where mandt eq '200' and matnr eq '100-100'.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / aa
Use the transaction SCC1 for transport data in MANDT
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramakant
Using select * from DB name where client=400 that way u can
get data on a reports.
OR
cross application u can send data from 1 client to another
by using ale idoc rfc.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / abaprajaram
Client Dependent data - So transaction data to be
transported
Is This Answer Correct ? | 0 Yes | 0 No |
what IDOC's will have and respected tables to out them?
Different types of locks?
what is diff between ECC 5.0 AND ECC 6.0
State the system field for the current date?
out bound process code for quotation?
How to create the ur own barcodes?
what is basic difference between script&smart forms?
Explain how is batch input process different from processing on line?
Rp_provide_from_last contains how many parameters ? : abap hr
which of the following are used to define data in abap 1)parametrs 2)tables 3)class 4)data
What are the basic functions of database utility? : abap data dictionary
How are the function code handles in flow logic?