2008 Jun 23 3:09 AM
Hi,
How to pass parameter when calling a screen? I don't want to define the parameters as global.
Thanks in advance.
Hi,
How to pass parameter when calling a screen? I don't want to define the parameters as global.
Thanks in advance.
2008 Jun 23 3:14 AM
Hi,
Try to code refering to below format
SUBMIT report1 USING SELECTION-SCREEN '1100'
WITH SELECTION-TABLE rspar_tab
WITH selcrit2 BETWEEN 'H' AND 'K'
WITH selcrit2 IN range_tab
AND RETURN.
Regards,
Nikhil
2008 Jun 23 3:22 AM
Hi Nikhil,
Here I mean dialog screen, NOT selection-screen.:-)
Regards,
Guanqing
2008 Jun 23 3:31 AM
maybe you can used, SET Parameter & GET Parameter.
Syntax
SET PARAMETER ID pid FIELD dobj.
Syntax
GET PARAMETER ID pid FIELD dobj.
[Abap Tips & Notes|http://abap4beginner.blogspot.com]
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |