2007 Dec 03 12:36 PM
Hi Experts,
While selecting one tab in application toolbar I am calling one transaction. I wanted to autopopulate 2 fields of previous screen to next screen (i.e. called transaction).
I have written code like
WHEN 'ZABC'.
SET parameter id 'XYZ' field itab-f1.
SET parameter id 'MNO field itab-f2.
CALL TRANSACTION 'ZABC'.
After executing the above code the control will move to ABC transaction & populate the F1 field in ABC transaction but it doesn't populate the F2 field.
Anybody will pls tell me how to do it??
2007 Dec 03 12:43 PM
Fill the field PARAMETERID in the Field Attributes for F2 with MNO. Also check the GET Parameter checkbox.
Fill the field PARAMETERID in the Field Attributes for F2 with MNO. Also check the GET Parameter checkbox.
2007 Dec 03 12:43 PM
Fill the field PARAMETERID in the Field Attributes for F2 with MNO. Also check the GET Parameter checkbox.
2007 Dec 04 1:48 PM
Hi Neha,
Check on the data element of the field you populate if the parameter ID exists. Also check if it's not overwritten with a user default.
Kind regards,
John.
2007 Dec 05 10:39 AM
Hi Neha,
Use Get Parameter Id in the second screen for both the fileds.
And check the Syntax for your Set Parameter Id statement.
Hope it will work.
Regards.
Amit
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |