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

Problems with SapConnect

Former Member
0 Likes
775

Hi,

I'm facing some problems with SAP Connect I'll apreciate if someone that have already had the same problem knows the reason.

I have a program that sends a mail with an attached PDF document by mail. The program is in development system and quality system. In both systems the mail is send, but in one system the attached PDF is OK, and in the other system the attached PDF cannot be opened. I've checked that when seeing the mail in SOST in the system where we cannot see the attached PDF, it is already with a corrupted format.

So, as the program is the same, I believe the reason of the attached is corrupted in only one system is caused by any administration task.

Does anyone have any idea of what may be causing this problem ?

Please note in SCOT the configuration is equal in both systems.

Thanks in advance,

Paulo Sousa

6 REPLIES 6
Read only

Former Member
0 Likes
722

Hi,

Please note in the system where I have problems the mail appears as created and changed by my user. In the system where

everithing is OK it appears only as created ( not modified )

Kind regards,

Paulo Sousa

Read only

former_member194669
Active Contributor
0 Likes
722

For checking this is because of some config.go to transaction code SBWP (sap office) and create new mail with PDF attachment and send to external id and check wihether you are receiving the mail properly.

If this also not getting properly then it will be something in the SCOT config issue

a®

Read only

0 Likes
722

Hi,

I've created an document with a PDF attach in workplace ( in the system where I have the problem ) and for that document the attach is OK.

So as you0ve said it should not be a problem of SCOT. Do you have any other idea of what may be happening ?

Thanks,

Paulo Sousa

Read only

former_member194669
Active Contributor
0 Likes
722

As you said it may issue with code.

We have several testing programs to check this.

I think your version is ECC

Check & try these

BCS_TEST05

BCS_EXAMPLE_5

BCS_EXAMPLE_6

a®

Read only

0 Likes
722

Hi,

Yes, I have ECC 6.00

I've tried with BCS_EXAMPLE_6 and it worked fine.

what I don't understand is why the same program works in quality system and does not work in development system.

thanks,

Paulo Sousa

Read only

0 Likes
722

As this is custom program you need to debug very closely or change the logic from BCS_EXAMPLE_6 to your custom program

a®