2008 Feb 29 1:50 PM
Hi frds
While checking(Ctrl+F3) my report, i am getting these Error message which given below.
ERROR:
FIELD TYPE 'P' DOES NOT PERMIT A SUB-FIELD ACCESS
Can anyone tell how to resplve these problem.
Thanks
Pari
Hi frds
While checking(Ctrl+F3) my report, i am getting these Error message which given below.
ERROR:
FIELD TYPE 'P' DOES NOT PERMIT A SUB-FIELD ACCESS
Can anyone tell how to resplve these problem.
Thanks
Pari
2008 Feb 29 2:00 PM
Hi,
Just check the declaration of the filed and value you are passing.
Normally : data: lv_field(8) TYPE p decimals 3.
It will accomdate 8 places before decimal.
Check in which statement it is giving error. If possible place the statement to look further.
Thanks
Chandra
2008 Feb 29 2:46 PM
It's be easier to diagnose if you'd posted the offending piece of code... but here goes.
I guess you've got a field defined as type p, and you've got p-component or something like that. Or perhaps you're trying to do some string slicing. my_p+2(3). Or suchlike.
matt
2008 Mar 01 7:07 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |