<?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: Screen Variant in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451901#M213992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  try with below code segment in 2nd screen PBO.&lt;/P&gt;&lt;P&gt;    loop at screen.&lt;/P&gt;&lt;P&gt;     if screen-name = sales office.&lt;/P&gt;&lt;P&gt;        screen-output = 'X'.&lt;/P&gt;&lt;P&gt;        screen-required = 'X' .&lt;/P&gt;&lt;P&gt;        modify screen.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Jul 2006 09:48:23 GMT</pubDate>
    <dc:creator>srinivas_akiri</dc:creator>
    <dc:date>2006-07-12T09:48:23Z</dc:date>
    <item>
      <title>Screen Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451898#M213989</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;Can any of you suggest how to make a field mandatory in Screen Variant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in Tr.code VA01 on the first screen we have the fields OR type and Organizational data like sales organization ,distribution channel,division,sales office and sales group.and sales office is mandatory in this screen. once we enter in to the next screen we can see the sales office in header data and can be changed or removed. but i want to make that field mandatory and the value should not be deleted and save the sales order.&lt;/P&gt;&lt;P&gt;so please advise how to resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayudu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 09:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451898#M213989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T09:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451899#M213990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi you have to use the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-name = 'XXX'&lt;/P&gt;&lt;P&gt;    screen-required = 1.&lt;/P&gt;&lt;P&gt;    Modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 09:42:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451899#M213990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T09:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451900#M213991</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 Create a Transaction/screen variant uisng the Transaction Code &amp;lt;b&amp;gt;SHD0&amp;lt;/b&amp;gt;(Zero). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 09:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451900#M213991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451901#M213992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  try with below code segment in 2nd screen PBO.&lt;/P&gt;&lt;P&gt;    loop at screen.&lt;/P&gt;&lt;P&gt;     if screen-name = sales office.&lt;/P&gt;&lt;P&gt;        screen-output = 'X'.&lt;/P&gt;&lt;P&gt;        screen-required = 'X' .&lt;/P&gt;&lt;P&gt;        modify screen.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jul 2006 09:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451901#M213992</guid>
      <dc:creator>srinivas_akiri</dc:creator>
      <dc:date>2006-07-12T09:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Screen Variant</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451902#M213993</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;&lt;/P&gt;&lt;P&gt;try with MV45AFZZ ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coding like &lt;/P&gt;&lt;P&gt;form userexit_field_modification.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;endform.&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>Wed, 12 Jul 2006 09:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variant/m-p/1451902#M213993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-12T09:50:13Z</dc:date>
    </item>
  </channel>
</rss>

