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


Please Help Members By Posting Answers For Below Questions

What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

877


What are the types of search helps? : sap abap data dictionary

885


How many main windows are allowed in sapscript?

805


What is new enhancement framework?

1109


Differentiate between transparent tables, cluster tables and pooled tables

812


What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary

806


Difference between sap script and report?

967


What are the personnel administration related Infotypes

2294


Why do we need enhancements?

858


What is function group?

854


What is cts and what do you know about it? : abap hr

955


What is the difference between sum and collect?

1149


What do you mean by transparent tables in sap abap? : abap data dictionary

762


Explain the session method? : abap bdc

862


What is the difference between internal tables and extract datasets? : abap modularization

965