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 amdp (abap managed data procedures)?
What is a table cluster? : abap data dictionary
Explain the differences between se01, se09 and se10?
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
What is the tcode to create indexes?
How to handle error in session method? : abap bdc
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT
What are the data classes in abap?
Print options in smartforms?
What are the events in ABAP language?
Explain what are the different functions used in sap script?
What is lock objects? : sap abap data dictionary
How do you control printer functions from sapscript?
Final class
Explain the use of insert and append statement in sap abap?