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 a transaction variant and why are they used?
What is the difference between Check and Continue?
10) How to get Item Header in Sales Order?
Can you create an internal table dynamically?(at run time)
What will happen when we use single buffered selected?
What are the differences between the table and the structure in the data dictionary in the sap abap?
What is the difference between sum and collect?
When, how and how would you control changes to standard SAP objects.
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What are the different types of luws?
What are the disadvantages of logical databases?
Can a domain, assigned to a data element be changed?
How many types of views are there ?
What is transparent table?