<?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: executable prog in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-prog/m-p/1756882#M327866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen should look something like below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: ekko, ekpo, eban.
select-options: s_aedat for ekko-aedat obligatory.
parameters: p_pr  radiobutton group rad1 default 'X',
            p_rfq radiobutton group rad1,
            p_qu  radiobutton group rad1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Extracting PR Details, check table EBAN.&lt;/P&gt;&lt;P&gt;For RFQ and Quotation Details check table EKKO &amp;amp; EKPO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the details that have to be displayed can be brought from the talbes that i have provided above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 07:13:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T07:13:19Z</dc:date>
    <item>
      <title>executable prog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-prog/m-p/1756881#M327865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO,&lt;/P&gt;&lt;P&gt;want 3 radiobutton   1)PR(purchase requisition)    2) RFQ (reguest for quotation)   3) Quotation&lt;/P&gt;&lt;P&gt;  1)If PR button is selected in Input &lt;/P&gt;&lt;P&gt;1. Date of PR(table-fieldname)- MEREQ3321 -BADAT&lt;/P&gt;&lt;P&gt;2. PR number-EBAN &amp;#150; BANFN&lt;/P&gt;&lt;P&gt;3. PO creation date. MEPO_TOPLINE &amp;#150;BEDAT&lt;/P&gt;&lt;P&gt;4. PO numberMEPO_TOPLINE - EBELN &lt;/P&gt;&lt;P&gt;5. Number of dates PR pending. . Subtract third field with first field (3-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt; 2) If RFQ button is selected in input  .&lt;/P&gt;&lt;P&gt;1.RFQ Date  RM06E-ANFDT&lt;/P&gt;&lt;P&gt;2.RFQ Number RM06E-ANFNR&lt;/P&gt;&lt;P&gt;3.Quotation Date  EKKO-IHRAN&lt;/P&gt;&lt;P&gt;4.Quotation Number 	RM06E-ANFNR&lt;/P&gt;&lt;P&gt;5. Number of dates RFQ pending. . Subtract third field with first field (3-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)If Quotation button is selected in input1. &lt;/P&gt;&lt;P&gt;1.Quotation Date EKKO-IHRAN&lt;/P&gt;&lt;P&gt;2. Quotation number 	RM06E-ANFNR&lt;/P&gt;&lt;P&gt;3. PO creation date MEPO_TOPLINE &amp;#150;BEDAT&lt;/P&gt;&lt;P&gt;4. PO number  MEPO_TOPLINE - EBELN&lt;/P&gt;&lt;P&gt;5. Number of dates Quotation pending . Subtract third field with first field (3-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;logic:&lt;/P&gt;&lt;P&gt;This is date wise analysis for entire cycle involved in Procurement.&lt;/P&gt;&lt;P&gt;There will be one input screen for which will give output for 3 cycles (PR/RFQ/Quotation).&lt;/P&gt;&lt;P&gt;Input screen will have only one from and to date option. And below that there will be 3 selection buttons as PR/RFQ/Quotation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the requirement..Can some one help me how to do that .i'm new to this programming..i don't have much knowledge in programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks u in anticipation.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 06:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-prog/m-p/1756881#M327865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T06:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: executable prog</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/executable-prog/m-p/1756882#M327866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen should look something like below:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables: ekko, ekpo, eban.
select-options: s_aedat for ekko-aedat obligatory.
parameters: p_pr  radiobutton group rad1 default 'X',
            p_rfq radiobutton group rad1,
            p_qu  radiobutton group rad1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Extracting PR Details, check table EBAN.&lt;/P&gt;&lt;P&gt;For RFQ and Quotation Details check table EKKO &amp;amp; EKPO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the details that have to be displayed can be brought from the talbes that i have provided above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 07:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/executable-prog/m-p/1756882#M327866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T07:13:19Z</dc:date>
    </item>
  </channel>
</rss>

