Application Development 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: 

Attachachment Functionality required.

Former Member
0 Kudos

Hi !

I am creating a dialogue program. In that I need to add a button of ATTACHMENT. Clicking on this button should allow me to browse through the screen and add file.Is there any standard function module which can be used for the same?

Thanks and Regards

Sourabh Verma

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try to Use

SO_ATTACHMENT_INSERT

If Helpful reward

Regards

3 REPLIES 3

Former Member
0 Kudos

Try to Use

SO_ATTACHMENT_INSERT

If Helpful reward

Regards

0 Kudos

Hi Tushar!

Actually i am very new in ABAP.So, the problem is,even I was able to find this particular module but I am not clear hoe to use it.So, if you can provie me help regarding this it would be great.

Thanks and Regards

Former Member
0 Kudos

Hi Sourabh,

You can use the function module SD_ATTACHMENT_INSERT by calling it in your code ie use f6 in your code which will give you a screen .

Now enter the function module name there and press enter.

This will make the interface of the whole function appear in the code where you have inserted this function.

Go to SE37 give the functiion module name and give display .Ther you have documentatiion tab in the appplication tool bar got there and read the documentation to have the idea of what to pass as interface parameters.

Thank you!

Please reward points if helpful.

Sunmit.