‎2010 Apr 15 8:48 PM
Dear Experts,
While transporting the function group and function modules from system A to system B, I am getting the below error
-
"Program SAPLZATSCSNG_EINB, Include LEINBF10: Syntax error in line 000068
Field 'GF_ETS_MODIFIED' is unknown. It is neitherin one of the specified tables nor defined by a 'D"
-
System A is a lower version SAP system and system B is a higher version. I compared the code of Include LEINBF10 in both the systems and there is a data declaration of field GF_ETS_MODIFIED in system B. But this is missing in system A.
Please guide me for this issue.
Thanks in advance.
‎2010 Apr 15 9:09 PM
‎2010 Apr 15 9:24 PM
Thankyou for your reply Rob.
Actually I am transporting the function group and modules from my development system to the client development system.
I dont have any other option but transport the files.
Is there any possibility to modify the include without applying a patch or upgrading my system?
Edited by: ShwetaD on Apr 15, 2010 10:24 PM
‎2010 Apr 15 9:36 PM
Well, your custom CFC seems to be including standard SAP includes.
Development really should be done in the same version as the version to which you will transport.
Rob