can u send the results from report to sap memory?
Answers were Sorted based on User's Feedback
Answer / k.swetha reddy
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 ? | 9 Yes | 0 No |
how will you go for row level locking of a z table
2 Answers HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
what is difference between method and function module?
what are the sap financial periods
4 Answers i Spy Technologies, MD Synergy,
What functions does a data dictionary perform? : abap data dictionary
What are data classes? What are the various data classes available for selection? : abap data dictionary
when are objects are passed from task to the change request?
How to get the status of an IDOC in a report without using WE02 transaction ?
what is the differenc between table control and table control wizard?
What is the SD Flow in SAP.Can you explain with Transaction codes...
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
What are the differences between primary and secondary indexes?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr