<?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: F110 - Proposal Run Exception List in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705183#M1578430</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the FM and I saw the value in it while debugging.It gets the value of the current document. &lt;/P&gt;&lt;P&gt;My requirement is :- The 'Payment Method' which we enter in the "Parameters" Tab of Tcode 'F110' before Proposal Run, I need that This FM doesnot has this.It has individual Document's ZLSCH(Payment Method).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope now you understand the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 12:29:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-02T12:29:26Z</dc:date>
    <item>
      <title>F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705173#M1578420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a requirement from the user wherein in tcode F110,when the proposal run is executed , if the payment method is 'H' , then the vendors having Bank Key = 9910 should not get  populated for Payment Run. they should be seen in the exception list that is generated.&lt;/P&gt;&lt;P&gt;Could you please tell me where the logic has to be incorporated.Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 10:16:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705173#M1578420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-25T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705174#M1578421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use process BTE 1820 to set a payment block, add a message, and put the item on the exception list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 16:27:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705174#M1578421</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-02-25T16:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705175#M1578422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Brad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have never implemented BTE.I went through the forum and understood the following steps have to be done :-&lt;/P&gt;&lt;P&gt;1. Go to FIBF T-code.&lt;/P&gt;&lt;P&gt;2.Go to Environment -&amp;gt; Infosystem(Processes) .&lt;/P&gt;&lt;P&gt;3. Enter the value '00001820' in 'Process Interface' field.Execute.&lt;/P&gt;&lt;P&gt;4.Create a 'Z' of the Sample function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this I am not able to understand how do I attach this 'Z' function module to 1820.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me with the detailed steps. It will be of great help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 07:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705175#M1578422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T07:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705176#M1578423</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;First you need to create a product in &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;settings-&amp;gt;products-&amp;gt;customer&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You need to attach the function module in &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;settings-&amp;gt;P/S modules-&amp;gt;of a customer&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Use Below function module and do the changes accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Function module SAMPLE_PROCESS_00001820 must not be changed.

If you want to create your own function module that is to be accessed at the callup point mentioned above, proceed as follows:

1. Copy the function module to your own name range.
2. Do not change any transfer parameters !!
3. Write your own coding in the copied function module.
4. Save and activate your function module.
5. Carry out the necessary settings in Customizing. Business Transaction Events&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information read SAMPLE_PROCESS_00001820 function module help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 07:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705176#M1578423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T07:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705177#M1578424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply . The debugger stops at the breakpoint.&lt;/P&gt;&lt;P&gt;But it is not catering to my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to populate the table which is displayed when we click "Display Proposal" tab after we run Proposal (after entering the parameters).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me locate a point where I can write the code which will insert a particuar vendor into the exception List.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(for problem statement , please look at my first post).&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 10:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705177#M1578424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T10:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705178#M1578425</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 need to write your code in Zfunction module i.e. ZSAMPLE_PROCESS_00001820.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 10:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705178#M1578425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T10:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705179#M1578426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table that I want is not there in Sample FM of 1820.I need to know where is the table for exception list getting populated.I need to modify that table itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add the vendor in the vendor's exception list as well as the documents in document's exception list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705179#M1578426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T11:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705180#M1578427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you read the documentation, it is clearly mentioned how to proceed with the requirement of "blocking" the docs from being selected in the payment run!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no table/structure holding the details of the "exception list". You need to set the Payment Block param C_ZLSPR in this BTE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705180#M1578427</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-02T11:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705181#M1578428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton .. I understood what is to be done . &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I need the "payment method" which is there in the parameters tab(F110) . It doesnot get imported in this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what shall i do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 11:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705181#M1578428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T11:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705182#M1578429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; But I need the "payment method" which is there in the parameters tab(F110) . It doesnot get imported in this FM.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patience, mate ... You've the CHANGING param C_ZLSCH which should be holding the pymt method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Read the FM documentation(wherever applicable) before using it &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 12:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705182#M1578429</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-02T12:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705183#M1578430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the FM and I saw the value in it while debugging.It gets the value of the current document. &lt;/P&gt;&lt;P&gt;My requirement is :- The 'Payment Method' which we enter in the "Parameters" Tab of Tcode 'F110' before Proposal Run, I need that This FM doesnot has this.It has individual Document's ZLSCH(Payment Method).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope now you understand the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 12:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705183#M1578430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T12:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705184#M1578431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case check the ABAP call stack in the debug mode &amp;amp; see if you've access to the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 12:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705184#M1578431</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-02T12:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705185#M1578432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes , I can access that field.But the thing is that the program where I can see this field  has many includes which are being called before this FM is called . Could you pls tell me if I can access this data and if yes then how to go about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705185#M1578432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-02T13:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705186#M1578433</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;You can access the global variables of the programs loaded into the "internal session"(in this case ABAP call stack) using the ASSIGN statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search the forum or do an F1 on ASSIGN for further info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 13:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705186#M1578433</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-03-02T13:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: F110 - Proposal Run Exception List</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705187#M1578434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am facing the same issue - Prashant - were u able to get what Suhas advised?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl guide on the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2012 20:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/f110-proposal-run-exception-list/m-p/7705187#M1578434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-15T20:14:37Z</dc:date>
    </item>
  </channel>
</rss>

