cancel
Showing results for 
Search instead for 
Did you mean: 

ATTRIBUTE_IDOC_METADEATA Error: File to IDOC Java Mapping

AntonioSanz
Active Participant
0 Kudos

I have done a Java Mapping from File to Idoc and I get the following error in sxmb_moni:

<SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>

<SAP:P1>I::000</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Fehler: I::000</SAP:Stack>

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

The Idoc structure that I generate in my mapping makes no fullfil of the IDOC tags.

For example:

<IDOC BEGIN="1">

<EDI_DC40 SEGMENT="1">

<TABNAM/>

<MANDT/>

<DOCNUM/>

<DOCREL/>

<STATUS/>

<DIRECT/>

<OUTMOD/>

<EXPRSS/>

<TEST/>

<IDCOTYP/>

<CIMTYP/>

<MESTYP/>

<MESCOD/>

<MESFCT/>

<STD/>

<STDVRS/>

<STDMES/>

<SNDPOR/>

<SNDPRT/>

<SNDPFC/>

<SNDPRN/>

<SNDSAD/>

<SNDLAD/>

<RCVPOR/>

<RCVPRT/>

<RCVPFC/>

<RCVPRN/>

<RCVSAD/>

<RCVLAD/>

<CREDAT/>

<CRETIM/>

<REFINT/>

<REFGRP/>

<REFMES/>

<ARCKEY/>

<SERIAL/>

</EDI_DC40>

Should I complete these values in my mapping program?

Which values should I complete?

Thank You.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Antonio,

you can ignore whole EDIDC Segement make disabled in our mapping still it works . but the problem is not with this is our meta data chekc in IDX2 t/c code of XI box.

it has some problem the strcuture you generate and R/3 accepts are not same their is mismatch in structure

Regards

Sreeram.G.Reddy

Message was edited by:

Sreeram Reddy

AntonioSanz
Active Participant
0 Kudos

Sreeram, how can I disable the EDIDC segment? Not Coding it im my java program or there is any configuration option?

I have check IDX2 and I don't have any metadata for the logic port which connect with my SAP system.

How can I get the meta data?

Thank you

Former Member
0 Kudos

Just try to import metadata from IDX2 . to import right click on our IDOC type and it ask for port give the port then it should getmetadata

if your using java mapping then you cant ignore this only thing you have not create it which i dont suggest .

so such the structre output of JAVA MAPPING and Structure of IDOC from R/3 both should be same.

Regards

Sreeram.G.reddy

AntonioSanz
Active Participant
0 Kudos

Thank for you time.

I'm trying to create a new metadata entry in idx2. I inform the IDOC type and Port and I get the same error as in XI:

I::000

Any suggestion?

Former Member
0 Kudos

it should ask usr id and password did you entry it. if you entered our userid and password then these may have got locked or doesnot authrozation. try to use super usrid and password.

regards

sreeram.g.reddy

AntonioSanz
Active Participant
0 Kudos

It doesn´t ask me for user or password.

I have check in sm59 the RFC and works fine.

Former Member
0 Kudos

can you delete and recreate in IDX2 and tell me what error you get

AntonioSanz
Active Participant
0 Kudos

Thanks for your help!! I have fix my problem:

First: I have not configured a correct user for the RFC.

Second: I only need to write the <IDOC> tag in my java program (I don`t need the rest of the tags as you daid me before).

Points awarded.

Former Member
0 Kudos

cool.

Answers (0)