cancel
Showing results for 
Search instead for 
Did you mean: 

BCExeption: The IDOC metadata for null is not available in <SID>

0 Kudos

<h3>Hello Guys,</h3>

we need some information about the error message:

com.wm.pkg.sap.BCExeption: The IDOC metadata for null is not available in <SID>

We use a Business Connector 4.8 and the backend is an ECC 6.0, we have an inbound xml scenario with FTP.

We pick up the ORDRSP from the vendors ftp-server and we would like to drop it to our backend system.

We can read the xml file into a string, but not send to the backend system, we use following steps:

- bytesToString

- stringToDocument

- documentToRecord

- recordToIDOC

- lockSession

- createTID

so far works perfekt

- sendIDoc

- releaseSession

On the step "sendIDoc" we see the described error message, but what is the message from the message?

Any Ideas?

Thank you and regards,

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>The IDOC metadata for null is not available in <SID>

this looks like the metadate service does not know which IDOC to look for right ?

are you sure the input to this service is correct ? please check it in debug mode if it's not empty

Regards,

Michal Krawczyk

0 Kudos

Hello Michal,

thank you for your quick answer!

In my opinion, i don't need any input for this service, because we pick up all data from the vendors ftp - server in a definied time interval.

All needed fields are available in the xml file. In the result tab is the IDocList filled correct, but no sending to the backend system because the error is displayed.

Is it a problem with my concept?

Regards,

Michael