<?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 Variant Configuration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179671#M125385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to print the name of the variant characteristic and the characteristic value for Foreign trade - Export Invoice. Can anyone help me regd this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a FM - "ME_VAR_GET_CLASSIFICATION" But, this FM is related to Purchasing. I need the similar kind or related one for export invoice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jan 2006 16:32:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-23T16:32:02Z</dc:date>
    <item>
      <title>Variant Configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179671#M125385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to print the name of the variant characteristic and the characteristic value for Foreign trade - Export Invoice. Can anyone help me regd this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a FM - "ME_VAR_GET_CLASSIFICATION" But, this FM is related to Purchasing. I need the similar kind or related one for export invoice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 16:32:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179671#M125385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T16:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Variant Configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179672#M125386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinid,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu van try  function module : VC_I_GET_CONFIGURATION_IBASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VC_I_GET_CONFIGURATION_IBASE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    INSTANCE                  =  VBAP-CUOBJ&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BUSINESS_OBJECT           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE                  = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_INVALID_POSSIBLE       = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IV_NEUTRAL                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; TABLES&lt;/P&gt;&lt;P&gt;   CONFIGURATION             = CO&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  ET_CONF_WITH_AUTHOR       =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   INSTANCE_NOT_FOUND        = 1&lt;/P&gt;&lt;P&gt;   OTHERS                    = 2&lt;/P&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CUD0_GET_VAL_FROM_INSTANCE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      INSTANCE           = VBAP-CUOBJ&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      ATTRIBUTES         = ATTRIBUTES&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      INSTANCE_NOT_FOUND = 1&lt;/P&gt;&lt;P&gt;      OTHERS             = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2006 16:41:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179672#M125386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-23T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Variant Configuration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179673#M125387</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 tried with these 2 FM's but the values are not populating from these FM's. Can anyone help me regd this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2006 10:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variant-configuration/m-p/1179673#M125387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-24T10:18:56Z</dc:date>
    </item>
  </channel>
</rss>

