cancel
Showing results for 
Search instead for 
Did you mean: 

Capture Ackonwledgment from receiver file channel

Former Member
0 Kudos

Hi Friends,

I'm doing a scenario proxy-> file and then mail. I have to post a file to ftp folder and if the posting is succesfull I have to trigger a mail.

I have tried this using bpm since I have decison step in between. I'm using send step with transport ack, but I'm not able to capture the acknowledgment status message. I need this to chk the status and then trigger another send step for mail.

Please suggest how do I do this and is this possible without bpm.

Thanks in advance.

Pragati.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

the code to ask for technical ack is here:

http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/content.htm

so is the part at the end to query ack and you should get the details with get_status_detail( )

then you can send the mail

Regards,

Michal Krawczyk

Answers (0)