cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can I generate an XML with my EDOC_COCKPIT?

walkerist79
Participant
0 Kudos
2,444

I'm trying to identify how the XML was built by the edoc_cockpit

View Entire Topic
Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Each eDocument implementation can have it differnet way.

But most common country dependent implementations are using Application Interface Framework (AIF).
If you are also using AIF, then you can explore BADI eDocument Interface Connector (EDOC_INTERFACE_CONNECTOR). There you will find your implementation/s and you can explore & debug code. Note that often the XML is created in initial eDocument status step, saved into the DB, and then this saved XML is used for preview in eDocument Cockpit. So you might not be able to debug preview action in some cases. You need to debug "submit" or other actions.