Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 is the difference between open_form and close_form?

1157


Explain Singleton class

1335


Define spool request?

1156


How is conversion of data types done between abap/4 & db layer?

1244


What is is a match code? : abap data dictionary

1376


How do you populate data into a multiple line field?

1103


What is exception class and test class. How to use it?

1437


What are the data types of the external layer?

1106


What work you have done in HR module

1424


What is the difference between select statement and provide statement ? : abap hr

1121


What is modularization and its benefits?

1070


What is sap abap tables?

1137


How to eliminate duplicate entries in internal tables?

1208


What is the difference between Classic badi and Kernal badi ?

2605


Tell me a scenario where did you use secondary index?

1096