Sunday, December 19, 2010
Parameter ID definition:
A field can be filled with proposed values from SAP memory using a parameter ID.
A field in the screen template is only filled automatically with the value stored under the parameter ID of the data element if this was explicitly permitted in the Screen Painter.
Creation of Parameter ID.
1. Go to SE11, Select Data type radio button and enter data element that is assigned to the field .
2. Select Further characterstics Tab and enter parameter id .
How to use .
If you are using Standard T.Code and already defined Parameter ID, you have to set using SET command..Before that you have to search whether GET command has been used in the PBO of Tcode.
 
Filling an Initial Screen Using SPA/GPA Parameters
To fill the input fields of a called transaction with data from the calling program, you can use the SPA/GPA technique. SPA/GPA parameters are values that the system stores in the global, user-specific SAP memory.
syntax.
SET PARAMETER ID pid FIELD f.
This statement saves the contents of field f under the ID pid in the SAP memory.
GET PARAMETER ID pid FIELD f.
This statement places the value stored under the pid ID into the variable f.

0 comments:

Post a Comment

Your useful comments, suggestions are appreciated.Your comments are moderated.

Followers

Contact Form

Name

Email *

Message *

Web Dynpro ABAP Book

An SAP Consultant

Follow US


Want to Contribute ?

If you are interested in writing about the new stuff you learn everyday while working, please write to the.sap.consultants@gmail.com.

Click on Contribution for more details.