‎2010 Mar 20 11:03 AM
Dear Experts,
I have designed workflow for solution manager support desk now along with the mail contents i need to send the link also,
http://watsonsmdev.watsonindia.com:8000/sap/bc/gui/sap/its/webgui?sap-language=E&sap-client=101&;transaction=DSWP_SAPSHORTCUT*OkCode=/08 &pcmd=CRMVW&pnumb=DF2848088F7A4AF18797005056A67126&
this link i'm passing from function module ( i want to know the link data type and structure or table name , when i use cfx_hyperlink in fm but when adding this fm in bo its not allowing its asking for the structure or table name we have to refer when declaring the import parameter in fm)
then i can use containder variable as cfx_hyperlink data type when i searched for the table name or structure name its not available so guid me how to proceed,
Tried:
In container variable i have passed this link in initial value in email its displaying as link but not fully upro language =E& so how to proceed,
Note : I have used send mail step for sending mails,
Regards,
Thirukumaran. R
‎2010 Mar 20 8:46 PM
Please ask the moderator to move your thread to forum.
I don't understand your question, is it about how to pass a parameter? Could you explain more precisely where you have the issue, and what message you get.
What I understand (element 'wfurlvariable' is defined in workflow container):
Workflow step 1
-> Task (define binding to copy task container 'urlvariable' to workflow container 'wfurlvariable')
-> BO method
-> CALL FUNCTION '...' IMPORTING url = url_variable.
-> swc_set_element container 'urlvariable' url_variable.
Workflow step 2
-> Task Mail (use directly workflow container '&wfurlvariable&' in your mail)
‎2010 Mar 20 8:46 PM
Please ask the moderator to move your thread to forum.
I don't understand your question, is it about how to pass a parameter? Could you explain more precisely where you have the issue, and what message you get.
What I understand (element 'wfurlvariable' is defined in workflow container):
Workflow step 1
-> Task (define binding to copy task container 'urlvariable' to workflow container 'wfurlvariable')
-> BO method
-> CALL FUNCTION '...' IMPORTING url = url_variable.
-> swc_set_element container 'urlvariable' url_variable.
Workflow step 2
-> Task Mail (use directly workflow container '&wfurlvariable&' in your mail)