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
When, how and how would you control changes to standard SAP objects.
Which function module would you use to check the user’s authorization to access files before opening a file?
What are the disadvantages of logical databases?
What is its? : abap hr
Have you set up a back ground job ? How to create a background job without a variant ?
What are the differences between primary and secondary indexes?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What is foreign key relationship? : abap hr
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
Why do we use abstract class
how to track records from data dictionary?
What is a subscreen? How can we use a subscreen?
Differentiate between abap memory and sap memory?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
What is meant by hide area?