<?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: please help out in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814065#M348796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the &lt;/P&gt;&lt;P&gt;At Selection-screen on p_bukrs .  [ assuming co.code is a parameter field ]&lt;/P&gt;&lt;P&gt;clear: p_stceg, p_fkdat.&lt;/P&gt;&lt;P&gt;select single stceg fkdat into (p_stceg,p_fkdat) &lt;/P&gt;&lt;P&gt; from vbrk where vbeln = p_vbeln&lt;/P&gt;&lt;P&gt;                  and bukrs = p_bukrs.  [ chk if vbrk has co.cde]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 27 Jan 2007 09:31:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-27T09:31:59Z</dc:date>
    <item>
      <title>please help out</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814062#M348793</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;  my selection screen consists of following filelds:&lt;/P&gt;&lt;P&gt;billing document no:(vbrk-vbeln) --&amp;gt;obligatory&lt;/P&gt;&lt;P&gt;vat regestration no: (vbrk-stceg)&lt;/P&gt;&lt;P&gt;billing date(vbrk-fkdat)&lt;/P&gt;&lt;P&gt;company code  (t001-bukrs)    --&amp;gt; obligatory.&lt;/P&gt;&lt;P&gt;the requirement is,by giving the billing document no. and company code as input,i should get the data in rest of the two fields dynamically.&lt;/P&gt;&lt;P&gt;Waiting for reply.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;akmal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 05:49:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814062#M348793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: please help out</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814063#M348794</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;you can fill these fields in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;At selection-screen&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; Event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use simple select queries and fill the above fields inside this event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 05:55:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814063#M348794</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2007-01-27T05:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: please help out</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814064#M348795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on p_bukrs. &amp;lt;or vbeln&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single stceg fkdat into p_stceg p_fkdat where vbeln = p_vbeln and bukrs = p_bulrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just put that code and after giving entry in those fields press enter and check whether the data is filled to rest of two fields or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here all the things are parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 06:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814064#M348795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T06:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: please help out</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814065#M348796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In the &lt;/P&gt;&lt;P&gt;At Selection-screen on p_bukrs .  [ assuming co.code is a parameter field ]&lt;/P&gt;&lt;P&gt;clear: p_stceg, p_fkdat.&lt;/P&gt;&lt;P&gt;select single stceg fkdat into (p_stceg,p_fkdat) &lt;/P&gt;&lt;P&gt; from vbrk where vbeln = p_vbeln&lt;/P&gt;&lt;P&gt;                  and bukrs = p_bukrs.  [ chk if vbrk has co.cde]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 09:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814065#M348796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: please help out</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814066#M348797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akmal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_bukrs LIKE t001-bukrs OBLIGATORY,&lt;/P&gt;&lt;P&gt;            p_vbeln TYPE vbrk-vbeln OBLIGATORY,&lt;/P&gt;&lt;P&gt;            p_stceg LIKE vbrk-stceg MODIF ID dis,&lt;/P&gt;&lt;P&gt;            p_fkdat LIKE vbrk-fkdat MODIF ID dis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: VBRK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-group1 = 'DIS'.&lt;/P&gt;&lt;P&gt;      screen-input = 0.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON P_vbeln.&lt;/P&gt;&lt;P&gt;  SELECT SINGLE stceg INTO p_stceg FROM  vbrk WHERE vbeln = p_vbeln&lt;/P&gt;&lt;P&gt;  AND bukrs = p_bukrs.&lt;/P&gt;&lt;P&gt;    SELECT SINGLE FKDAT INTO p_FKDAT FROM  vbrk WHERE vbeln = p_vbeln&lt;/P&gt;&lt;P&gt;  AND bukrs = p_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward point if helped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Renjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2007 11:19:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help-out/m-p/1814066#M348797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-27T11:19:53Z</dc:date>
    </item>
  </channel>
</rss>

