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                      
tip   To Refer this Site to Your Friends   Click Here
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 send the results from report to sap memory?
 Question Submitted By :: S.srikanth
I also faced this Question!!     Rank Answer Posted By  
 
  Re: can u send the results from report to sap memory?
Answer
# 1
yes ofcourse we can send through SET PARAMETER.


CHECK THIS OUT......

SET PARAMETER ID pid FIELD f. 

Effect
Writes the contents of the field f to the global SAP memory 
under the key pid . If the key already contains a value, it 
is overwritten. 

The key pid must consist of three characters. You can find 
a list of the keys (parameters) used in the SAP system 
description or in the ABAP/4 Development Workbench. 

Notes
The global SAP memory remains available to the user during 
the entire terminal session. This means that set values are 
retained when you leave a program. 
You should not use the SAP memory for temporary storage of 
values because other modes use the same global memory. 
If you need a new key (parameter), you can create this in 
the ABAP/4 Development Workbench. 


EXAMPLE:

DATA: REPID(8) VALUE 'RFSCHU01'.
SET PARAMETER ID 'RID' FIELD REPID.


Sets the program name, e.g. for transfer to another 
program. 

Notes
Runtime errors 

SET_PARAMETER_ID_TOO_LONG : Key longer than 3 characters. 
SET_PARAMETER_ID_WRONG_TYPE : Key neither type C nor type 
N. 
SET_PARAMETER_VALUE_TOO_LONG : Value longer than 250 
characters
 
Is This Answer Correct ?    2 Yes 0 No
K.swetha Reddy
 
  Re: can u send the results from report to sap memory?
Answer
# 2
Yes.. You can bring the data to sap memory
 
Is This Answer Correct ?    0 Yes 0 No
Raja Ram
 
 
 

 
 
 
Other ABAP Interview Questions
 
  Question Asked @ Answers
 
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance  1
2)what will be the size of transparant table IBM2
how to debug a popup window? Satyam4
If u use US Database server? How can access the client? Intelligroup1
What is an ABAP/4 Query?  1
Can we add a field to the sap standard screen? If so, how? Accenture1
what is advantages and disadvantages in call by value and call by reference Wipro3
Some one is running a program in Foreground which has to be run in Back ground. How you are going to instruct to do in Back ground?  1
difference between the workarea and headerline.plz tell me the answer  5
how many main windows are there in scripts?  4
How do u know that updation is successful in BDC Accenture3
most commonly used command in Interactive Reporting? TCS3
Difference between call transaction & session method? which of these methods can be best used in background process?  1
HOW TO CREATE INDEXES IN TABLES?  1
How do you copy the script from source alert? Satyam1
to explicititly intialize the selection screen for each call you must you the event ________________?  1
Pls reply me 1)can i debuging the idoc. 2)give some example of pool table and cluster table. 3)what is update module. Accenture1
How to sort internal table?  5
what is the difference between select single * and slect upto 1 rows...  2
what is the standard program to check the consistency of partner profiles? Intelligroup1
 
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