ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  ERP CRM  >>  SAP  >>  ABAP
 
 


 

 
 Basis interview questions  Basis Interview Questions
 ABAP interview questions  ABAP Interview Questions
 SAPScript interview questions  SAPScript Interview Questions
 SD interview questions  SD Interview Questions
 MM interview questions  MM Interview Questions
 QM interview questions  QM Interview Questions
 PP interview questions  PP Interview Questions
 PM interview questions  PM Interview Questions
 PS interview questions  PS Interview Questions
 FI CO interview questions  FI CO Interview Questions
 HR interview questions  HR Interview Questions
 SAP CRM interview questions  SAP CRM Interview Questions
 SRM interview questions  SRM Interview Questions
 APO interview questions  APO Interview Questions
 Business Warehouse interview questions  Business Warehouse Interview Questions
 Business Workflow interview questions  Business Workflow Interview Questions
 SAP Security interview questions  SAP Security Interview Questions
 SAP Interfaces interview questions  SAP Interfaces Interview Questions
 Netweaver interview questions  Netweaver Interview Questions
 SAP ALE IDocs interview questions  SAP ALE IDocs Interview Questions
 SAP B1 interview questions  SAP B1 Interview Questions
 SAP AllOther interview questions  SAP AllOther Interview Questions
Question
can u save internal table in sap memory from abap memory?
 Question Submitted By :: S.srikanth
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can u save internal table in sap memory from abap memory?
Answer
# 1
yes by using SET PARAMETER ID <PID> <field>
 
Is This Answer Correct ?    1 Yes 2 No
Krishnaveni
 
  Re: can u save internal table in sap memory from abap memory?
Answer
# 2
SET PARAMETER ID <pid> FIELD <fieldname>.
 
Is This Answer Correct ?    0 Yes 2 No
Shankar
 
 
 
  Re: can u save internal table in sap memory from abap memory?
Answer
# 3
If you want save ITAB in sap memory then you have to use 
IMPORT nad EXPORT statements

The followin exapmles will explain how it will works
Here i created two report progrmas

1==> ZSHAN_EXPORT_ITAB ---> TO EXPORT THE ITAB INTO SAP 
MEMORY

2==> ZSHAN_IMPORT_ITAB ---> TO IMPORT THE ITAB FROM SAP 
MEMORY

---------------------------------------------

REPORT  ZSHAN_EXPORT_ITAB.


DATA TEXT1(10) VALUE 'Exporting'.

DATA ITAB LIKE SBOOK OCCURS 10 WITH HEADER LINE.

DO 5 TIMES.
ITAB-BOOKID = 100 + SY-INDEX.
APPEND ITAB.
ENDDO.

EXPORT TEXT1 TEXT2 FROM 'Literal' TO MEMORY ID 'text'.

EXPORT ITAB TO MEMORY ID 'table'.

--------------------------------------------------------

===========================================================

--------------------------------------------------------
REPORT  ZSHAN_IMPORT_ITAB.

DATA: TEXT1(10),
      TEXT3 LIKE TEXT1 VALUE 'Initial'.

DATA JTAB LIKE SBOOK OCCURS 10 WITH HEADER LINE.

SUBMIT ZSHAN_EXPORT_ITAB AND RETURN.

IMPORT TEXT3 FROM MEMORY ID 'text'.
WRITE: / SY-SUBRC, TEXT3.

IMPORT TEXT2 TO TEXT1 FROM MEMORY ID 'text'.
WRITE: / SY-SUBRC, TEXT1.

IMPORT ITAB TO JTAB FROM MEMORY ID 'table'.

LOOP AT JTAB.
WRITE / JTAB-BOOKID.
ENDLOOP.
-----------------------------------------------------


I hope this information will help full.......
 
Is This Answer Correct ?    3 Yes 0 No
Shankar
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
what are the events in LSMW? Satyam1
what is selection text in ABAP Wipro2
My internal table exceed the limit. then it goes to dump. how will u handle this issue? Accenture4
what is abap token?  2
functional spec given by whom? Sony1
explain the scenario of ALE/IDOC  1
BDC Structure? Bristle-Cone1
Withou using SLIN transaction how would you check custom programs? Bosch2
What are the Steps for ALE Configuration in Real time Senario. Reliance1
Explain SD and MM Flow? Keane-India-Ltd4
when we are entering a purchase order it goes to which table?  1
How can print the styles? TCS1
BAPI is efficient than BDC? The question is with options, asking which of the following is true? Accenture3
)what is the significance of main window in a page, what are the types of windows? briefly explain the types of windows  1
How many FM's are there in scripts?  4
types of smartforms? windows in smartforms? Cap-Gemini2
what is Application server? Keane-India-Ltd1
You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.  2
whai is the transaction code or table to see all print programs Reliance1
2. You are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.  1
 
For more ABAP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com