<?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: Problem with SE11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149823#M748951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : var1(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_CUNIT_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    input                = 'STD'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE             = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT               = var1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  UNIT_NOT_FOUND       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS               = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you face any problem revert back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Dec 2007 10:36:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-11T10:36:09Z</dc:date>
    <item>
      <title>Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149816#M748944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am going to table EKPO(SE11) for line items of PO,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows me value in MEINS field 'STD'. but when I double click on the same records the value which is displayed is 'HR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I found that value 'HR' is correct one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in my program populates the values in internal table  'STD' which further yeilds wrong results..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the problem??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149816#M748944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149817#M748945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no problem.  There is an conversion exit on MEINS that converts the data as held in the database (STD = Stunde in German) to the (english) language equivalent - HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at domain MEINS.  You'll see it has conversion exit CUNIT.  Double click on it, and you'll see the function modules to use directly in your program to get the correct output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:17:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149817#M748945</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2007-12-11T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149818#M748946</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 problem is that there is a conversion exit behind MEINS. The exits are:&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_INPUT &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_OUTPUT&lt;/P&gt;&lt;P&gt;The value in the table is stored in German, while is displayed in English (or your logon language).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also check the conversion settings when you display the data (in SE11).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149818#M748946</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-11T10:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149819#M748947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It´s because this field have a type with CUNIT conversion, so when you are going to select this values, the selection returns the conversion values, so you have to compare with the correct value HR. The function modules to convert de dates are CONVERSION_EXIT_CUNIT_INPUT &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149819#M748947</guid>
      <dc:creator>franciscojavier_carrillom</dc:creator>
      <dc:date>2007-12-11T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149820#M748948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhananjay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Conversion routines &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_INPUT    Conversion exit for commercial (3-char) measurement unit INPUT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_CUNIT_OUTPUT   Conversion exit for commercial (3-char) measurement unit OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are attached with this data element MEINS that convers that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call this FM in your program and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149820#M748948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149821#M748949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhananjay,&lt;/P&gt;&lt;P&gt;   The field MEINS has Convertion Routine so it display like that 'STD' is correct Value use that value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Reward if helpful,&lt;/P&gt;&lt;P&gt;Mahi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149821#M748949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149822#M748950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx all for ur replies...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing following code for the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : var1(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT'&lt;/P&gt;&lt;P&gt;         EXPORTING&lt;/P&gt;&lt;P&gt;          INPUT                = 'STD'&lt;/P&gt;&lt;P&gt;          LANGUAGE             = SY-LANGU&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         LONG_TEXT            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           OUTPUT               = var1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         SHORT_TEXT           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         UNIT_NOT_FOUND       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;         OTHERS               = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                 .&lt;/P&gt;&lt;P&gt;       IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       write var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the VAR1 is not returning any value..?? Am I using correct FM with Correct parameters??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149822#M748950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149823#M748951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : var1(3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONVERSION_EXIT_CUNIT_INPUT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    input                = 'STD'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  LANGUAGE             = SY-LANGU&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   OUTPUT               = var1.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  UNIT_NOT_FOUND       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  OTHERS               = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you face any problem revert back&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149823#M748951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149824#M748952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MUkesh..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for ur code sample...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now its giving error : Unit STD is not created in language EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can be the problem??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149824#M748952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T10:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149825#M748953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to use the other FM: CONVERSION_EXIT_CUNIT_OUTPUT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      input                = 'STD'&lt;/P&gt;&lt;P&gt;     LANGUAGE             = 'EN'&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    LONG_TEXT            =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     OUTPUT               = here you'll get HR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    SHORT_TEXT           =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     UNIT_NOT_FOUND       = 1&lt;/P&gt;&lt;P&gt;     OTHERS               = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 10:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149825#M748953</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-11T10:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149826#M748954</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;Thanx..the problem got resolved..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 12:20:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149826#M748954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T12:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with SE11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149827#M748955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2007 12:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-se11/m-p/3149827#M748955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-11T12:23:58Z</dc:date>
    </item>
  </channel>
</rss>

