Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to find a corresponding IDOC type for an EDI?

Former Member
0 Kudos

Hi All,

I have the following requirement.

Client wants to generate an interface(inbound and outbound) which transfers the data from non-sap into SAP in FI module.Client has a bnak account from which SAP system should be updated daily with the account transactions using EDI.

The bank deatails will be send it to EDI which then converts into SAP.The client proposes three EDI formats

EDI821 - Bank statements for reconcilation

EDI828 - Vendor/Customer payment bank transactions.

EDI823- LockBox.

Descriptions may or may not correct.

I got one IDOC type corresponding to EDI823 which is FINSTA01 but I couldn't find for other EDI formats.

Now I have the following questions :

1)How to find the IDOC types corresponding to the EDI formats.

2)Is it possible to create the interface with EDI/IDOC with out standard format?

3)What are the basic settings required to use EDI in SAP.(I think we need a EDI converter ot tool some thing like that).

4)How to find the IDOC number corresponding to an IDOC type?.(I have gone through WE02,WE09 and WE05 but in my system it is showing no values,I tried with so many inputs.so is there any other transaction to find the IDOC number)

your help will be appreciated.

Thanks,

Ramesh.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Please refer

http://www.erpgenie.com/sapedi/index.htm

http://edifactory.de which will give you good documentation about EDI.

Check these links for EDI

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

http://www.sapgenie.com/sapedi/idoc_abap.htm

www.sapgenie.com/sapedi/edi_sap_training.htm

www.sap-img.com/basis/ difference-between-edi-and-idoc.htm

help.sap.com/saphelp_nw04/helpdata/ en/35/26b592afab52b9e10000009b38f974/content.htm

help.sap.com/saphelp_nw04/helpdata/ en/35/26b594afab52b9e10000009b38f974/content.htm

http://www.onestopsap.com/interview-Question/edi/

http://www.intelligententerprise.com/channels/applications/feature/archive/kasturi2.jhtml

http://www.sapgenie.com/sapgenie/docs/i830v3020.xls

http://help.sap.com/saphelp_46c/helpdata/en/0b/2a655d507d11d18ee90000e8366fc2/frameset.htm

http://www.hud.gov/offices/hsg/comp/edi/0306sec1.cfm

http://www.sapgenie.com/sapedi/index.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419

http://www.sapgenie.com/sapedi/index.htm

http://www.allsaplinks.com/idoc_sample.html

http://www.sap-img.com/abap/ale-bapi.htm

http://www.sap-img.com/basis/difference-between-edi-and-idoc.htm

http://www.sappro.com/downloads/OneClientDistribution.pdf

http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc

http://www.sapgenie.com/sapedi/idoc_abap.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/0b/2a60bb507d11d18ee90000e8366fc2/frameset.htm

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b828943d711d1893e0000e8323c4f/frameset.htm

http://www.sapgenie.com/ale/whitepaper.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf

Regards,

Raj.

Former Member
0 Kudos

Hi Ramesh,

Deciding a Idoc type depends on the transaction . what is the transaction you are using?.

1)How to find the IDOC types corresponding to the EDI formats.

Based on Transaction.Please search in the forum

2)Is it possible to create the interface with EDI/IDOC with out standard format?

NO

3)What are the basic settings required to use EDI in SAP.(I think we need a EDI converter ot tool some thing like that).

Middleware like webmethods,Business connector,SAP XI.depend on the Client data format

4)How to find the IDOC number corresponding to an IDOC type?.(I have gone through WE02,WE09 and WE05 but in my system it is showing no values,I tried with so many inputs.so is there any other transaction to find the IDOC number)

simply entring the Idoc in the we02 ,no other way .I hope in your D/B IDoc may not available.

Rgds

Sree M

Former Member
0 Kudos

Hello,

I suggest that you use a std EDI SAP converter tool. EDI is not simple. The converter probably will solve you the problem of having to find the right IDoc fields by yourself.

1) How to find the IDOC types corresponding to the EDI formats.

manual investigation, or check documentation of existing SAP/EDI adapers

2) Is it possible to create the interface with EDI/IDOC with out standard format?

yes. You can create custom IDoc types (or custom extensions to standard types) and process them into SAP (but the processing requires inbound custom coding, of course)

3)What are the basic settings required to use EDI in SAP.(I think we need a EDI converter ot tool some thing like that).

SAP does not know EDI. Yes, use a converter (which sends idocs into SAP).

4)How to find the IDOC number corresponding to an IDOC type?.(I have gone through WE02,WE09 and WE05 but in my system it is showing no values,I tried with so many inputs.so is there any other transaction to find the IDOC number)

? IDOC number corresponding to a type ? WE60 shows you the existing idoc types. What do you mean exactly ? Find runtime idoc by idoc number (DOCNUM) ? Then use WE02, and enter IDOC number.

CSY