cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Prolem

Former Member
0 Kudos

I have a fixed length file given to me..

i have no sender data type given to me.....I have only receivr IDOC

it is a FILE to IDOC scenario....How to do mapping.....

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

>>i have no sender data type given to me

You need to define data type for this by yourself.

Thanx

Aamir

Former Member
0 Kudos

Hi Aamir,

is it possible define myself....is it a best practise...

Former Member
0 Kudos

>>is it possible define myself....is it a best practise...

Ofcourse you can define by yourself,its one of the ways to define your structure,if you dont have XSD/WSDL/DTD then we have to define manually,there is nothing wrong in that

Thanx

Aamir

former_member181962
Active Contributor
0 Kudos

>

> is it possible define myself....is it a best practise...

Forget best practice!!,I think you have no other option..:)

Answers (3)

Answers (3)

ravi_raman2
Active Contributor
0 Kudos

PSRK,

You are far away from best practices now........

Get the xsd of the idoc and use that in your mapping......

Regards

Ravi Raman

Former Member
0 Kudos

Hi,

It is not req to know about the sender data structure(in your case), but should know what you have to Map in the Idoc fields.

If you have knowledge about it..then you can create any dummy data type and can Map the values to target..at last you have to post an Idoc from XI with all the incoming values(flat files).

Thanks

Farooq

Former Member
0 Kudos

create a source datatype for fixed length file and map it with idoc.

Use file content conversion to convert fixed length file to xml datatype.