2014 May 30 7:14 AM
Hi all,
I am working on a module pool report which was developed by some other person.
The problem I am facing is that in one screen field the value which was enter in a previous transaction is not getting cleared.
for exa: I executed the report once with screen field - MBLNR = 420001. and saved the data.
Now if I am executing the report again the value for MBLNR still appears (420001).
I have cleared all the data on screen's PAI and PBO but its still not working.
Pls advice the solution.
Thanks,
Vishal.
2014 May 30 7:28 AM
Hi Vishal,
This is due to setting of the parameter ID 'MBN'. Do one thing. Instead of clearing, in PBO you try the following code.
SET PARAMETER ID MBN FIELD space.
I think this will solve your issue.
Regards,
Abijith
Hi all,
I am working on a module pool report which was developed by some other person.
The problem I am facing is that in one screen field the value which was enter in a previous transaction is not getting cleared.
for exa: I executed the report once with screen field - MBLNR = 420001. and saved the data.
Now if I am executing the report again the value for MBLNR still appears (420001).
I have cleared all the data on screen's PAI and PBO but its still not working.
Pls advice the solution.
Thanks,
Vishal.
2014 May 30 7:28 AM
Hi Vishal,
This is due to setting of the parameter ID 'MBN'. Do one thing. Instead of clearing, in PBO you try the following code.
SET PARAMETER ID MBN FIELD space.
I think this will solve your issue.
Regards,
Abijith
2014 May 30 7:47 AM
Your issue could be because the Parameter ID for your field is set.
Check your screen field attributes to confirm if any Parameter ID is set over there there will be a field for parameter Id and below 2 check boxes for SET and GET ..
If it is set locally, you can just remove it.. otherwise use SET PARAMATER ID 'ID' field SPACE.
Regards,
Suzie
2014 May 30 8:03 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |