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.
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.
Followers
Popular Posts
- ABAP - ALV Report example with steps
- ABAP - Step by step tutorial on Smart Forms - Template Node
- ABAP - Sending email with pdf attachment
- SAP Adobe Form - Steps to create simple ADOBE Form and calling it from ABAP Program
- SAP ABAP - CL_ABAP_CHAR_UTILITIES class usage
- ABAP - Multiple value selection from F4 help for SELECT-OPTIONS
- Execute ABAP Report using SUBMIT statement
- ABAP - Select all or Deselect all in ALV or Check box handling in ALV
- Web Dynpro ABAP ALV - ON_CLICK event
- ABAP - Dynamic WHERE clause
0 comments:
Post a Comment
Your useful comments, suggestions are appreciated.Your comments are moderated.