<?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: Update Vendors using Idoc. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969616#M397963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Fields in system B the fields are in display only by Business requirement, so I can not changue it to modify and manage the autorithations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Feb 2007 13:11:26 GMT</pubDate>
    <dc:creator>francisco_asensio</dc:creator>
    <dc:date>2007-02-19T13:11:26Z</dc:date>
    <item>
      <title>Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969614#M397961</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;&lt;/P&gt;&lt;P&gt;We have two different SAP systems (call it system A and system B). The vendor data is created and updated in system A and CREMAS idoc is generated to pass the data to system B. &lt;/P&gt;&lt;P&gt;The problem come since the system B have some fields as display (the update has to be only possible from system A) that in system A are mandatory. The funtion that process the Idoc finally use a call transaction to XK02 so the fields are not updated in system B with the info sent from system A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me to find some workarround to solve this situation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 11:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969614#M397961</guid>
      <dc:creator>francisco_asensio</dc:creator>
      <dc:date>2007-02-19T11:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969615#M397962</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;Are the fields in system B really neccessary to be read-only? Seems it will be easier to enable them modifiable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to prevent the users from update vendors in system B, you can withdraw their rights from transaction XK02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this way only the automation will update the vendor main data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 12:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969615#M397962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T12:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969616#M397963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Fields in system B the fields are in display only by Business requirement, so I can not changue it to modify and manage the autorithations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 13:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969616#M397963</guid>
      <dc:creator>francisco_asensio</dc:creator>
      <dc:date>2007-02-19T13:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969617#M397964</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;As everything in SAP these settings are stored in tables also. All you need to do is to find the table, which contains the screen layout of the XK02 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to put the idoc into a job&lt;/P&gt;&lt;P&gt;1. step: modify the screen layout to enable the read-only fields&lt;/P&gt;&lt;P&gt;2. step: idoc modify&lt;/P&gt;&lt;P&gt;3. step: modify back to the original layout&lt;/P&gt;&lt;P&gt;If these thisngs cannot be fit in the same job, you might create 3 different jobs with 3 different starting times (f.e: 22:00, 22:10, 22:20)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The screen layout can be found in customizing - SPRO transaction - Financial accounting - Accounts receivable and accounts payable - Vendor accounts - Master data - Preparations for master data - the first 3 entries here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might use the ST05 transaction to trace, which tables are modified here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes &lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 11:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969617#M397964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T11:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969618#M397965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;The problems is that I can not schedul a Job since I do not know when the Idoc will come. I would be send when a modification o creation would be made in system A.&lt;/P&gt;&lt;P&gt;And the posibility to change the configuration is not allowed for the Configuration team (They will do not like If I changed it by program code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 11:48:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969618#M397965</guid>
      <dc:creator>francisco_asensio</dc:creator>
      <dc:date>2007-02-20T11:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969619#M397966</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;Try to do like this ,IN  SYSTEM B make the fields as modifiable and then send the idoc,it will update the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 12:02:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969619#M397966</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-02-20T12:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969620#M397967</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;The fields can not be changed to modified. The modification only can came by Idoc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have tried to concince the Configuration team to change it but It was imposible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 12:16:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969620#M397967</guid>
      <dc:creator>francisco_asensio</dc:creator>
      <dc:date>2007-02-20T12:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update Vendors using Idoc.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969621#M397968</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;&lt;/P&gt;&lt;P&gt;Finally I will change the funtion to process the Idoc and try to update the fields using a Function Module. (Now I only have to found one to allow me to do that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks all for yoor help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2007 11:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-vendors-using-idoc/m-p/1969621#M397968</guid>
      <dc:creator>francisco_asensio</dc:creator>
      <dc:date>2007-02-22T11:06:07Z</dc:date>
    </item>
  </channel>
</rss>

