Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while transporting function grp from lower version to higher version

Former Member
0 Likes
516

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.

3 REPLIES 3
Read only

Former Member
0 Likes
481

Don't transport between versions.

Rob

Read only

0 Likes
481

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

Read only

0 Likes
481

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