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 / 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 |
Post New Answer View All Answers
What is the difference between call transaction and session method? : abap bdc
What are the Control levels in internal tables?
What are base tables of an aggregate object?
How to define selection screen?
Differentiate database index and match code.
Concepts of OO ABAP and why we are using it?
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
Where the payroll results are stored
What is asynchronous update?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
Example of table cluster and cluster tables.
What is Field group?
What are the 3 types of tables in sap? : abap data dictionary
What is a fall back class?
What is a view in sap? : abap data dictionary