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

Object services

cantin_daniel
Explorer
0 Likes
342

I would like to delete attachment in items object services in batch using ABAP program. Can i use function module or class to do that.

Regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
315

HI Daniel,

try with this class CL_GOS_DOCUMENT_SERVICE, the method DELETE_ATTACHMENT sounds good.

Regards,

Gianluca

1 REPLY 1
Read only

Former Member
0 Likes
316

HI Daniel,

try with this class CL_GOS_DOCUMENT_SERVICE, the method DELETE_ATTACHMENT sounds good.

Regards,

Gianluca