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

settings for edi

Former Member
0 Likes
574

Hi

what r the settings needed in sap system for transferring the idoc to edi subsytem?

is the ale settings require for edi connection?

Hi

what r the settings needed in sap system for transferring the idoc to edi subsytem?

is the ale settings require for edi connection?

3 REPLIES 3
Read only

Former Member
0 Likes
550

This message was moderated.

Read only

former_member203501
Active Contributor
0 Likes
550

1. EDI Subsystem is not the only way to translate EDI message into IDOC, these subsystems are typically very costly. When you are not using heavy duty EDI processing, you can even use ABAP to translate EDI message. This turns out to be more cost effective for low volume.

2. I don't see any value in uploading this information into a Z-Table. If it is an EDI message, chances are there must be a way to post this information into SAP which can be used for adding value to the process.

3. You must pay attention to the naming convention of the files, as you will need to make sure that you are not processing the same message again. Also it is a good practice save the files into another directory (archive directory).

4. You can ask your EDI partner to trigger an event in SAP (You can give them a batch file which runs program sapevt to do that). It helps if you want real time interface, but scheduled job as you are thinking will also do the job.

Read only

0 Likes
550

..After 6 months?