<?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: vendor master create in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621593#M278122</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really? Run this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ztest MESSAGE-ID 00.

TABLES lfa1.

RANGES r_lif FOR lfa1-lifnr.

CLEAR   r_lif.
MOVE '0010000000' TO r_lif-low.
MOVE '00ZZZZZZZZ' TO r_lif-high.
MOVE 'BT'     TO r_lif-option.
MOVE 'I'      TO r_lif-sign.
APPEND r_lif.

IF 'ANGEDE' IN r_lif.
  MESSAGE s001 WITH 'In range'.
ELSE.
  MESSAGE e001 WITH 'Out of range'.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 19:52:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T19:52:42Z</dc:date>
    <item>
      <title>vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621584#M278113</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;I am trying to create a vendor and i am getting the error as 'Enter a number between 0010000000 and 00ZZZZZZZZ for account group 1099'. As per the functional consultant the configuration is in place just like the other client where it works fine. Can some one tell me what cud be the problem.&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, 18 Oct 2006 19:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621584#M278113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621585#M278114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What value are you specifying for the vendor number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621585#M278114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621586#M278115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANGEDE is the LIFNR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:24:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621586#M278115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621587#M278116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I  think you have to specify the vendor number while creating vendor master for that account group. The Vendor number should fall in that range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621587#M278116</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-18T19:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621588#M278117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the number range assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPRO-&amp;gt;Financial Accounting-&amp;gt;Accounts Receivable and Accounts Payable-&amp;gt;Vendor Accounts-&amp;gt;Master Data-&amp;gt;Preparations for Creating Vendor Master Data-&amp;gt;Assign Number Ranges to Vendor Account Groups&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See what number range is assigned to 1099.  Then go back to the IMG and into Create Number Ranges for Vendor Accounts and click the Display Intervals button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this in both clients to verify the config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621588#M278117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621589#M278118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check number range provided for your vendor account using transaction SNRO with object for vendor (like KREDITOR).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:38:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621589#M278118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621590#M278119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, 'ANGEDE' is not in the range '0010000000' to '00ZZZZZZZZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621590#M278119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621591#M278120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very well in the range Rob. Thanks for all of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: lakshmi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621591#M278120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621592#M278121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ANGEDE is not in the range specified in the error message.  0010ANGEDE would be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621592#M278121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: vendor master create</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621593#M278122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really? Run this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT ztest MESSAGE-ID 00.

TABLES lfa1.

RANGES r_lif FOR lfa1-lifnr.

CLEAR   r_lif.
MOVE '0010000000' TO r_lif-low.
MOVE '00ZZZZZZZZ' TO r_lif-high.
MOVE 'BT'     TO r_lif-option.
MOVE 'I'      TO r_lif-sign.
APPEND r_lif.

IF 'ANGEDE' IN r_lif.
  MESSAGE s001 WITH 'In range'.
ELSE.
  MESSAGE e001 WITH 'Out of range'.
ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 19:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vendor-master-create/m-p/1621593#M278122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T19:52:42Z</dc:date>
    </item>
  </channel>
</rss>

