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

What are smart forms?

588


What are the dynamic actions and how to configure it? : sap abap hr

583


What is a data dictionary? : abap data dictionary

573


Explain the client concept of sap.

577


How can we send data to external programs?

615






Are you familiar with all steps for setting up a workflow?

1673


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1577


Hi All , Would be providing online trainings for SAP ABAP , guidance with real time experience examples , guidance in profile prepartion . Any one intrested please contact on 8978890047.

1967


What are the three components of a work process?

626


On which event we can validate the input fields in module programs?

594


How do you use structures in the abap programs?

595


what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.

2058


What is the difference between free and refresh?

595


SM35 transaction, How to automate BDC ?

611


What is an abap?

551