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

va31

Former Member
0 Likes
816

Hi experts

I am creating shedule line agreement through va31 ..while saving my data its giving me run time error

" THE FOLLOWING SYNTAX ERROR OCCURED IN PROGRAM "<b>SAPLCK2U</b>" IN INCLUDE "<b>RMMMBIMX</b> in line seven BMMH1 must be a flat structure you cannot use internal tables , strings, refrences or structures as components"

How to solve it

Please help it

5 REPLIES 5
Read only

Former Member
0 Likes
747

have u applied any Support Packages or Upgrades ?

Regards

Peram

Read only

0 Likes
747

NO i havent supplied any support package ..i havent made any change anywhere...just one day before this it was working fine ..but 2day only it started giving problem... I just created one user exits and later i deleted tat also. Dnt know from where the error is coming in abap program

Read only

0 Likes
747

My problem is still there waiting for helpful answers.

Read only

Former Member
0 Likes
747

Hi!

Check out structure BMMH1 in transaction SE11.

You will find an included structure in it. You can't include another structure into this structure, only fields.

Regards

Tamá

Read only

0 Likes
747

Hi, Tamas

Thanks, I have check it and it is there. The structrue is included when we try to create user exit, we have deleted the same from user exit. But it is still we can see that included structure in SE11 of table BMMH1.

Is there any procedure to delete that structure, as it is not allowing to delete from SE11.??