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

GOS: create attachment sent by PI while creating Service Request

Former Member
0 Likes
501

Hi Friends,

I am developing a custom FM which creates Service Request Notification(QMEL).

This FM will be called by PI with data using web services and gets back the results after execution of function module.

PI receives the attachments also from the other systems which should be sending to ECC to create the attachments also.

PI sends Filename, file type, file data text or binary which will be sent to FM to an internal table..

I am trying to use the internal table data to create attachments in the FM. I am stuck here.

Are there any thoughts how I should get data from PI to ECC to achieve the functionality??

I appreciate if anyone gives me an idea how to proceed?

Regards,

Satya Denduluri.

GOS: create attachment sent by PI while creating Service Request

Hi Friends,

I am developing a custom FM which creates Service Request Notification(QMEL).

This FM will be called by PI with data using web services and gets back the results after execution of function module.

PI receives the attachments also from the other systems which should be sending to ECC to create the attachments also.

PI sends Filename, file type, file data text or binary which will be sent to FM to an internal table..

I am trying to use the internal table data to create attachments in the FM. I am stuck here.

Are there any thoughts how I should get data from PI to ECC to achieve the functionality??

I appreciate if anyone gives me an idea how to proceed?

Regards,

Satya Denduluri.

GOS: create attachment sent by PI while creating Service Request

1 REPLY 1
Read only

dirk_wittenberg
Contributor
0 Likes
371

Hi,

did you try business object SOFM ( transaction SWO1 ) ? It offers a lot of methods around attachments, documents.

Regards

Dirk