2014 Feb 07 8:54 AM
In the standard program, bc430_check has syntax error due to text for 2 lines. So I copy the program to z* program and correct the text to 1 line.
check,active is normal, but after input the table name, there is a error.
It says "Syntax error in program SAPLBC430".
trace point to "call function bc430_comp_and_fill".
Does someone meet this problem? Is there is error in my table definition or the bc430_check program?
how can i solve it.
Thanks,
Best Regards, Kenny
2014 Feb 07 9:06 AM
Hi,
1st way
Replace
write_fb 'E' 'Kein Feld mit erwartetem Typ und Keyflag
gefunden!'(107).
with
write_fb 'E' text-107.
2nd way
Bring full statement after write_fb in single line. Error is coming because it is showing in two lines.
Regards,
DPM
2014 Feb 07 9:14 AM
2014 Feb 07 9:24 AM
Hi,
You need to change all the lines where write_fb is showing in more than one lines.
Line 1045, 1047 , 1049, 1057, 1248 , 1392.
Bring all the statement after write_fb in one line.
Yes, I checked FM ' BC430_COMP_AND_FILL' . The FM is giving an error 'Program SAPLBC430 is not unicode compatible as per program attributes".
Regards,
DPM
2015 Mar 19 4:50 PM
HI Kenny, did you managed to run BC430_check? Or pass through unicode problem?