cancel
Showing results for 
Search instead for 
Did you mean: 

CPIC error executing SNDDST command

Former Member
0 Kudos

Hello All!

We are using SNDDST command to send messages to user mailboxes for simple notification in a process. These are the steps that I did:

- create an external OS command in SM49;

- create an entry in WRKDIRE to user R3P02 (user SID+System number -> it starts R3 system);

- change user profile R3P02 to limit capabilities -> *PARTIAL;

I made a copy os user profile R3P02 to test sending messages from OS/400. From OS sends normally but when the command is called from R/3 occurs a timeout of connection. (by function module SAPXPG_START_XPG)

I have extracted this portion of dev_rfc trace file:

======> CPIC-CALL: 'ThSAPCMRCV'

Excesso de tempo na estrutura de conexão (existe parceiro ?)

ABAP Programm: SAPLSXPT (Transaction: ZME28A)

Called function module: SAPXPG_START_XPG

User: LOLIVEIR (Client: 400)

Destination: %_TCPIP_%1 (handle: 2, convid , {464D7A0F-6E92-15A0-E100-0000800101

Error RFCIO_ERROR_SYSERROR in /build/bas/46D/gen/opt/abrfcpic.c : 2963

CPIC-CALL: 'ThSAPCMRCV'

Thanks for all help.

Best Regards,

André Koji Honma

Support Analyst

FUJIFILM da Amazônia Ltda.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello André,

A Question to determin where the problem lies.

Is the SNDDST command working from a 5250 session command line ?

If not please have a look at the following link:

http://www-1.ibm.com/support/docview.wss?rs=0&context=SWG60&dc=DB520&dc=D900&dc=D800&dc=DA900&dc=DA8...ANDAS400KBXXYYZZRCH&uid=nas134879f5e413aa5cd8625697b0053f36a&loc=en_US&cs=UTF-8&lang=all

Regards, Rudi van Helvoirt

Former Member
0 Kudos

No, SNDDST is called from function module SAPXPG_START_XPG within a program.

Former Member
0 Kudos

Hello André,

Maybe I got you wrong but it is not clear to me if the SNDDST works from the command-line so maybe you can give me a joblog what happens when you execute the SNDDST command from the command-line.

Regards, Rudi van Helvoirt

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Andre,

Would you conside another approach?

Configure SMTP from SAP - Note 455140 and others

Call function SO_OBJECT_SEND from ABAP code to send email

Best regards,

Victor