Hi, sap pros, In table maintenance source code Include LSVIMF44 line 14, I tried writing the same code as it in view cluster event 03, but above error occurs:
DATA: L_VIEWNAME TYPE C LENGTH 20.
DATA: LS_IT TYPE YVIT_FOOD,
LT_IT TYPE TABLE OF YVIT...
Yes, it works when I convert them into bytes(X). But it still confuses me why SAP's own source code in table maintenance Include LSVIMF44 line 14 is working fine without converting. I merely copied the same code!
DATA: L_VIEWNAME TYPE C LENGTH 20,
...
TOTAL is not a field in the table, TOTAL is a table declared in table maintenance source code. Debug any table maintenance you would see how it's structured.
Hi,Mr.manoj.mohanty, thank you. this is a alternative solution to my question herehttps://answers.sap.com/questions/12903934/how-to-handle-this-error-assign-base-wrong-alignme.html?childToView=12903953&answerPublished=true#answer-12903953
Can you he...
error details as below In the current program "YV_FOOD_PROG", an error occurred when setting the field
symbol "<FS_IT_STRUC>" with ASSIGN or ASSIGNING (maybe in the combination with
the
CASTING addition).
When converting the base ...