2015 Dec 02 5:44 AM
Hi,
My requirement is to send a Transaction code as a link in an e-mail to SAP Inbox.
We don't want to send it as a Work item. But send as an e-mail using FM ' SO_NEW_DOCUMENT_ATT_SEND_API1'
I have tried to Create a shortcut and send the shortcut as an attachment , but that is not the expectation .
Please advice.
2015 Dec 02 7:08 AM
Hi Aravind
SAP Workflow Items are the standard way to deliver the functionality you require.
What do you want to reinvent the wheel with this approach?
Regards
Arden
Hi Aravind
SAP Workflow Items are the standard way to deliver the functionality you require.
What do you want to reinvent the wheel with this approach?
Regards
Arden
2015 Dec 02 7:08 AM
Hi Aravind
SAP Workflow Items are the standard way to deliver the functionality you require.
What do you want to reinvent the wheel with this approach?
Regards
Arden
2015 Dec 02 7:15 AM
Hi Arden,
Work items were not a feasible solution for this requirement.
However, have been able to achieve the same using the below format as the message.
'<A HREF="sap-object://CUST_TRAN ZTCODE"> Free Text </A>'.
2015 Dec 02 7:19 AM
2015 Dec 02 9:16 AM
hi,
please explain how you have achieved it proper way!!
or
can you upload the code.??
thank you.
2015 Dec 02 9:36 AM
Hi Aditya,
While sending the message using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' ,
in the contents_txt ( Tables) pass the string
'<A HREF="sap-object://CUST_TRAN ZTCODE"> Free Text </A>'
where 'ZTCODE' is the desired Tcode to be called.
'Free Text' is the Text for the Link.
2015 Dec 02 10:41 AM
SO_NEW_DOCUMENT_ATT_SEND_API1 is obsolete. Use the CL_BCS classes instead.
2022 Feb 25 12:37 PM
Hi Expert,
How to send the parameter(s) along with the tcode in below expression.
'<A HREF="sap-object://CUST_TRAN ZTCODE"> Free Text </A>'
Thanks,
Nitin
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |