cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to conver EDI file format.

Former Member
0 Kudos

Hello All,

Sender is sending the file format like this its an EDI format.

I need to process the data using PI system and send it to SAP ECC side.

we dont have seeburger adapter. With out using third party adapter can we process this type of file ? if yes please tell me.

Please check the file format.

ISA00 00 010430000964203 ZZPPPPPP 0908101324U004010000007660P?/GSLB0430000964203PPPPPP2009081013241X004010/ST823000000001/N1BKXXX BANK13043000096/N1PEYYYYYYY CHEMICALZZ1019796429/DEP064420320090810**01043000096DA1019796429/AMT3809558.11/QTY411/QTY4215/BAT20090810157/AMT2809558.11/QTY4215/BPRC95663.44CCHK01061100606DA30096170/REFBT157001/REFCK008663/RMRIV91038542*21211.40/RMRIV9103855626835.170/RMRIV9103866221211.40/RMRIV9103875726405.470/BPRC86286.6CCHK01053000196DA000682475176/REFBT157002/REFCK014141/RMRIV91038003*247470/RMRIV9103811261539.60/BPRC38288CCHK01062000019DA1405714552/REFBT157003/REFCK039240/RMRIV91039704*382880/BPRC12771.53CCHK01044002161DA99919665/REFBT157004/REFCK229025/RMRIV91039496*12771.530/BPRC8549.62CCHK01081000032DA003491350861/REFBT157005/REFCK00036116/RMRIV91037226*4274.530/RMRIV910376094275.090/BPRC13716CCHK01041000124DA2637881/REFBT157006/REFCK049452/RMRIV91038927*14284.790/RMRIVUNKN-568.790/BPRC29614.93CCHK01042100272DA7480794978/REFBT157007/REFCK004672/RMRIV91039219*29614.930/BPRC2840CCHK01061120369DA10066942/REFBT157008/REFCK027816/RMRIV91039818*28400/BPRC22308.56CCHK01071923284DA5590092895/REFBT157009/REFCK446171/RMRIV91039100*22308.560/BPRC381875.48CCHK01061209756DA2079900472518/REFBT157010/REFCK04264457/RMRIV91038117*69293.830/RMRIV9103855170378.580/RMRIV9103882967558.230/RMRIV9103883072481.50/RMRIV91038876412250/RMRIV9103888320427.630/RMRIV9103888419448.860/RMRIV9103888521061.850/BPRC28952.7CCHK01075902722DA030000487/REFBT157011/REFCK505263/RMRIV91039178*28952.70/BPRC45360CCHK01061112788DA3359000935/REFBT157012/REFCK100426910/RMRIV91038671*453600/BPRC15390CCHK01061112788DA3299025140/REFBT157013/REFCK10262686/RMRIV91039207*153900/BPRC27565.4CCHK01021200339DA003818822134/REFBT157014/REFCK0000036121/RMRIV91037464*27565.40/BPRC375.85CCHK01031100225DA2079950025698/REFBT157015/REFCK00290022/RMRIV445140*375.850/SE84000000001/GE11/IEA1*000000766/=

Thanks and Regards,

chinna

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

It's possible to process this kind of EDI files. But need for custom adapter module. SO, u developed one custom EJB module and put that logic what u want.

Thanks

Vijaya Kumar

Former Member
0 Kudos

you can develop custom adapter module or use java mapping to validate EDI document .

read the EDI document as a single string text file using FCC parameters then do the validations using javamapping and then send the validated EDI doc to the ECC system.

former_member750652
Contributor
0 Kudos

Hi chinna,

In order to convert EDI document that u have pasted in ur question .

we require SEEBURGER adapters which can automatically convert EDI flat file to EDI -XMlL and do normal message maping in XI environment.

With out the SEEBURGER adpaters also we can do that by developing customised Adapter module and this is the only way.

At the same time you need to take care about the Functioal acknowledgement (If sender expects).which indicates the consistensy of EDI documentAs far as EDI document is concerned if its small

it can be done using customised module but if its big file then Trading partnerguidelines would be big and you need to consider so many validations.

In which case seeburger workbench takes care of all the monitoring and validating part of EDI.so .ita almost like you are simulating the SEEBURGER environment.

Jus think about it.

Thanks,

Ram.

Former Member
0 Kudos

Its very difficult to process EDI flatfiles with out using third party adapters like seeburger...

If you dont want to use the same then need to define Content Conversion parameters for the same

which is very very difficult....

/people/sobhithalaxmi.kata/blog/2009/07/21/cost-free-edi-integration-using-message-transformation-bean

check the above blog may give some insight of implementaiton iwht out using third adapters

Rajesh

Edited by: Rajesh on Aug 12, 2009 10:52 AM