<?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 Re: Debugging a function in UPDATE TASK in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681976#M1576105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;into VBFUNC there is the name of Function Module '/SAPSLL/CTSGEN_WRITE_DOCUMENT' and into TFDIR-PNAME there is the name of Function Pool '/SAPSLL/SAPLCTSGEN_CD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Feb 2011 13:48:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-07T13:48:32Z</dc:date>
    <item>
      <title>Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681973#M1576102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I'm debugging a function in UPDATE TASK. I have just actived the flag 'Update Debug'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is Find how the Function's  parameters are passed. The function is called dynamically by a statement like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;" PERFORM (VBFUNC) IN PROGRAM (TFDIR-PNAME) USING VBID. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 12:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681973#M1576102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T12:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681974#M1576103</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;Your question is not clear to me.&lt;/P&gt;&lt;P&gt;wht I understood that you want to get the parameters passing to a function module which is dynamically called.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;" PERFORM (VBFUNC) IN PROGRAM (TFDIR-PNAME) USING VBID. "&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;this statement is not calling any FM it is calling a subroutin which exist in TFDIR-PNAME program variable after USING stat is your parameter.&lt;/P&gt;&lt;P&gt;You can get the name of the form, program and the parameters if you debug at this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 13:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681974#M1576103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T13:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681975#M1576104</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;this is not a function but a FORM in a program (function group). Have al look into the content of VBFUNC and TFDIR-PNAME, which forrm in which program is calles and llook there, how the name of the parameter for VBID is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 13:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681975#M1576104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T13:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681976#M1576105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;into VBFUNC there is the name of Function Module '/SAPSLL/CTSGEN_WRITE_DOCUMENT' and into TFDIR-PNAME there is the name of Function Pool '/SAPSLL/SAPLCTSGEN_CD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 13:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681976#M1576105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681977#M1576106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Which tcode/prog you are debugging..&lt;/P&gt;&lt;P&gt;Is the VBID is having some structure which is similar to what is there in tables parameter in this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anmol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 13:58:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681977#M1576106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T13:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681978#M1576107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm debugging the transaction /SAPSLL/LLNS_002 ( SAP GTS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure VBID is different.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, &lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 14:16:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681978#M1576107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T14:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681979#M1576108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you told before you have a PERFORM and no CALL FUNCTION. So you call a FORM routine and no function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you scan for this FORM routine in the whole function group in SE80 / SE38? How is the parameter of VBID defined, maybe type ANY?. Have a look into this FORM, maybe there is a CASE, where you can see the possible structures of VBID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 05:47:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681979#M1576108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-08T05:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a function in UPDATE TASK</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681980#M1576109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry me for the late.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wrong, I found the statment 'CALL FUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks at all,&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-function-in-update-task/m-p/7681980#M1576109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-24T19:12:25Z</dc:date>
    </item>
  </channel>
</rss>

