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

EDI Outbound file Automatic Issue, Unix script used as command.

Former Member
0 Likes
667

EDI OUT bound issue:-

We are processing IDOC by using WE19 -> Here we are selecting existing IDOC -> By using pushbutton Start Outbound Processing the IDOC EDI file is creating in directory with file name as:- /abc/xyz/edi/DECVDE_989898.

In the same directory we have unix script file push_idoc_sci.sh is available which sends this EDI file to unix server.This script is working fine when we do manual sending of edi file - there is no issue in the script.

1> We configured the port SAPEDI which sends this EDI file automatically by using this script file. But this is not happening.

WE21 settings:-

Outbound file TAB:- Phycal directory -> /abc/xyz/edi/

Function module: EDI_PATH_CREATE_MESTYP_DOCNUM

Outbound Trigget TAB:-

Automatic Start Possible check box checked.

RFC destination -- SERVER_EXCE.

Directory-- /abc/xyz/edi/

Command file -- push_idoc_sci.sh

Inbound file TAB:- Phycal directory -> /abc/xyz/edi/ in

FM -- EDI_PATH_CREATE_CLIENT_DOCNUM

2> RFC destination TCP/IP connections:- SERVER_EXEC configured with parameters:

Application server :- Program: rfcexec.

The Issues is EDI file is creating in applicastion server, but it is not going automatically to unix server as automated process. even we mentoned the script in port defination to send automatically.

Is there any we are missing? any seetings do we need to do extra?

Please let us know.

Thanks in advance.

Sreedhara.

EDI OUT bound issue:-

We are processing IDOC by using WE19 -> Here we are selecting existing IDOC -> By using pushbutton Start Outbound Processing the IDOC EDI file is creating in directory with file name as:- /abc/xyz/edi/DECVDE_989898.

In the same directory we have unix script file push_idoc_sci.sh is available which sends this EDI file to unix server.This script is working fine when we do manual sending of edi file - there is no issue in the script.

1> We configured the port SAPEDI which sends this EDI file automatically by using this script file. But this is not happening.

WE21 settings:-

Outbound file TAB:- Phycal directory -> /abc/xyz/edi/

Function module: EDI_PATH_CREATE_MESTYP_DOCNUM

Outbound Trigget TAB:-

Automatic Start Possible check box checked.

RFC destination -- SERVER_EXCE.

Directory-- /abc/xyz/edi/

Command file -- push_idoc_sci.sh

Inbound file TAB:- Phycal directory -> /abc/xyz/edi/ in

FM -- EDI_PATH_CREATE_CLIENT_DOCNUM

2> RFC destination TCP/IP connections:- SERVER_EXEC configured with parameters:

Application server :- Program: rfcexec.

The Issues is EDI file is creating in applicastion server, but it is not going automatically to unix server as automated process. even we mentoned the script in port defination to send automatically.

Is there any we are missing? any seetings do we need to do extra?

Please let us know.

Thanks in advance.

Sreedhara.

1 REPLY 1
Read only

Former Member
0 Likes
507

Solved