cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping(Java) of input Stream data onto a file at respective fields.

Former Member
0 Kudos

Hi,

Can Anyone provide me info regarding how to Map (Using Java Mapping) a Huge amount of Incoming Arrays of Data from an IDOC onto a File in its Specified Fields?. If Possible provide me some examples.

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

do a simple search in SDN and it will direct you to loads of wikis and blogs on this topic.

ref:

https://www.sdn.sap.com/irj/scn/advancedsearch?query=java+mapping#sdn_content_category_value_wiki

sunil_singh13
Active Contributor
0 Kudos

Hi Sudeep,

For using Java mapping in SAP PI you have to import class file your Java Mapping as a Imported Archive in SAP PI and in Interface mapping you have to select this mapping for intended source and target structure.

You can use NWDS for as a development tool for Java mapping .There are parser available for implimenting Java mapping amongs then DOM(document object model) ans SAX are commonly used.

As you have to handle huge payload i would recomment to use SAX parser as it gives good performance for huge payload.

Thanks,

Sunil Singh