Hi,
I have modified one standard include using access key to insert one logic as per businness requirements.Now after inserting that code iam getting syntax error but while activating it is not showing the error and getting activated.
The include is V05XZZMO in that i have inserted code is as follows
FORM MOVE_USERFIELDS USING ZP.
CASE ZP.
WHEN 'VBRK'.
header
MOVE LVBRK-XXXXX TO LFAMTV-ZZXXXXX.
*{ INSERT GDVK934083 1
MOVE LVBRK-ZUONR TO LFAMTV-ZZZUONR.
*} INSERT
WHEN 'VBRP'.
item
MOVE LVBRP-XXXXX TO LFAMTV-ZZXXXXX.
*{ INSERT GDVK934083 2
MOVE LVBRP-MATWA TO LFAMTV-ZZMATWA.
*} INSERT
ENDCASE.
ENDFORM.
now it is throwing error saying that LFAMTV doesn't exist...when I double click on that it is taking me to the FM RV_INVOICE_VIEW_2 where it is defined....
Can anyone know the reason why it is throwing the error when we go for the syntax check but when u activate the program it is getting activated.. so can this error can be neglected?
Any help on this will be appreciated..
Regards,
Rohan.