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 amdp (abap managed data procedures)?​​

873


What is a table cluster? : abap data dictionary

905


Explain the differences between se01, se09 and se10?

792


ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul

2408


What is the tcode to create indexes?

795


How to handle error in session method? : abap bdc

947


identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT

2209


What are the data classes in abap?

833


Print options in smartforms?

1762


What are the events in ABAP language?

802


Explain what are the different functions used in sap script?

773


What is lock objects? : sap abap data dictionary

852


How do you control printer functions from sapscript?

971


Final class

1247


Explain the use of insert and append statement in sap abap?

823