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

Technical Flow Description for out bound interface

Former Member
0 Likes
299

technical flow description for outbound interface

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
266

Hi,

Select data on the given selection criteria.

Validate it, if no data found send an error.

Else,

Check for the existence of mandatory fields if not send to error file.

Else,

pass it to final internal table with given delimiter to download.

Check for the download path, physical or application server.

Download to the selected location.

Download error file if any to given location or send through email.

Regards,

Amit

Reward all helpful replies.