‎2007 May 09 3:12 PM
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
‎2007 May 09 3:26 PM
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.
‎2007 May 09 3:26 PM
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.
‎2007 May 09 3:41 PM
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
‎2007 May 09 3:52 PM
‎2009 Jan 13 8:40 AM
Hi,
Actually even I'm trying the same function module and trying how to go about it. Can you guide me here.
varun