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

syntax error in IDoc segment

Former Member
0 Likes
977

Hi,

when I make a syntax check on my Idoc segment '/FIT/E1FISFIINV' I get the error message:

Entries for segment '/FIT/E1FISFIINV' missing in the 'Segment structures' table.

I can't delete the segment type as I get the error message Segment /FIT/E1FISFIINV does not exist yet when I try it.

But I also can't create the segment type as I get the error message Structure /FIT/E1FISFIINV already exists

I already looke in the tables EDISDEF and EDISEGMENT to check that the entries for the segement /FIT/E1FISFIINV do exist in these tables.

Does anybody have an idea how to solve this problem?

Thank you.

Martin

3 REPLIES 3
Read only

Former Member
0 Likes
650

What is the Idoc type for this ? because i could not find any segment with '/FIT/E1FISFIINV'.

Read only

0 Likes
650

I want to create a new idoc type '/FIT/xxxxx' and therefore I want to create new segment types '/FIT/xxx' for this.

I copied the segment types from another system (older release) to that system but there seems to be a data inconsistency. which I am trying to fix.

Read only

0 Likes
650

I could solve the problem.

I maintained the entries in table EDSAPPL and then it worked.