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 / ramakant
Using select * from DB name where client=400 that way u can
get data on a reports.
OR
cross application u can send data from 1 client to another
by using ale idoc rfc.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the function of the correction system? : abap data dictionary
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
What is time constraint ? : abap hr
What is the difference between function group and function module?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
Did you use buffering?
How many types of size categories and data classes are there? : abap data dictionary
What happens if a function module runs in an update task?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
What are Table control and tab strip control in dialog programming ?
Can you create an internal table dynamically?(at run time)
When the top-of-page event does get triggered?
What data is contained? : abap data dictionary
What is the disadvantage of a call by reference? : abap modularization
What are local objects?