can u send the results from report to sap memory?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

527


What is the use of abap data dictionary? : abap data dictionary

586


How to read files and process BDC's automatically ?

1542


What are conversion routines? : abap data dictionary

594


What are the steps to execute session method?

600






What is the bapi?

607


What is a data element?

539


if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?

1674


What is step-loop? Explain all the steps?

545


How to combine multiple order in one Delivery ( Step by Step)?

1983


What are the basic object types? : sap abap hr

629


Explain what are interactive reports?

625


Explain the components of selection table?

636


What are the fields in the memory table ‘screen’?

588


Can we use flow logic control key words in abap/4 and vice-verse?

568