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

Attachement type

Former Member
0 Likes
705

Hi,

I'm using SO_ATTACHMENT_INSERT function to insert attachement to my message.

But I get an exception 'OBJECT_TYPE_NOT_EXIST'.

Is that because of wrong ATTACH_TYPE ?

Or maby something else ? Any ideas ?

Anyone know how to use this FM ???

Thanks for help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

generally this error happens when the object type u specified is not exosting in table TSOTD

do a where used list for this FM. to see how tis called in programs.

4 REPLIES 4
Read only

Former Member
0 Likes
649

generally this error happens when the object type u specified is not exosting in table TSOTD

do a where used list for this FM. to see how tis called in programs.

Read only

Former Member
0 Likes
648

Hello Artur,

I think object type should be from Table TSOTD .

Please check the table and all object types should maintain in this table.

Below are example object types :

ALI

ARC

BIN

DLI

EXT

FAX

FOL

GRA

OBJ

OFO

OTF

R3I

RAW

SCR

URL

WIM

XXL

Reward Points if it is helpful

Thanks

Seshu

Read only

0 Likes
648

Problem solved.

Thanks for help.

Points given

Read only

0 Likes
648

Hi,

Actually even I'm trying the same function module and trying how to go about it. Can you guide me here.

varun