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 ?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between sy-tabix and sy-index?
when do you need to create an internal table with header line ? and with out a header line?
Reports: Event functionality.
what will happen if called program is not executable ?
Why grouping of fields is required? What is the max no of modification groups for each field?
Explain client-dependent and client-independent tables.
what are the important fields while preparing sales order,inquiry?
Does the external program run in the same sap luw as the caller, or in a separate one?
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?
What is the difference between getting and get late?
What is the bitwise operator in the sap abap?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
when u prefer lsmw?
Why do we use Abstract classes give an example from your project?
How collect statement is different from append?