<?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: Table maintenance Generator. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864833#M1788013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Ajit,&lt;/P&gt;&lt;P&gt;You can diplsay a field as check box in TMG.If this is your requirement then do the followings,&lt;/P&gt;&lt;P&gt;In your custom table for which you are creating TMG , create a dataelement for that field (Displaying as check box) and domain with datatype as CHAR length 1.&lt;/P&gt;&lt;P&gt;Now in value range&amp;nbsp; as shown below&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/313400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create your TMG and amintain it in SM30.&lt;/P&gt;&lt;P&gt;Your filed will be diplayed as Check box in TMG as shown in output&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/313401" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Nov 2013 06:50:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-04T06:50:05Z</dc:date>
    <item>
      <title>Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864830#M1788010</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 have a requirement, where i need to create a check box in TMG. Please guide me ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864830#M1788010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T06:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864831#M1788011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need a field in your table or view, that can only keep values SPACE and X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create TMG in normal way. You will create one or two screens mmmm (and nnnn) in function group xyz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that call tcode SE51 and change the screen attributes of your table field to checkbox.&lt;/P&gt;&lt;P&gt;(Program name SAPLxyz, screen number mmmm or nnnn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864831#M1788011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T06:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864832#M1788012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the field of the table for whom you need a check box in TMG, change the data element of the same to be "FLAG". I guess TMG will automatically populate the same as checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;Abhinab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:43:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864832#M1788012</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T06:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864833#M1788013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Ajit,&lt;/P&gt;&lt;P&gt;You can diplsay a field as check box in TMG.If this is your requirement then do the followings,&lt;/P&gt;&lt;P&gt;In your custom table for which you are creating TMG , create a dataelement for that field (Displaying as check box) and domain with datatype as CHAR length 1.&lt;/P&gt;&lt;P&gt;Now in value range&amp;nbsp; as shown below&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/313400" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create your TMG and amintain it in SM30.&lt;/P&gt;&lt;P&gt;Your filed will be diplayed as Check box in TMG as shown in output&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/313401" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864833#M1788013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T06:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864834#M1788014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do it in below way.It will solve ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;: To maintain a field as a checkbox in the transaction SM30 (as shown below)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Procedure&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;Create a domain for the field that you want to display as checkbox in SM30, with values “X” and “ “ (blank). &lt;/P&gt;&lt;P&gt;DOMAIN-VALUE RANGE ---- Maintain X or Space. &lt;/P&gt;&lt;P&gt; Now create a data element with this domain.&lt;/P&gt;&lt;P&gt; Use this data element to define the field in the actual table.&lt;/P&gt;&lt;P&gt; Now create table maintenance generator for this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tarak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:53:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864834#M1788014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T06:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864835#M1788015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Go to SE11 and create a table. Let's say Table Name = "ZTEST".&lt;/P&gt;&lt;P&gt;2) Create Field with Fieldname = ZCHECK of Data Element = CHAR1. This would be your checkbox field.&lt;/P&gt;&lt;P&gt;3) Got to Table Maintanance Generator. Create the Function Group = ZFNGRP (for example), and define the screen number. For example you selected&amp;nbsp; "one step" and put the screen number = 1010.&lt;/P&gt;&lt;P&gt;4) Activate and come out.&lt;/P&gt;&lt;P&gt;5) Goto SE80 and Select Function Group. and Put the function group name = ZFNGRP and click "enter".&lt;/P&gt;&lt;P&gt;6) The Function group "ZFNGRP" would be displayed with all objects under it. This is SAP defined function group which is created due to creation of Table Maintanance = ZTEST.&lt;/P&gt;&lt;P&gt;7) Now go to screen and select screen Number = 1010 and click on "enter".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; Once the screen is displayed, select "Layout" of the screen from top and you will be redirected inside the screen.&lt;/P&gt;&lt;P&gt;9) Delete the column from table control which is created with fieldname ZTEST-ZCHECK. You need to create one column with "Checkbox" attribut and assign fieldname ZTEST-ZCHECK. So you delete the original column that was created.&lt;/P&gt;&lt;P&gt;10) On the left side of screen you would see all the screen atrributes. Select the "Checkbox" and drag it to your table control. Then click on it and change the attributes so that it is assigned to field name&amp;nbsp; ZTEST-ZCHECK.&lt;/P&gt;&lt;P&gt;11) Save and Activate.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Anirban RoyChoudhury&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 06:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864835#M1788015</guid>
      <dc:creator>former_member219162</dc:creator>
      <dc:date>2013-11-04T06:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864836#M1788016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://answers.sap.com/people/ajit.sarangi" id="jive-7119536540534302167922"&gt;Ajit Sarangi&lt;/A&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just use&amp;nbsp; XFELD in Domain of table field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/313406" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/313409" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 07:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864836#M1788016</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-11-04T07:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table maintenance Generator.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864837#M1788017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 11:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-maintenance-generator/m-p/9864837#M1788017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-04T11:07:32Z</dc:date>
    </item>
  </channel>
</rss>

