<?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>Question Re: Customer Attributes in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948574#M2515435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khalil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well it looks like I've at least done most of this right, my search help test returned my two table values (just like in your screenshot). The SPRO directions are straight forward, I don't think I messed that part up. Weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jun 2010 14:37:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-24T14:37:13Z</dc:date>
    <item>
      <title>Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaq-p/6948563</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;I need some help with the requirement for the below IMG activity. Namely, I need the process for creating the attributes. Data Dictionaries are new to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Definition of Customer Attributes for Object Types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define a user attribute here. Then assign it to an object. The Transactions, Configuration and Development tabs show the object types . The attribute is project and solution-independent, and is shown in an object dialog box in the Other Attributes tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirements&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The attributes of the attribute are specified in the table or structure fields in the Data Dictionary, so they must be maintained there.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Integer or Character&lt;/P&gt;&lt;P&gt;Field length&lt;/P&gt;&lt;P&gt;Value help&lt;/P&gt;&lt;P&gt;Activities&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a user attribute:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Choose New Entries.&lt;/P&gt;&lt;P&gt;2. Enter a name and description of the attribute.&lt;/P&gt;&lt;P&gt;The name and description are shown later in the object dialog window, and you cannot change the name after you have saved, so use a meaningful name and description.&lt;/P&gt;&lt;P&gt;3. Save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specify attribute attributes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Select an attribute and choose Attribute Attributes in the tree.&lt;/P&gt;&lt;P&gt;5. Specify a Data Dictionary table or structure field or choose from the value help.&lt;/P&gt;&lt;P&gt;6. Specify in the field Value Check:&lt;/P&gt;&lt;P&gt;whether the entry is to be checked against a value list. These values are offered as selection help.&lt;/P&gt;&lt;P&gt;whether it is a required field.&lt;/P&gt;&lt;P&gt;7. In the field Multiple Values, whether this attribute can take only one, or several values.&lt;/P&gt;&lt;P&gt;8. In the field Visibility whether the field is visible in the attribute dialog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 17:21:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaq-p/6948563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T17:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948564#M2515425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let's say you want to add a date to the attributes of a program in SOLAR02; like for example date of start !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 - In SPRO -&amp;gt; Definition of Customer Attributes for Object Types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a - you ll first create a customer attribute (name, description) for ex (zstartdate, start dev date)&lt;/P&gt;&lt;P&gt;b - you ll create property for this attribute (table name, fieldname, multiple values, visibility) for ex (CRMD_ORDERADM_H, POSTING_DATE, SINGLE-VALUE-ATTRIBUTE, Attribute is visible)&lt;/P&gt;&lt;P&gt;     AT THIS POINT THE TABLE NAME DOES NT REALLY MATTER CAUSE WE RE NOT GONNA CHECK VALUE OF ATTRIBUTE. WE JUST NEED A TABLE THAT CONTAINS A DATE SO WE CAN HAVE THE RIGHT DATA ELEMENT !! AND THIS ONE DOES CONTAIN A DATE !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - In SPRO -&amp;gt; Assign Customer Attributes to Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a - Choose Object Type Program (Object Type) ex (Program)&lt;/P&gt;&lt;P&gt;b - Assign attribute created in step 1 to program (Customer Attribute Name, Attribute Order, Value Check) ex (zstartdate, 1, Input Required) with options like mandatory, check of content ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 - After this if you go to SOLAR02, in Development Tab and you select attributes of an object type 'Program Name'; you ll see in a new tab names Other Attributes; YOUR NEW ATTRIBUTE ZSTARTDATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&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;&lt;/P&gt;&lt;P&gt;Khalil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 08:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948564#M2515425</guid>
      <dc:creator>khalil_serrhini</dc:creator>
      <dc:date>2010-06-17T08:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948565#M2515426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khalil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand the two tasks decribed in the IMG notes, what I dont understand is how to do the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, your description doesn't get me much closer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;b - you ll create property for this attribute (table name, fieldname, multiple values, visibility) for ex (CRMD_ORDERADM_H, POSTING_DATE, SINGLE-VALUE-ATTRIBUTE, Attribute is visible)&lt;/P&gt;&lt;P&gt;AT THIS POINT THE TABLE NAME DOES NT REALLY MATTER CAUSE WE RE NOT GONNA CHECK VALUE OF ATTRIBUTE. WE JUST NEED A TABLE THAT CONTAINS A DATE SO WE CAN HAVE THE RIGHT DATA ELEMENT !! AND THIS ONE DOES CONTAIN A DATE !!&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I have been able to tell, I go to tcode SE11 - ABAP Dictionary Maintenance, but I am not really sure what exactly I do here. My guess is I enter my Ztable name into the Database Table field, but I wanted to get some advice from the community before I just fumble along in the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 13:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948565#M2515426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-17T13:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948566#M2515427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;depending on what kind of attribute you want to add, you ll do different things on se11 or you might even not use SE11 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ll take the example that i first chose. You want to add a date as an attribute to your program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You know (thanks to F1, then technical information button on a date field) that it's for example a data element of type TRDATE or POSTING_DATE or whatever, a random data element AND that its contained in the table TRHEADER OR CRMD_ORDERADM_H or whatever table in Solman.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the information you need will be displayed by doing F1 of a kind of element you re interested in and by clicking on Technical Info...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values displayed can be used to set YOUR custom attribute for SOLAR01/02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Important info in your case are "Field Name" &amp;amp; "Table Name" when looking at tech info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe i can also help u directly with the actual attribute you re trying to add !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps !&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khalil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Khalil SERRHINI on Jun 17, 2010 3:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 13:48:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948566#M2515427</guid>
      <dc:creator>khalil_serrhini</dc:creator>
      <dc:date>2010-06-17T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948567#M2515428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends the type of object u want to add in the attribute.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Khalil means is that u dont have to create ur own table in SE11 if u can just use 1 attribute from a standard table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exemple he has given means that u can reuse tha date type from a existing table and add it to the custom field in SOLAR02.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 13:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948567#M2515428</guid>
      <dc:creator>jiamin_pan</dc:creator>
      <dc:date>2010-06-17T13:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948568#M2515429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, the fuzziness is starting to go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My specific examples are:&lt;/P&gt;&lt;P&gt; - I want to use attributes for business areas that can be assigned to the blueprint structure process steps.&lt;/P&gt;&lt;P&gt; - I also want to use them for configuration cycles, to assign them to IMG objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These both seem like custom tables to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 18:43:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948568#M2515429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-17T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948569#M2515430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for late response and maybe cause i wasn't clear enough in my previous posts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, your requirement seems to me like you need a specific table !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found on Internet a step by step guide to "how to create a specific table in SE11": &lt;A href="http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html" target="test_blank"&gt;http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that this will respond to many of your questions. This example is complete because not only it shows how to create a table but also how to create the maintenance view (SE30) of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your specific case (attribute business areas); I would suggess creating a table ZMYBUSCASES by following steps described in guide provided.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of choosing their data elements we will choose ones that are adapted to your case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field 1 (key) : a 5 characters data element should be fine; for example : /SAPSLL/CHAR05 &lt;/P&gt;&lt;P&gt;Field 2 (description) : a 30 characters data element with an assigned search help (because i guess you have a predefined list of business areas). for example: ZDESCR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisite :&lt;/P&gt;&lt;P&gt;- you have to create the Z data element (ZDECR) in SE11 still of type CHAR 30 and assign to it a Z search help that you ll create in step 2 &lt;/P&gt;&lt;P&gt;- create a Z search help in SE11 (for example ZSHBUSATTRDESCR) that collect data from your ZTABLE and returns field ZDESCR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activate your &lt;/P&gt;&lt;P&gt;- Z search help&lt;/P&gt;&lt;P&gt;- Z data element&lt;/P&gt;&lt;P&gt;- Z table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and adjust in spro the assignment of attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this might seem quite difficult the first time ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't hesitate asking for more clarification !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also give me your email adress so i can send you screen shots for steps that are missing in the given link (z data element and z search help)&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;&lt;/P&gt;&lt;P&gt;Khalil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 11:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948569#M2515430</guid>
      <dc:creator>khalil_serrhini</dc:creator>
      <dc:date>2010-06-21T11:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948570#M2515431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Khalil. You've been very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 22:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948570#M2515431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T22:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948571#M2515432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Khalil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it just experience that tells you to use the /SAPSLL/CHAR05?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which data element would you suggest for the ZDECR? There are millions to choose from &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Ah I reread your post, I have to create the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jason Hickok on Jun 23, 2010 12:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 22:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948571#M2515432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T22:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948572#M2515433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Khalil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a follow up question. I have done the following steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. I created a function group in SE37&lt;/P&gt;&lt;P&gt;2. I activated in in SE80&lt;/P&gt;&lt;P&gt;3. I created a data element in SE11 for my description (30 chars)&lt;/P&gt;&lt;P&gt;4. I created a table in SE11 and used CHAR05 for my ID and my custom data element for the description, and assigned the function group in technical details&lt;/P&gt;&lt;P&gt;5. I created a search help for my custom table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SPRO&lt;/P&gt;&lt;P&gt;6. I defined the customer attributes of object types. New entries &amp;gt; gave the attribute a name and description. Assigned the table, field name (description), single value, attribute is visible.&lt;/P&gt;&lt;P&gt;7. I assigned the customer attribute to objects New Entries &amp;gt; Project and Solution Node: Assign Attributes (order =1, value check = no check)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I highlight a process step in SOLAR01 and go to the customer attributes tab, I see my attribute, but there are no values to select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea why I don't see ay values? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of place to screw up here for sure, but I've checked everything multiple times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jun 2010 19:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948572#M2515433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-23T19:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948573#M2515434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't see anything when clicking on matchcode, that means that your searchelp doesnt't work as expected. &lt;/P&gt;&lt;P&gt;In SE11, you can test it. Please make sure that when executing (F8) your search help in SE11 you see the list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example that might help u have a 'correct' search help :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.4shared.com/file/aUpc48Aj/Jason_SDN_-_Hickock.html" target="test_blank"&gt;http://www.4shared.com/file/aUpc48Aj/Jason_SDN_-_Hickock.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&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;Khalil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 09:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948573#M2515434</guid>
      <dc:creator>khalil_serrhini</dc:creator>
      <dc:date>2010-06-24T09:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948574#M2515435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khalil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well it looks like I've at least done most of this right, my search help test returned my two table values (just like in your screenshot). The SPRO directions are straight forward, I don't think I messed that part up. Weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 14:37:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948574#M2515435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T14:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948575#M2515436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look well at my screenshot in my previous post you ll see that my search help exports only ZDESCR (that is the description of the customer attribute).&lt;/P&gt;&lt;P&gt;So In your table definition (SE11) make sure you assigned search help to correspondant field in tab 'Entry help/check' as shown in joined screen shots &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.4shared.com/account/file/Pc0LveJa/_2__Jason_SDN_-_Hickock.html" target="test_blank"&gt;http://www.4shared.com/account/file/Pc0LveJa/_2__Jason_SDN_-_Hickock.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&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;&lt;/P&gt;&lt;P&gt;Khalil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jun 2010 07:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948575#M2515436</guid>
      <dc:creator>khalil_serrhini</dc:creator>
      <dc:date>2010-06-25T07:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948576#M2515437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Khalil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started from scratch. The only new thing was adding the search help to the data table. Still no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My screen looks just like yours; it is only exporting the description as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it's something simple like a checkbox or something. Are you sure the table creation process on that link is correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 22:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948576#M2515437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T22:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Attributes</title>
      <link>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948577#M2515438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The link that explains how to create your table in SE11 should be fine &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Can u please confirm that you have entries in your table in transaction SE16 ?&lt;/P&gt;&lt;P&gt;- In transaction SM30 can u access to the modification view oof your ZTABLE ? If that s the case; please add entries to table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are prerequisite so that your search help gives you a list of entries (the ones you maintain in SM30)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If those lines above still don't solve your problem; maybe you can take screenshots of your z table - z data element - z serch help so i can take a look. You can use &lt;A href="https://community.sap.com/www.4shared.com" target="test_blank"&gt;www.4shared.com&lt;/A&gt; for free to upload docs !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khalil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 17:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/customer-attributes/qaa-p/6948577#M2515438</guid>
      <dc:creator>khalil_serrhini</dc:creator>
      <dc:date>2010-06-29T17:57:09Z</dc:date>
    </item>
  </channel>
</rss>

