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 meaning of abap/4 editor integrated with abap/4 data dictionary?
What are the types of search helps? : sap abap data dictionary
How many main windows are allowed in sapscript?
What is new enhancement framework?
Differentiate between transparent tables, cluster tables and pooled tables
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Difference between sap script and report?
What are the personnel administration related Infotypes
Why do we need enhancements?
What is function group?
What is cts and what do you know about it? : abap hr
What is the difference between sum and collect?
What do you mean by transparent tables in sap abap? : abap data dictionary
Explain the session method? : abap bdc
What is the difference between internal tables and extract datasets? : abap modularization