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

Differentiate screen painter from menu painter.

558


What are the types of subroutines? : abap modularization

586


What are match codes? describe?

618


How to Solve a Particular Ticket in Realtime ?

1740


In the `select' statement what is group by ?

1512






Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1063


What is IMG in SAP?

703


Did you use buffering?

588


What are the two ways of producing a list within a transaction?

609


Explain what are the different functions used in sap script? What are the parameters used in each function?

547


Why do we declare a method of a class final? What can be the purpose? Give a scenario.

889


What is the purpose of sum statement?

562


What is the significance of delivery class? : abap data dictionary

563


​​What is view proxy in abap?

784


What are the differences between session method and call transaction method? : abap bdc

546