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

Link in workflow

Former Member
0 Likes
553

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

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
430

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)

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
431

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)