<?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: User exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138232#M450075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanku rajesh.&lt;/P&gt;&lt;P&gt;i will assign points to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 07:46:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-12T07:46:56Z</dc:date>
    <item>
      <title>User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138227#M450070</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;   Iam working variant configuration.My requirement is update description of line item.For that requirement i write the logic like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1)By using this function module  'CUOV_GET_FUNCTION_ARGUMENT'  get the &lt;/P&gt;&lt;P&gt;   length in feet.&lt;/P&gt;&lt;P&gt;(2)By using this function module  'CUOV_GET_FUNCTION_ARGUMENT'  get the &lt;/P&gt;&lt;P&gt;   length in inches.&lt;/P&gt;&lt;P&gt;(3)CONCATENATE WS_C_LENGTH_FT   WS_C_LENGTH_IN into WS_C_ARKTX.&lt;/P&gt;&lt;P&gt;(4) By using this function module  'CUOV_SET_FUNCTION_ARGUMENT'  to set   the result of value of sales order line item description.&lt;/P&gt;&lt;P&gt;(5)using this enhamcement  V45S0001 write the logic in the include ZXVVAU10&lt;/P&gt;&lt;P&gt;i write the logic to concatenates the material description with the characterstic values of the material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select single  maktx into e_ vbap-arktx from makt where matnr = i_vbap-matnr.&lt;/P&gt;&lt;P&gt;         Concatenate e_vbap-arktx  &amp;#145;***&amp;#146; I_VCSD_UPDATE_NEW- SDTEXT1 into e_vbap-arktx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(6)This logic will update the concatenate description in the VCSD_UPDATE structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(7)So what my problem is To This check should be if the material is a Make to(MTO) Order (Check VBAP-PSTYV =&amp;#146;TAC&amp;#146;),or if it is a child of a parent set through the Variant Configuration Approach we have to check if the material is a Variant if the VBAP-PSTYV = &amp;#145;TAN&amp;#146; then by checking the MARC- STDPD field if Null then do not Gray the ARKTX field, if it is not null then gray out the ARKTX field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what logic i have written for gray out the ARKTX value for all MTO materials in the v45a0003 + EXIT_SAPMV45A_004.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help me.It is very very urgernt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 04:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138227#M450070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T04:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138228#M450071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If u r looking for a exit to disable the input of a screen field then u can use the exit &amp;lt;b&amp;gt;userexit_field_modification&amp;lt;/b&amp;gt; in the include program &amp;lt;b&amp;gt;MV45AFZZ&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138228#M450071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138229#M450072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   i  want the logic for graying out the  ARKTX Field for all MTO materails.&lt;/P&gt;&lt;P&gt;Please give me logic.It is very urgernt?Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sariam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138229#M450072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138230#M450073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need to use any user exits , check in SPRO for field layout settings.&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 05:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138230#M450073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T05:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138231#M450074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sairam&lt;/P&gt;&lt;P&gt;  check the sample code, before using this subroutine u must get the access key, take the help of ur Basis team for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM userexit_field_modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK vbap-pstyv EQ 'ZTAE' OR          " Sub-item Category for COMBO items&lt;/P&gt;&lt;P&gt;      vbap-pstyv EQ 'ZRCI'.            " Sub-item Category for Return Orders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF screen-name = 'RV45A-MABNR'  OR     " Material&lt;/P&gt;&lt;P&gt;   screen-name = 'RV45A-KWMENG' OR     " Order quantity&lt;/P&gt;&lt;P&gt;   screen-name = 'VBAP-VRKME'   OR     " Sales Unit&lt;/P&gt;&lt;P&gt;   screen-name = 'VBEP-WMENG'   OR     " Order qty in Schedule Lines&lt;/P&gt;&lt;P&gt;   screen-name = 'RV45A-KMPMG'.        " Order quantity in "Structure" tab&lt;/P&gt;&lt;P&gt;  SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;  MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.                                 " IF screen-name = 'RV45A-...&lt;/P&gt;&lt;P&gt;ENDFORM.                    "USEREXIT_FIELD_MODIFICATION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 07:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138231#M450074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T07:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: User exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138232#M450075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanku rajesh.&lt;/P&gt;&lt;P&gt;i will assign points to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;sairam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 07:46:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/2138232#M450075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T07:46:56Z</dc:date>
    </item>
  </channel>
</rss>

