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 foreign key relationship? : abap hr
What are different abap/4 editors?
Explain what are standard layouts sets in the sap script?
Explain sap abap 3-tier architecture?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
How to convert normal function module to bapi?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What is web dynpro for abap?
Explain the difference between domain and data element? What are aggregate object?
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 are conditional chain statement?
Reports: Event functionality.
What are the different modes of processing batch input sessions? : abap bdc