I did a Organize Import to a program and I got a error mark:
import sal.comum.map.SAL38G;
import sal.comum.map.SALM3851; ...
IWN.VAL.3260.e 3/22 The type sal.comum.map.SALM3851 cannot be resolved.
the program name is SALO385 type textUiProgram that use SAL38G formGroup and there is SALM3851 textForm.
// Use Declarations
use SAL38G.SALM3851 // form
however the program file is in a project and the formgroup this in another project
C:\Workspace\MyProject\EGLProgram\EGLSource\salo385\SALO385.egl
C:\Workspace\MyProject\EGLCommon\EGLSource\sal\comum\map\SAL38G.egl
Is there some problem when the formGroup and textForm is in another common Project ?
Thanks !
Hsieh