<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Workflows : Few Doubts. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952136#M65405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am new to Workflows. I got some doubts in Workflows. Here are the doubts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Can we identify the Workflow Template number( not the template description) from the Workflow Log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there any way to debug my workflows. I have a situation where I want to see my container variables values at each and every step. Is this Debugging possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I am creating a Business Object and it has got a set of methods. Well I would like to make one my own particular method to be made as Default method to my &lt;/P&gt;&lt;P&gt;Business Object. How is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) I have created a Business Object ZRAJA with 2 fields :&lt;/P&gt;&lt;P&gt;  PERNR as Key Field and ENAME as Attribute.&lt;/P&gt;&lt;P&gt;  Now I created a method for this Business Object named &lt;/P&gt;&lt;P&gt;  DispPernr. This method gets the PERNR from the &lt;/P&gt;&lt;P&gt;  Container Variable which is sent from WF using a macro &lt;/P&gt;&lt;P&gt;  SWC_GET_ELEMENT.Using this PERNR am getting ENAME from &lt;/P&gt;&lt;P&gt;  PA0001 (by select query). And I am updating in the &lt;/P&gt;&lt;P&gt;  OBJECT, setting OBJECT-ENAME = W_ENAME. After that I   &lt;/P&gt;&lt;P&gt;  am just coming out of the method. &lt;/P&gt;&lt;P&gt;  Then I created a new WF Template, with a Activity step &lt;/P&gt;&lt;P&gt;  refering to the task which in turn refers to a &lt;/P&gt;&lt;P&gt;  Business Object ZRAJA with method DispPernr.&lt;/P&gt;&lt;P&gt;  And with one more step which sends a mail with  &lt;/P&gt;&lt;P&gt;  ZRAJA.PERNR and ZRAJA.ENAME values. Now the problem is here only. I can get ZRAJA.PERNR value alone. I am not able to get the value of ZRAJA.ENAME in that mail. Why is that so? I kept a break-point in the Business Object and tested it. There is no problem from Business Object wise. Am able to populate OBJECT-ENAME correctly. But I am not able to retain it back to workflow. Is there any thing specific that must be done in Business Object's method to update the OBJECT REFERENCE sent from WF?&lt;/P&gt;&lt;P&gt;I have checked out the BINDINGS everywhere...I feel there is no problem with BINDING...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jul 2005 07:00:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-08T07:00:11Z</dc:date>
    <item>
      <title>Workflows : Few Doubts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952136#M65405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am new to Workflows. I got some doubts in Workflows. Here are the doubts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Can we identify the Workflow Template number( not the template description) from the Workflow Log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Is there any way to debug my workflows. I have a situation where I want to see my container variables values at each and every step. Is this Debugging possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) I am creating a Business Object and it has got a set of methods. Well I would like to make one my own particular method to be made as Default method to my &lt;/P&gt;&lt;P&gt;Business Object. How is it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) I have created a Business Object ZRAJA with 2 fields :&lt;/P&gt;&lt;P&gt;  PERNR as Key Field and ENAME as Attribute.&lt;/P&gt;&lt;P&gt;  Now I created a method for this Business Object named &lt;/P&gt;&lt;P&gt;  DispPernr. This method gets the PERNR from the &lt;/P&gt;&lt;P&gt;  Container Variable which is sent from WF using a macro &lt;/P&gt;&lt;P&gt;  SWC_GET_ELEMENT.Using this PERNR am getting ENAME from &lt;/P&gt;&lt;P&gt;  PA0001 (by select query). And I am updating in the &lt;/P&gt;&lt;P&gt;  OBJECT, setting OBJECT-ENAME = W_ENAME. After that I   &lt;/P&gt;&lt;P&gt;  am just coming out of the method. &lt;/P&gt;&lt;P&gt;  Then I created a new WF Template, with a Activity step &lt;/P&gt;&lt;P&gt;  refering to the task which in turn refers to a &lt;/P&gt;&lt;P&gt;  Business Object ZRAJA with method DispPernr.&lt;/P&gt;&lt;P&gt;  And with one more step which sends a mail with  &lt;/P&gt;&lt;P&gt;  ZRAJA.PERNR and ZRAJA.ENAME values. Now the problem is here only. I can get ZRAJA.PERNR value alone. I am not able to get the value of ZRAJA.ENAME in that mail. Why is that so? I kept a break-point in the Business Object and tested it. There is no problem from Business Object wise. Am able to populate OBJECT-ENAME correctly. But I am not able to retain it back to workflow. Is there any thing specific that must be done in Business Object's method to update the OBJECT REFERENCE sent from WF?&lt;/P&gt;&lt;P&gt;I have checked out the BINDINGS everywhere...I feel there is no problem with BINDING...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 07:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952136#M65405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-08T07:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows : Few Doubts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952137#M65406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the answers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Yes. From the log display, click on the very first line (this will be the template description) to display the attributes for the WF instance. Use the Menu option Extras-&amp;gt;Technical Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Use transaction SWUD. Enter your template ID. Click on Test Environment and click on 'Switch on Container....' (this is how I do it). You can start your WF from here and test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)In Edit Mode of BO, double click on the BO name. in the defaults tab, assign the default method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) If ENAME is an attribute, you must put your code in GET_PROPERTY ENAME. Same as you implement code for a method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Ramki Maley.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish you posted 4 questions, could have got 40 points &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 13:03:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952137#M65406</guid>
      <dc:creator>ramki_maley</dc:creator>
      <dc:date>2005-07-08T13:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Workflows : Few Doubts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952138#M65407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Ramki sir,&lt;/P&gt;&lt;P&gt;Your are really great sir.Superb knowledge.&lt;/P&gt;&lt;P&gt;I had wasted many hours on each and every issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I myself found some of the answers before I checked this mail. Anyhow by this reply, I completely clarified my doubts. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you really very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep helping us in future also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also suggest some nice Workflow websites for our future reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raja Sekhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2005 14:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/workflows-few-doubts/m-p/952138#M65407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-08T14:25:57Z</dc:date>
    </item>
  </channel>
</rss>

