cancel
Showing results for 
Search instead for 
Did you mean: 

IDoc Adapter error: "Tag found instead of tag IDOC BEGIN"

former_member440449
Participant
0 Kudos

Hi Gurus,

I have checked lot of threads as this and also Michale's blog but I am facing the issue.

From a FILE to IDoc scenario, I need to generate or not the IDocs regarding a simple condition.

I have exported the IDoc as .xsd and change the ocurrence (0..unbounded) so SAP can receive multiple IDocs.

When I did an end to end test, I got this error:

Tag found instead of tag IDOC BEGIN=

Does anybody know how should I be able to send a message and avoid this error?

Accepted Solutions (0)

Answers (4)

Answers (4)

prasanthi_chavala
Active Contributor
0 Kudos

Hi,

In your sender file communication, under the FCC parameters check the document name which you have provided is same as your message type name declared in the interface design objects.

Thanks,

Prasanthi.

stefan_grube
Active Contributor
0 Kudos

It is not allowed to send no IDoc. Your structure must have at least one IDoc.

If you do not want to send an IDoc, use a receiver rule to suppress the interface.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Make sure you change the occurances in XSD as michal blog recommended.and import the idoc metadata using idx2.

GabrielSagaya
Active Contributor
0 Kudos

Please validate your modified xsd structure and xml payload