Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ENHANCEMENT

Former Member
0 Likes
881

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.

5 REPLIES 5
Read only

Former Member
0 Likes
793

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..

Read only

Former Member
0 Likes
793

Hi,

May be u missed END FORM.

Kishore.

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
793

Hi,

If you can share the code it will be easy to find out the issue.

Regards,

Sesh

Read only

Former Member
0 Likes
793

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.

Read only

0 Likes
793

Hi Rao,

A form within a form is not allowed.