2008 Jul 30 11:42 AM
Hi All,
The senario is like :
Generating an IDOC though the use of FM :
MASTER IDOCDISTRIBUTE
Then using XML port and FM
IDOCS_OUTPUT_IN_XML_FORMAT
Converting the IDOC to XML file on APP server
And finally using TXN CG3Y downloading thte XML file from APP server to frontend.
Now the issue is the FM: IDOCS_OUTPUT_IN_XML_FORMAT is behaving inconsistently,
During R&D i put a break-point in FM: EDI_PATH_CREATE_MESTYP_DOCNUM (which generates the file name of file on app server)
and found that if i take a break in this FM i.e i do F5/F6 one or two times in the src code and then execute all works fine but if i skip by F8 or simply dont put a Break-point in that nothing happens i.e xml file generation step plus the download step does not happen.
If Anyone can throw some light , it'll be great
Thanks,
Sachin soni
Hi All,
The senario is like :
Generating an IDOC though the use of FM :
MASTER IDOCDISTRIBUTE
Then using XML port and FM
IDOCS_OUTPUT_IN_XML_FORMAT
Converting the IDOC to XML file on APP server
And finally using TXN CG3Y downloading thte XML file from APP server to frontend.
Now the issue is the FM: IDOCS_OUTPUT_IN_XML_FORMAT is behaving inconsistently,
During R&D i put a break-point in FM: EDI_PATH_CREATE_MESTYP_DOCNUM (which generates the file name of file on app server)
and found that if i take a break in this FM i.e i do F5/F6 one or two times in the src code and then execute all works fine but if i skip by F8 or simply dont put a Break-point in that nothing happens i.e xml file generation step plus the download step does not happen.
If Anyone can throw some light , it'll be great
Thanks,
Sachin soni
2008 Jul 31 6:42 AM