cancel
Showing results for 
Search instead for 
Did you mean: 

File to IDOC

Former Member
0 Kudos

Hi all

I am using a file to Idoc Scenario.The file adapter is picking the records correctly but at the IDOC end i am getting the following error :"Error: Basic type 'HRMD_A06' is unknown".I am using HRMD_A06 IDOC.

I also have another doubt.when i do a message mapping on this IDOC,I have to wait for almost 15 to 20 mins for a single data field to be mapped ,also when i save and activate it the system goes into a hang state.Everytime i am facing the same problem when i do a mapping with this IDOC.Is there anything that is to be done on the config side or is it something related to RAM of the system.

Thanks in Advance

Amit

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>:"Error: Basic type 'HRMD_A06' is unknown".I am using HRMD_A06 IDOC.

did you maintain IDX1 ?

you can try importing HRMD_A06 via IDX2

>>>>I also have another doubt.when i do a message mapping on this IDOC,I have to wait for almost 15 to 20 mins

contact your basis admin as it's crazy to wait that long...

Regards,

michal

Former Member
0 Kudos

Hi all

Thanks for ur reply my first doubt has been solved.Can anyone help me with the second case of system goin to hang state while mapping with HRMD_A06

Former Member
0 Kudos

what is ur RAM size of your system and check with your BASIS.

Former Member
0 Kudos

Amit,

this is Recommended Configuration

4GB RAM

80-100 GB Disk

2.7 Hyper Threaded, Dual Core, or Dual CPU

Regards

Kavitha

Former Member
0 Kudos

I am facing the foll error at the IDOC adapter end

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

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

<SAP:P1>MSGGUID AC4E0E30B82C11DB98DE00093D149B53: Tag #TEXT found instead of tag IDOC BEGIN=</SAP:P1>

prabhu_s2
Active Contributor
0 Kudos

is the metadata loaded?

Former Member
0 Kudos

can you paste your sxmb_moni XML

prabhu_s2
Active Contributor
0 Kudos

amit

gothru the below thread. it will be very helpful

PS: Award points for helpful replies

Former Member
0 Kudos

Amit,

Is ur mapping program running fine??

Seems to be a mapping error

Regards

Kavitha

Former Member
0 Kudos

This is the error message from SXMB_MONI

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <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_RUNTIME</SAP:Code>

<SAP:P1>MSGGUID BB39BE30B83611DBBEDE00093D149B53: Tag #TEXT found instead of tag IDOC BEGIN=</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Error: MSGGUID BB39BE30B83611DBBEDE00093D149B53: Tag #TEXT found instead of tag IDOC BEGIN=</SAP:Stack>

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

</SAP:Error>

prabhu_s2
Active Contributor
0 Kudos

the idoc strucutre is not framed good. thats the issue. have u imported the idoc meta data as discussed in this thread?

Message was edited by:

Prabhu S

Former Member
0 Kudos

Hi Amit,

In mapping, assign some constant to BEGIN attribute of IDoc message.

I think u have mapped a blank value to that attribute.

Also, refer this blog for "Troubleshooting File-to-IDOC Scenario in XI"

/people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi

Regards,

Uma

prabhu_s2
Active Contributor
0 Kudos

also u can check with this

Former Member
0 Kudos

Hi all

I have a doubt in mapping .I am mapping my Message type to HRMD_A06 IDOC.

what is to be mapped to the fileds IDOC,BEGIN and E1PLOGI1. I have assigned constants to these.Please let me know if i have done the correct way by assigning constants.

prabhu_s2
Active Contributor
0 Kudos

yes u r right. for E1PLOGI1 check what kind of data needs to be filled for its segments fields. map the corresponding segment for it.....or mapping a null constant will help

Former Member
0 Kudos

you need map all mandotry fields with constants

please reward points

thanks

Sreeram.G.Reddy

Former Member
0 Kudos

Hi Amit,

U dont have to map constant values to IDOC field,

but the attribute begin is mandatory so map some constant value to it

Check for the Occurrences as "required" and map constants to it

Regards

Kavitha

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

load metadata for Error: Basic type 'HRMD_A06' ....i hope it shud be in idx1or idx2. and for performance u need to track with basis.

Former Member
0 Kudos

Hi ,

can you lcheck whether you have metadata loded in to XI system.

Thanks

Sreeram.G.Reddy

Former Member
0 Kudos

Hi,

~~~<i>Error: Basic type 'HRMD_A06' is unknown".</i>

In XI system, create a RFC destination and a port in transaction IDX1.

In IDX2, import the IDoc's metadata using port created in IDX1.

IDocs metadata is needed for IDoc adapter to convert IDoc into IDoc -xml format.

Regards,

Uma