Application Development and Automation 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: 
Read only

Problem with FM : EDI_PATH_CREATE_MESTYP_DOCNUM

sachin_soni
Active Participant
0 Likes
719

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

1 REPLY 1
Read only

sachin_soni
Active Participant
0 Likes
535

Anyone???