<?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: debug dynpro + call script form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185118#M465141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.You should chech it in SMARTFORMS.&lt;/P&gt;&lt;P&gt;tcode  is SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You can code the same in the smartform itself either by hardocding the Sales Organisations,that will make this a dynamic smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 09:05:14 GMT</pubDate>
    <dc:creator>kiran_k8</dc:creator>
    <dc:date>2007-05-04T09:05:14Z</dc:date>
    <item>
      <title>debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185112#M465135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a req, I need to debug the few dynpro, and one of the dynpro is calling a form and I have to figure it out, which form is this ( and from where it is called ). I have never worked with script form before, can any one let me know how I can figure it out that ( how to call a form, I mean it should be statemnt like, call form .... or ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One another thing, I went into the coding, and there I see the screen ( in execution mode, the screen shows some button, ( e.g show , and after pressing this button show ,the form appers ), but when I went in flowlogic of the screen, I cant see those button ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185112#M465135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185113#M465136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Shah,&lt;/P&gt;&lt;P&gt;   Scripts are called using OPEN_FORM function module.&lt;/P&gt;&lt;P&gt;YOu have to look for the modules under Process After Input section for seeing the logic to handle the Button.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185113#M465136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185114#M465137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do like this.You might be pressing some push button after which the smart form or script is appearing.&lt;/P&gt;&lt;P&gt;do screen debugging.&lt;/P&gt;&lt;P&gt;enter /h in the command field and press enter.&lt;/P&gt;&lt;P&gt;now press the push button.&lt;/P&gt;&lt;P&gt;this will take you to the logic in the driver program where the smartform or script is getting invoked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a smartform you will see a function module SSF_FUNCTION_MODULE_NAME.&lt;/P&gt;&lt;P&gt;smartform name will be stored in LF_FORMNAME&lt;/P&gt;&lt;P&gt;put a watch point here to get the smartform name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is a script you will come across the following functional modules.&lt;/P&gt;&lt;P&gt;open_form,write_form,close_form.&lt;/P&gt;&lt;P&gt;Script name will be given in the open form functional module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any doubt revert it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:13:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185114#M465137</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-04T08:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185115#M465138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks yaar, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okey, I know the screen where those buttons are ( how I can see ,which button has what name ), so once I know the button name, I can see what happen after clicking it. ( because after clicking the button, it displays the form and I just need to know the form name ( and from where it is called )...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185115#M465138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185116#M465139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input, but there is no possiblity to do /H, else it would be easy &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any, I have found the button, and from the hint of Ravi, I am looking in PAI for SSF_FUNCTION_MODULE_NAME or open_form....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , and I will get back.....soon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:19:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185116#M465139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185117#M465140</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;Okey, I guess I have found one form, ( its called with SSF_FUNCTION_MODULE_NAME ), can anyone pls let me know how I can see this form , its tran se 72 or so ? &lt;/P&gt;&lt;P&gt;The name which I got from (ssf_functin_mo*) when I enter in se72, it say, does not exits ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okey one thing more, depending upon the organsization different form has to be called, ? is there any way, that I can read the text field of dynpro ( which contains the organization ) buks?&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shah H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shah H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 08:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185117#M465140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T08:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185118#M465141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.You should chech it in SMARTFORMS.&lt;/P&gt;&lt;P&gt;tcode  is SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.You can code the same in the smartform itself either by hardocding the Sales Organisations,that will make this a dynamic smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185118#M465141</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-04T09:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185119#M465142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Kiran, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How I can make it dynamic, is there any docu ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to call different form depending upon the organization code. ( at this time only one form is called ).... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing, after calling functin SSF_FUNCTION_MODULE_NAME, the parameter fm_name is filled ( l_fm_name). and later in the program something like this happens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function l_fm_name....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this fm calls the smartform?&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;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shah H&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185119#M465142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185120#M465143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.check it in lf_fm_name&lt;/P&gt;&lt;P&gt;2.DATA: LS_BIL_INVOICE TYPE LBBIL_INVOICE.&lt;/P&gt;&lt;P&gt;Do you find any statement like this in your driver program?&lt;/P&gt;&lt;P&gt;3.What is the Driver program that you are using for the smartform.&lt;/P&gt;&lt;P&gt; 4.go to nace transaction.&lt;/P&gt;&lt;P&gt;if you know the output type then it is a two sec job to know what is the smartform that is running and the driver program in one shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Kiran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185120#M465143</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-04T09:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185121#M465144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Kiran, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the smartform name ( and I have looked it into the smartform tran as well ). I just have to make the coading like this, that depending upon the organization code ( given in dynpro), different forms should be called....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185121#M465144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185122#M465145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have do the coding in the smartforms under Program lines nodes of a window.&lt;/P&gt;&lt;P&gt;Even I never tried a dynamic smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185122#M465145</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-04T09:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185123#M465146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls help me in some good docu, for basis of smartform ?&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;NEVER WORKED WITH SMARTFORM BEFORE, so first I have to get the feelings; what's going on &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185123#M465146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185124#M465147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/advancedsearch?query=smartforms&amp;amp;cat=sdn_all" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/advancedsearch?query=smartforms&amp;amp;cat=sdn_all&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185124#M465147</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-05-04T09:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: debug dynpro + call script form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185125#M465148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points awarded &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 09:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-dynpro-call-script-form/m-p/2185125#M465148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T09:40:37Z</dc:date>
    </item>
  </channel>
</rss>

