2007 Mar 08 7:26 AM
Hi Friends,
When i changed my user exit USEREXIT_MOVE_FIELD_TO_VBAK.
After inserting some code, i have errors like below. I created ZTABLE to save some data into it.
Syntax error.
Include MV45AFZZ
Incorrect nesting: before the statement "FORM", the structure introduced by "FORM" must be concluded by "ENDFORM"....
Include MV45AFZZ
The data type ZTABLE can be enhanced in anyway. After a structure enhancemtn, this assignment or parameter may be syntactically incorrect.
Could any one find the solution.
with regards.
Rao.
Hi Friends,
When i changed my user exit USEREXIT_MOVE_FIELD_TO_VBAK.
After inserting some code, i have errors like below. I created ZTABLE to save some data into it.
Syntax error.
Include MV45AFZZ
Incorrect nesting: before the statement "FORM", the structure introduced by "FORM" must be concluded by "ENDFORM"....
Include MV45AFZZ
The data type ZTABLE can be enhanced in anyway. After a structure enhancemtn, this assignment or parameter may be syntactically incorrect.
Could any one find the solution.
with regards.
Rao.
2007 Mar 08 8:22 AM
Hello Rao,
From the errors that u have pointed out, I guess theres no problem wid the Include in any way.Its only a problem with ur coding..
Regards..
2007 Mar 08 11:00 AM
2007 Mar 08 11:50 AM
Hi,
If you can share the code it will be easy to find out the issue.
Regards,
Sesh
2007 Mar 08 2:09 PM
Hi All,
I need use form/endform with in
FORM USEREXIT_MOVE_FIELD_TO_VBAK
data: .....
........
Perform F_form1
if (condition)
perform F-form2.
endif.
Form F_form1
write:/ .....
endform.
Form F_form2.
.....
endform.
ENDFORM.
when i activate this userexit, the following error coming.
<b>Include MV45AFZZ
Incorrect nesting: before the statement "FORM", the structure introduced by "FORM" must be concluded by "ENDFORM"....</b>
I REQ. U TO, PLEASE PROVIDE HELP.
THIS IS URGENT
with regards.
Rao.
2007 Mar 09 9:10 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |