Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Suppose in the Report Program I want to pass data to
another Report Program ..how will you do that one?

Answer Posted / norty_n

U can do this by EXPORT IMPORT concept...
u export all the data which you want may it be an internal
table or just a structure or some data object using the
command...
EXPORT <f1> <f 2> ... TO MEMORY ID <key>. for individual
variables and for exporting internal table the command is
EXPORT <Table name> to MEMORY ID <Key>.

Then, u can import them in some other program by using the
command ...
IMPORT <f1> [TO <g 1>] <f 2> [TO <g 2>] ... FROM MEMORY ID
<key>.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What will exactly the hide statement do?

1076


What is an rdbms?

1164


what is the transaction transaction for setting parameters rdisp/buffermode

4536


What are the functional areas? User groups? and how does ABAP query work in relation to these?

1205


What is an “on input filed” statements?

1235


Explain about the tables exists in a data dictionary and what are they? : abap data dictionary

1147


What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary

1253


Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?

2089


How do you process errors in session method ? : abap bdc

1182


What are the differences between macro and subroutine?

1405


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

1120


what is code to upload cost centers through call trans. and procedure

2675


What is the difference between call transaction method and the session method? : abap bdc

1011


Explain the advantages of different types of bdc's?

1025


What are the different types of view?

1170