<?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 variants in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592818#M865105</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;In the selection screen, fill all the fields and then click the SAVE button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the variant name and a meaningful description and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way to create a screen variant for any program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want a field to be displayed with sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mention in the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Default value sy-datum."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 10:05:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-17T10:05:33Z</dc:date>
    <item>
      <title>screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592815#M865102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anybody tell me the steps for creating the screen variants. I want to make some fields as input only which are &lt;/P&gt;&lt;P&gt;filled with sy-datum.its urgent please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 08:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592815#M865102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T08:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592816#M865103</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;Please use the tCode SHDO to create the screen variants and transaction variants .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ravi Sankar.Z&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 08:43:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592816#M865103</guid>
      <dc:creator>ravisankara_varaprasad</dc:creator>
      <dc:date>2008-03-17T08:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592817#M865104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Step 1 - Create a screen variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first step is to create a screen variant for VA01. See also Transaction variants / Screen variants&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SHD0 and enter VA01 in the Transaction field. Press the Create button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now transaction VA01 is shown. Selct OR as order type and press Enter. Do not enter anything in the other &lt;/P&gt;&lt;P&gt;fields, because we want to make all modifications in the GuiXt script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Confirm entries screen is shown. Enter ZVA01in the Name of screen variant field and press Exit and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Field values screen is shown. Press the GuiXt Script button to enter the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2 - Enter the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the follwing script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Modified Create Salesorder screen"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;box  (1,1) (3,50)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment (2,2) "User:"&lt;/P&gt;&lt;P&gt;comment (2,11) &amp;amp;[_user]&lt;/P&gt;&lt;P&gt;comment (2,26) "Transaction:"&lt;/P&gt;&lt;P&gt;comment (2,41) &amp;amp;[_transaction]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pos F[Order type] (5,11) -Triple&lt;/P&gt;&lt;P&gt;pos G[Organizational data] (7,10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Image (1,100) "D:\DATA\DOKUMENTER\MY PICTURES\IMAGE-000.JPG"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default [Order type] "OR"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;del [Division]&lt;/P&gt;&lt;P&gt;del [Sales office]&lt;/P&gt;&lt;P&gt;del [Sales group]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pushbutton (Toolbar) "Change order" "AEND"&lt;/P&gt;&lt;P&gt;del [Create with reference]&lt;/P&gt;&lt;P&gt;del [Sales]&lt;/P&gt;&lt;P&gt;del [Item overview]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;del [Ordering party]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pushbutton (15,20) "Goto Customer initial screen" "/nVD03"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3 - Create a variant transaction code to display the modified screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto transaction SHD0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select menu Goto-&amp;gt;Create variant transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction code is the name of the new transaction you want to create e.g. ZVA01A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction is the original transaction  VA01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction variant is the name of the screen variant you has created ZVA01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: You can also create the variant transaction from SE93 Maintain Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vineela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 09:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592817#M865104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T09:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592818#M865105</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;In the selection screen, fill all the fields and then click the SAVE button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the variant name and a meaningful description and save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the way to create a screen variant for any program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you want a field to be displayed with sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mention in the code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Default value sy-datum."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that particular field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592818#M865105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592819#M865106</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;follow the link below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://teds02.state.pa.us/eups/R3/TWB0100/TWB100_Variant_1.htm" target="test_blank"&gt;http://teds02.state.pa.us/eups/R3/TWB0100/TWB100_Variant_1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:06:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592819#M865106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T10:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592820#M865107</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;Screen Variants:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a0d015111d396480000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a0d015111d396480000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a16015111d396480000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a16015111d396480000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a13015111d396480000e82de14a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a13015111d396480000e82de14a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction Variants:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7d/f639f8015111d396480000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7d/f639f8015111d396480000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a0a015111d396480000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/7d/f63a0a015111d396480000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Screen Variants &amp;amp; Transaction Variants:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/67/232037ebf1cc09e10000009b38f889/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592820#M865107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T10:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592821#M865108</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;Please find the below link for Transaction Variants &amp;amp; Screen Variants .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further details ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction variants are actually made up of a series of screen variants. The field values and field attributes for each screen in a transaction variant are stored in screen variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/bf/ec07845db911d295ae0000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanking You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Ravi Sankar.Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ravi Sankara. Z on Mar 17, 2008 11:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 10:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592821#M865108</guid>
      <dc:creator>ravisankara_varaprasad</dc:creator>
      <dc:date>2008-03-17T10:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: screen variants</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592822#M865109</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;I developed a query which shows output as ( this includes P&amp;amp;L and BS accounts) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. assume all are BS accounts &lt;/P&gt;&lt;P&gt;Comp Code | GL Account | Amount (with restriction) &lt;/P&gt;&lt;P&gt;1000 | AAAA| +1 &lt;/P&gt;&lt;P&gt;1000 | BBBB | -1 &lt;/P&gt;&lt;P&gt;2000 | CCCC | +1 &lt;/P&gt;&lt;P&gt;2000 | XXXX |  0 &lt;/P&gt;&lt;P&gt;I have one GL account ( XXXX) which is actually roll up account and which is nothing but sum of amount  of all (BS) GL account shown in the report (excluding this XXXX account). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so in above example value  = &lt;EM&gt;1-1&lt;/EM&gt;1 = +1 &lt;/P&gt;&lt;P&gt;So I want to show the value as &lt;/P&gt;&lt;P&gt;Comp Code | GL Account | Amount (with restriction) | roll up account AMOUNT &lt;/P&gt;&lt;P&gt;Comp Code | GL Account | Amount (with restriction) &lt;/P&gt;&lt;P&gt;1000 | AAAA| +1 | &lt;/P&gt;&lt;P&gt;1000 | BBBB | -1 | &lt;/P&gt;&lt;P&gt;2000 | CCCC | +1 | &lt;/P&gt;&lt;P&gt;2000 | XXXX |  0 | +1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to achive this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am giving thought on Exception aggregation, but will it give me sum of all (BS) account except 1 Gl account (XXXX) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me on this ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 21:34:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-variants/m-p/3592822#M865109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T21:34:39Z</dc:date>
    </item>
  </channel>
</rss>

