<?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: Automatic Confirmation of Vendor Changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589396#M1567060</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks you're right about VENDOR_UPDATE, it would be like a direct update so it's discarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About RFBIKR00 it looks that field CONFS is not allowed here so I doubt it is a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now thinking on the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id : 'lifnr' field aux_lfa1-lifnr.&lt;/P&gt;&lt;P&gt;call transaction 'FK08' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As transaction FK08 is the correct one to confirm the changes and keeps a trace it looks the better approach. The problem is that I can't get this commands working fine, maybe I should add more parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I know the parameters I can use with this command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. Your answer have been helpful and points have been assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignacio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 08:14:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-20T08:14:29Z</dc:date>
    <item>
      <title>Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589392#M1567056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are developing a Z report to automatically confirm some modifications in vendors. On the first part of this Z report we describe an internal table and fill it with the vendor codes (field LIFNR) that need to be confirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the second part of the report we are suposed to update field LFA1-CONFS for these vendors, but direct updates of databse are banned (of course). I've found a function Module called "VENDOR_UPDATE" that could help, but it needs tons of mandatory tables, so I wonder if there is any other Function Module to update this field: LFA1-CONFS, or if someone can propose any other approach to this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignacio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 11:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589392#M1567056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T11:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589393#M1567057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only pass  I_LFA1 it will work....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 11:47:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589393#M1567057</guid>
      <dc:creator>Rushikesh_Yeole</dc:creator>
      <dc:date>2011-01-19T11:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589394#M1567058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rushikesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried with the following text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VENDOR_UPDATE'&lt;/P&gt;&lt;P&gt;          EXPORTING I_LFA1 = aux_lfa1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I receive a dump saying that I_LFB1 is also mandatory. Maybe I'm missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignacio.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: IGNACIO BELTRAN on Jan 19, 2011 12:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 11:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589394#M1567058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T11:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589395#M1567059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ignacio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should realize that FM &lt;STRONG&gt;VENDOR_UPDATE&lt;/STRONG&gt; is an update FM so essentially you will be doing a direct update which is what you wanted to avoid in the first place &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;  Now if you feel sure about this FM, I would recommend to at least create a change document in the process so there will be an audit trail.  Check the changedocument functions/documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want to have piece of mind, please check out program &lt;STRONG&gt;RFBIKR00&lt;/STRONG&gt; and its relevant documentation.  This is the SAP way of changing the vendor master data in a controlled way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards and good luck,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 17:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589395#M1567059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-19T17:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589396#M1567060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks you're right about VENDOR_UPDATE, it would be like a direct update so it's discarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About RFBIKR00 it looks that field CONFS is not allowed here so I doubt it is a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am now thinking on the following commands:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id : 'lifnr' field aux_lfa1-lifnr.&lt;/P&gt;&lt;P&gt;call transaction 'FK08' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As transaction FK08 is the correct one to confirm the changes and keeps a trace it looks the better approach. The problem is that I can't get this commands working fine, maybe I should add more parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I know the parameters I can use with this command?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. Your answer have been helpful and points have been assigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignacio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 08:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589396#M1567060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T08:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589397#M1567061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ignacio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I have never used transaction FK08 myself combined with the fact that I am unclear what exactly your requirements are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- automate the confirmation of vendor changes;&lt;/P&gt;&lt;P&gt;- provide an easier way for the responsible person to confirm the vendor changes using a drill-down report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to help you with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found another SDN thread with FK08 as topic.  Maybe check this first and see if that provides some answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link is: [Vendor Confirmation fk08|http://forums.sdn.sap.com/thread.jspa?threadID=1019370]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 17:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589397#M1567061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T17:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589398#M1567062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need is to automatically confirm certain vendors (not all of them). So in the first part of my Z report I select all the vendors that should be confirmed, and put them in an internal table. In the sencond part of my Z report I should be able to get all these vendors and modify their LFA1-CONFS field from 1 to 0. The easier way to do this would be to update LFA1 table, but this is banned in my company, so I need to find any other way to modify this. The transaction Codes to confirm vendors are FK08 and FK09, so it looks I need to find a way to use them inside my Z report, but I can't make it work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the problem is simply that transaction FK08 can't be used this way I don't know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 07:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589398#M1567062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-21T07:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589399#M1567063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, Then why dont you follow the ABAP code used in FK08 for updating "CONFS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to open the main program of FK08 (SAPMF02K) {Use SE93 to see thier programs if the Tcodes are blocked directly}&lt;/P&gt;&lt;P&gt; from Menu, EDIT-&amp;gt;FindNext -&amp;gt; and paste your search Item "CONFS".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the necessary way to update your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep Kumar .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 08:58:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589399#M1567063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-21T08:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589400#M1567064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dileep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explore the insides of SAPMF02K was one of my first ideas, but its full of includes and it's very difficult to see how to handle it to modify LFA1-CONFS in a vendor, any help with this would be more than welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589400#M1567064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-21T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589401#M1567065</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;Thats what I explained above,&lt;/P&gt;&lt;P&gt;Just follow as I said,&lt;/P&gt;&lt;P&gt;&amp;amp; at the end you will get only 4-5 Includes where your desired field is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; al together is less than 200 Lines, so Its easy to trace out your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:38:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589401#M1567065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-21T09:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589402#M1567066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dileep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've spent the whole day trying with this but couldn't make it work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've confirmed a vendor through FK08 in debugging mode and it looks that the key is to use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module okcode_sperr_loesch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This module is inside MF02KI00 and I've tried to put it as include inside my report, but it won't stop asking me to define tables and fields, it looks like this include can only be used by SAPMF02K...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have no more ideas for today, maybe I should put my vendors in a table and then try with LSMW combined with FK08 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a shame anyway, I think I've been very close.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 14:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589402#M1567066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-21T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589403#M1567067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the parameters for deciding which vendor needs to be confirmed? Is that a custom table? If so why don't you code this logic at the time of vendor master create/change itself? You can lookup your custom table  at the time of vendor change and if the entry is maintained in this table for the changed vendor, you will clear the CONFS indicator before vendor record is changed. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is not possible and users have to manually review before confirming the changes, then it doesn't make sense to have an automated program to automatically confirm the changes... the user has to just bite the bullet and perform one more additional step and confim it from FK08...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Unless changes to the vendor master is so volatile, it does not make sense to automate this process. if there are frequent changes to the sensitive data on the vendor, I would presume that business process needs to be revisited.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 15:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589403#M1567067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-21T15:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589404#M1567068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To try to control the CONFS at the time of the modification was my first attempt, it would be really great doing it that way. The key is that I need to auto-confirm the changes made by interfaces in my system (with a fixed user and in a fixed group of vendors). I tried to put in blank field CONFS at the time of the creation/modification through FIBF transaction, with a Z_SAMPLE_INTERFACE_00001421, but it didn't allow me to modify tables LFA1 or I_LFA1, so I decided to try with a Z report to auto-confirm every day the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ...00001421 FM I tried it with the command modify I_LFA1 and modify LFA1 but didn't work. Do you know if I need to do anything else to modify field CONFS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 07:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589404#M1567068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589405#M1567069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi IGNACIO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Extremely Sorry, that I am working in a highly authorised company, where I really dont have access to most of the T-Codes, I am limited to only 50% of ABAP transactions, remaining I have to raise Request for authorisation which has to be created Globally, Let me try one more time if I can hep you out or don't feel bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 07:53:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589405#M1567069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T07:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589406#M1567070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not used BTE's a whole lot, but not sure if you can achieve your functionality in bte... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try this customer exit  EXIT_SAPMF02K_001 (SAPMF02K) ... validate if the CONFS value is already updated before changing it in debug mode in this exit... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you cannot find user exits or BADI's, the following method vmd_ei_api=&amp;gt;set_lfa1_confs appears to set the CONFS value... you can always do a implicit enhancement to clear the result of this method (this is my least favorite option and you have to make sure that there are no other places where CONFS value is getting updated)...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 16:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589406#M1567070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-24T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589407#M1567071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanted to share that I've found a way to auto-confirm vendors without updating the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've simply recorded one confirmation of a vendor (TCODE FK08) with SAP recorder, and converted the recording into a Funcion Module. Then I've used the new FM in my report to confirm all the vendors that match the requirements and that's all folks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks every one for your helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ignacio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 11:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589407#M1567071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-25T11:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Confirmation of Vendor Changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589408#M1567072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi IGNACIO ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me how you did Automatic confirmation of vendor , other than updating direct LFA1 and using FM Vendor_Update ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards , &lt;/P&gt;&lt;P&gt;Sijin K P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Feb 2012 05:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-confirmation-of-vendor-changes/m-p/7589408#M1567072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-17T05:32:20Z</dc:date>
    </item>
  </channel>
</rss>

