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

IW52 Attachment Issue

Former Member
0 Likes
556

Hi Friends,

i have created a program to attach file to IW52 Transaction , requirement is One who attached the file he/she can only able to delete the file, but here its deleting for all the users. i have checked i dint find any BADI. Please help me.

In simple words if user xyz is attached a file to IW52 xyz only delete file.

Thanks in advance.

Regards

Naresh

Hi Friends,

i have created a program to attach file to IW52 Transaction , requirement is One who attached the file he/she can only able to delete the file, but here its deleting for all the users. i have checked i dint find any BADI. Please help me.

In simple words if user xyz is attached a file to IW52 xyz only delete file.

Thanks in advance.

Regards

Naresh

1 REPLY 1
Read only

Former Member
0 Likes
446

Hi,

For this, i found implicit enhancement point in Method : DELETE_ATTACHMENT in Class : CL_GOS_DOCUMENT_SERVICE.

By using this enhancement we can write our code before deleting the file.

Regards,

Naresh Mochi