‎2007 Aug 16 7:46 AM
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
‎2007 Aug 16 7:51 AM
‎2007 Aug 16 7:58 AM
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
‎2007 Aug 17 5:31 AM
‎2007 Aug 16 7:53 AM
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á
‎2007 Aug 18 5:50 AM
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.??