Add Custom Field not to all Incidents but in specific IR,SR template

Hello, Dear Colleagues.
With this manual:
Adding a Custom Property to a Form – Support Group Property for Problem Form Example, I have added similarly custom field List Picker to Incident Form. 
But now this custom field is default field for all new incident. How can I add custom field just in specific incident request or service offering (for example, Printer Repair service offering for Self-Service portal).
Thanks.
Have a nice day.

You're certainly on the right track, this comes down to TypeProjections -
something you'll absolutely want to start getting familiar with. I was about to start typing a quick post when I found a related said post exists out on the interwebs (https://dynamicdatacenter.wordpress.com/2012/10/03/add-custom-service-request-forms-in-servicemanager2012/).
So, you can do it manually or you can create a relationship and this XML gets built for you. It certainly makes it a bit easier in terms of XML hacking when you're getting started too (i.e. copying and pasting the relationships)
That said, I built a version of your management pack including a relationship (Configuration Item -> Printers) so you can get back to building and spend less time troubleshooting some of these quirks. You can copy and paste the following to an XML file,
seal it to make it an MP and then bundle to a MPB with the ServiceRequestForm dll.
<ManagementPack ContentReadable="true" SchemaVersion="2.0" OriginalSchemaVersion="1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<Manifest>
<Identity>
<ID>BranchPrinters</ID>
<Version>1.0.0.5</Version>
</Identity>
<Name>BranchPrinters</Name>
<References>
<Reference Alias="System">
<ID>System.Library</ID>
<Version>7.5.8501.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="Console">
<ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Console</ID>
<Version>7.5.3079.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="Alias_48e2011a_96d4_42e2_9a09_7e0da882a6f3">
<ID>System.WorkItem.ServiceRequest.Library</ID>
<Version>7.5.3079.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="Alias_6e472436_00bc_4ca4_bff5_ffd041972427">
<ID>Microsoft.EnterpriseManagement.ServiceManager.UI.Authoring</ID>
<Version>7.5.3079.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="WorkItem">
<ID>System.WorkItem.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="SupportingItem">
<ID>System.SupportingItem.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="CoreKnowledge">
<ID>System.Knowledge.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
<Reference Alias="Catalog">
<ID>System.ServiceCatalog.Library</ID>
<Version>7.5.2905.0</Version>
<PublicKeyToken>31bf3856ad364e35</PublicKeyToken>
</Reference>
</References>
</Manifest>
<TypeDefinitions>
<EntityTypes>
<ClassTypes>
<ClassType ID="ServiceRequestBranchPrinters" Accessibility="Public" Abstract="false" Base="Alias_48e2011a_96d4_42e2_9a09_7e0da882a6f3!System.WorkItem.ServiceRequest" Hosted="false" Singleton="false" Extension="false">
<Property ID="Branches" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="Branches" />
<Property ID="PrinterModels" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="PrinterModels" />
</ClassType>
</ClassTypes>
<RelationshipTypes>
<RelationshipType ID="Printer" Accessibility="Public" Abstract="false" Base="System!System.Reference">
<Source ID="Source_facee4a3_7203_41bd_87d4_e30123445605" MinCardinality="0" MaxCardinality="2147483647" Type="ServiceRequestBranchPrinters" />
<Target ID="Target_8100dcd2_9c0a_42d1_9746_735a6e9ec302" MinCardinality="0" MaxCardinality="1" Type="System!System.Printer" />
</RelationshipType>
</RelationshipTypes>
<EnumerationTypes>
<EnumerationValue ID="Branches" Accessibility="Public" />
<EnumerationValue ID="PrinterModels" Accessibility="Public" />
</EnumerationTypes>
<TypeProjections>
<TypeProjection ID="ServiceRequestBranchPrinterForm_TypeProjection" Accessibility="Public" Type="ServiceRequestBranchPrinters">
<Component Path="$Context/Path[Relationship='Printer']$" Alias="ComponentAlias_3ae38849_26ce_4c7c_86b4_6b6201aba2f3" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$" Alias="AssignedTo" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemClosedByUser']$" Alias="ClosedBy" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemCreatedByUser']$" Alias="CreatedBy" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemAffectedUser']$" Alias="AffectedUser" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToConfigItem']$" Alias="RelatedConfigItems" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem']$" Alias="AboutConfigItem" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemAboutConfigItem' TypeConstraint='System!System.Service']$" Alias="AffectedServices" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToWorkItem']$" Alias="RelatedWorkItems">
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$" Alias="RelatedWorkItemAssignedTo" />
</Component>
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemRelatesToWorkItem' SeedRole='Target']$" Alias="RelatedWorkItemSource">
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemAssignedToUser']$" Alias="RelatedWorkItemAssignedTo" />
</Component>
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasFileAttachment']$" Alias="FileAttachments">
<Component Path="$Target/Path[Relationship='SupportingItem!System.FileAttachmentAddedByUser']$" Alias="FileAttachmentAddedBy" />
</Component>
<Component Path="$Target/Path[Relationship='CoreKnowledge!System.EntityLinksToKnowledgeDocument']$" Alias="RelatedKnowledgeArticles" />
<Component Path="$Target/Path[Relationship='Catalog!System.WorkItemRelatesToRequestOffering']$" Alias="RelatedRequestOffering" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasActionLog' TypeConstraint='WorkItem!System.WorkItem.TroubleTicket.ActionLog']$" Alias="ActionLog" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasCommentLog' TypeConstraint='WorkItem!System.WorkItem.TroubleTicket.AnalystCommentLog']$" Alias="AnalystCommentLog" />
<Component Path="$Target/Path[Relationship='WorkItem!System.WorkItemHasCommentLog' TypeConstraint='WorkItem!System.WorkItem.TroubleTicket.UserCommentLog']$" Alias="EndUserCommentLog" />
</TypeProjection>
</TypeProjections>
</EntityTypes>
</TypeDefinitions>
<Categories>
<Category ID="BranchPrinters.Category" Value="Console!Microsoft.EnterpriseManagement.ServiceManager.ManagementPack">
<ManagementPackName>BranchPrinters</ManagementPackName>
<ManagementPackVersion>1.0.0.0</ManagementPackVersion>
</Category>
<Category ID="CategoryId_11239275_bd51_4b5e_8038_f4c4f5c0835d" Target="Branches" Value="Alias_6e472436_00bc_4ca4_bff5_ffd041972427!Microsoft.EnterpriseManagement.ServiceManager.UI.Authoring.EnumerationViewTasks" />
<Category ID="CategoryId_882c009d_9a50_4455_aff6_8b715edeb5b0" Target="Branches" Value="System!VisibleToUser" />
<Category ID="CategoryId_e5352c5e_4c1b_4833_a5e0_bf9dd1bd42cd" Target="PrinterModels" Value="Alias_6e472436_00bc_4ca4_bff5_ffd041972427!Microsoft.EnterpriseManagement.ServiceManager.UI.Authoring.EnumerationViewTasks" />
<Category ID="CategoryId_7fe9aacc_43b5_4dbc_b57e_223e579fa613" Target="PrinterModels" Value="System!VisibleToUser" />
</Categories>
<Presentation>
<Forms>
<Form ID="ServiceRequestBranchPrinterForm" Accessibility="Public" Target="ServiceRequestBranchPrinterForm_TypeProjection" Assembly="Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceRequest.Forms" TypeName="Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceRequest.Forms.ServiceRequestForm">
<Category>Form</Category>
<Customization>
<AddControl Parent="srFormTabControl" Assembly="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="System.Windows.Controls.TabItem" Left="377.5" Top="15" Right="0" Bottom="0" Row="0" Column="0" />
<PropertyChange Object="TabItem_1" Property="Header">
<NewValue>Printer Information</NewValue>
</PropertyChange>
<AddControl Parent="Grid_1" Assembly="Microsoft.EnterpriseManagement.UI.SMControls, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="Microsoft.EnterpriseManagement.UI.WpfControls.ListPicker" Left="162.5" Top="63" Right="385" Bottom="827" Row="0" Column="0" />
<PropertyChange Object="ListPicker_1" Property="HorizontalAlignment">
<NewValue>Left</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_1" Property="Margin">
<NewValue>162.5,63,0,827</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_1" Property="VerticalAlignment">
<NewValue>Top</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_1" Property="Margin">
<NewValue>162.5,63,0,0</NewValue>
</PropertyChange>
<AddControl Parent="Grid_1" Assembly="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="System.Windows.Controls.Label" Left="95.5" Top="62" Right="552" Bottom="826" Row="0" Column="0" />
<PropertyChange Object="Label_1" Property="HorizontalAlignment">
<NewValue>Left</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>95.5,62,0,826</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="VerticalAlignment">
<NewValue>Top</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>95.5,62,0,0</NewValue>
</PropertyChange>
<Move X="13" Y="-1">
<Element Name="Label_1" />
</Move>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>82.5,63,565,825</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>82.5,63,0,825</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>82.5,63,0,0</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="FlowDirection">
<NewValue>RightToLeft</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_1" Property="ParentCategoryId">
<NewValue>61909694-0d19-fb73-1a24-4f327facb268</NewValue>
</PropertyChange>
<PropertyBindingChange Object="ListPicker_1" Property="SelectedItem">
<NewBinding Enabled="True" Path="PrinterModels" Mode="TwoWay" BindsDirectlyToSource="False" UpdateSourceTrigger="PropertyChanged" />
</PropertyBindingChange>
<Move X="21.8066666666666" Y="2.48000000000002">
<Element Name="Label_1" />
</Move>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>60.6933333333334,60.52,587,827</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>60.6933333333334,60.52,0,827</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>60.6933333333334,60.52,0,0</NewValue>
</PropertyChange>
<PropertyBindingChange Object="Label_1" Property="Content">
<NewBinding Enabled="False" />
</PropertyBindingChange>
<PropertyChange Object="Label_1" Property="Content">
<NewValue>Printer Model</NewValue>
</PropertyChange>
<Move X="-0.193333333333385" Y="-2">
<Element Name="Label_1" />
</Move>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>60.8866666666668,62.52,587,825</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>60.8866666666668,62.52,0,825</NewValue>
</PropertyChange>
<PropertyChange Object="Label_1" Property="Margin">
<NewValue>60.8866666666668,62.52,0,0</NewValue>
</PropertyChange>
<AddControl Parent="Grid_1" Assembly="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="System.Windows.Controls.Label" Left="96.5" Top="112" Right="551" Bottom="776" Row="0" Column="0" />
<PropertyChange Object="Label_2" Property="HorizontalAlignment">
<NewValue>Left</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>96.5,112,0,776</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="VerticalAlignment">
<NewValue>Top</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>96.5,112,0,0</NewValue>
</PropertyChange>
<Move X="35.8066666666666" Y="24.52">
<Element Name="Label_2" />
</Move>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.6933333333334,87.48,587,800</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.6933333333334,87.48,0,800</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.6933333333334,87.48,0,0</NewValue>
</PropertyChange>
<PropertyBindingChange Object="Label_2" Property="Content">
<NewBinding Enabled="False" />
</PropertyBindingChange>
<PropertyChange Object="Label_2" Property="Content">
<NewValue>Branch</NewValue>
</PropertyChange>
<AddControl Parent="Grid_1" Assembly="Microsoft.EnterpriseManagement.UI.SMControls, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="Microsoft.EnterpriseManagement.UI.WpfControls.ListPicker" Left="185.5" Top="93" Right="362" Bottom="797" Row="0" Column="0" />
<PropertyChange Object="ListPicker_2" Property="Width">
<NewValue>Auto</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="VerticalAlignment">
<NewValue>Top</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="Margin">
<NewValue>185.5,93,362,0</NewValue>
</PropertyChange>
<Move X="23" Y="-5">
<Element Name="ListPicker_2" />
</Move>
<PropertyChange Object="ListPicker_2" Property="Margin">
<NewValue>162.5,98,385,792</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="HorizontalAlignment">
<NewValue>Left</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="Margin">
<NewValue>162.5,98,0,792</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="Width">
<NewValue>180.5</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="Margin">
<NewValue>162.5,98,0,0</NewValue>
</PropertyChange>
<Move X="-0.193333333333385" Y="-8.51999999999998">
<Element Name="Label_2" />
</Move>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.8866666666668,96,587,792</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.8866666666668,96,0,792</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.8866666666668,96,0,0</NewValue>
</PropertyChange>
<PropertyChange Object="ListPicker_2" Property="ParentCategoryId">
<NewValue>20d8a660-29aa-9470-2139-555f9938d114</NewValue>
</PropertyChange>
<PropertyBindingChange Object="ListPicker_2" Property="SelectedItem">
<NewBinding Enabled="True" Path="Branches" Mode="TwoWay" BindsDirectlyToSource="False" UpdateSourceTrigger="PropertyChanged" />
</PropertyBindingChange>
<Move X="0" Y="-2">
<Element Name="Label_2" />
</Move>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.8866666666668,98,587,790</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.8866666666668,98,0,790</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="Margin">
<NewValue>60.8866666666668,98,0,0</NewValue>
</PropertyChange>
<PropertyChange Object="Label_2" Property="FlowDirection">
<NewValue>RightToLeft</NewValue>
</PropertyChange>
<AddControl Parent="Grid_1" Assembly="Microsoft.EnterpriseManagement.UI.SMControls, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="Microsoft.EnterpriseManagement.UI.WpfControls.SingleInstancePicker" Left="211.5" Top="163" Right="336" Bottom="709" Row="0" Column="0" />
<PropertyChange Object="SingleInstancePicker_1" Property="Width">
<NewValue>Auto</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="VerticalAlignment">
<NewValue>Top</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="Margin">
<NewValue>211.5,163,336,0</NewValue>
</PropertyChange>
<Move X="47" Y="16">
<Element Name="SingleInstancePicker_1" />
</Move>
<PropertyChange Object="SingleInstancePicker_1" Property="Margin">
<NewValue>164.5,147,383,725</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="HorizontalAlignment">
<NewValue>Left</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="Margin">
<NewValue>164.5,147,0,725</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="Width">
<NewValue>180.5</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="Margin">
<NewValue>164.5,147,0,0</NewValue>
</PropertyChange>
<PropertyChange Object="SingleInstancePicker_1" Property="BaseClassId">
<NewValue>319e665c-8db5-c06b-fd4b-93991942e429</NewValue>
</PropertyChange>
<PropertyBindingChange Object="SingleInstancePicker_1" Property="Instance">
<NewBinding Enabled="True" Path="ComponentAlias_3ae38849_26ce_4c7c_86b4_6b6201aba2f3" Mode="TwoWay" BindsDirectlyToSource="False" UpdateSourceTrigger="PropertyChanged" />
</PropertyBindingChange>
<AddControl Parent="Grid_1" Assembly="PresentationFramework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Type="System.Windows.Controls.Label" Left="86.5" Top="158" Right="561" Bottom="730" Row="0" Column="0" />
<PropertyChange Object="Label_3" Property="HorizontalAlignment">
<NewValue>Left</NewValue>
</PropertyChange>
<PropertyChange Object="Label_3" Property="Margin">
<NewValue>86.5,158,0,730</NewValue>
</PropertyChange>
<PropertyChange Object="Label_3" Property="VerticalAlignment">
<NewValue>Top</NewValue>
</PropertyChange>
<PropertyChange Object="Label_3" Property="Margin">
<NewValue>86.5,158,0,0</NewValue>
</PropertyChange>
<Move X="26" Y="2">
<Element Name="Label_3" />
</Move>
<PropertyChange Object="Label_3" Property="Margin">
<NewValue>60.5,156,587,732</NewValue>
</PropertyChange>
<PropertyChange Object="Label_3" Property="Margin">
<NewValue>60.5,156,0,732</NewValue>
</PropertyChange>
<PropertyChange Object="Label_3" Property="Margin">
<NewValue>60.5,156,0,0</NewValue>
</PropertyChange>
<PropertyChange Object="Label_3" Property="FlowDirection">
<NewValue>RightToLeft</NewValue>
</PropertyChange>
<PropertyBindingChange Object="Label_3" Property="Content">
<NewBinding Enabled="False" />
</PropertyBindingChange>
<PropertyChange Object="Label_3" Property="Content">
<NewValue>Printer</NewValue>
</PropertyChange>
</Customization>
</Form>
</Forms>
</Presentation>
<LanguagePacks>
<LanguagePack ID="ENU" IsDefault="true">
<DisplayStrings>
<DisplayString ElementID="BranchPrinters">
<Name>BranchPrinters</Name>
</DisplayString>
<DisplayString ElementID="ServiceRequestBranchPrinters">
<Name>Service Request, Branch Printers</Name>
<Description>This class inherits from Service Request to define Branch Printers</Description>
</DisplayString>
<DisplayString ElementID="Branches">
<Name>Branch List</Name>
<Description>Contains a list of branches within the organization</Description>
</DisplayString>
<DisplayString ElementID="ServiceRequestBranchPrinters" SubElementID="Branches">
<Name>Branches</Name>
</DisplayString>
<DisplayString ElementID="ServiceRequestBranchPrinters" SubElementID="PrinterModels">
<Name>PrinterModels</Name>
</DisplayString>
<DisplayString ElementID="PrinterModels">
<Name>Printer Model List</Name>
<Description>Contains a list of printers featured throughout the organization</Description>
</DisplayString>
<DisplayString ElementID="ServiceRequestBranchPrinterForm">
<Name>ServiceRequestBranchPrinterForm</Name>
<Description>Specify your form description.</Description>
</DisplayString>
<DisplayString ElementID="Printer">
<Name>Printer</Name>
</DisplayString>
<DisplayString ElementID="Printer" SubElementID="Source_facee4a3_7203_41bd_87d4_e30123445605">
<Name>Source_facee4a3_7203_41bd_87d4_e30123445605</Name>
</DisplayString>
<DisplayString ElementID="Printer" SubElementID="Target_8100dcd2_9c0a_42d1_9746_735a6e9ec302">
<Name>Target_8100dcd2_9c0a_42d1_9746_735a6e9ec302</Name>
</DisplayString>
</DisplayStrings>
</LanguagePack>
</LanguagePacks>
<Resources>
<Assembly ID="Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceRequest.Forms" Accessibility="Public" FileName="Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceRequest.Forms.dll" HasNullStream="false" QualifiedName="Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceRequest.Forms, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</Resources>
</ManagementPack>
Adam Dzak

Similar Messages

  • Customized fields Not visible in GUI but visible in PCUI why

    Hi,
      Can anybody help me, i have a problem which is as followes,
    I Enhanced Three fields for Campign in CRM Throw EEWB, these three fields are not appearing in GUI but its appearing in PCUI. 
    Can some body can give me  valueble inputs to solve this issue.
    Thanks & Regards,
    Sivakumar.

    Hi Suyash
    In the TS, on the right side, see if these fields are part of the DS.
    If yes, then click on them and drop them on the left, in the Transfer structure.
    If they are not availabel in the Datasource, then go to RSA6 in R/3 and see if the extract structure of this DS has these fields hidden, i.e if theres a check mark on hide coloumn....
    If these fields are not visible in the extract structure then let me know
    Regards
    Prakash
    Assigning points on SDN is a way of saying thanks !!

  • Custom fields not display in SRM5.5 Basic Data Frame

    Hello Everybody,
          I am working on SRM5.5 Server which i have to add two custom fields in Basic Data Frame..
         No field is display in basic data frame After I added those fields in INCL_EEW_PD_ITEM_CSF_SC and INCL_EEW_PD_ITEM_CSF.
        I added these fields by help of 672960 OSS notes..
       Add also when i execute the program BBP_DYNPROS_GENERATE where I entered the program name as SAPLBBP_PDH_CUF and execute but non of them is working fine..
      Is there anything else do i need to display custom fields in basic data frame??
    I have one more question..
      When you logon through SAPGUI and goto BBPSC01 t.code where you see lots of fields in basic data frame such as unloading point and all.. But those all fields does not display when you logon through WebURL..
      I checked is there any BAdi such CUF or Screenvarient or some Badi has been actived but non of the Badi has been implemented..
      To display all the fields which are display in GUI Mode also should display in URL..
      To bring this functionality , What do i need to do?
      I appreciate if you answer these questions..
    Thanks,
    John.

    Hi Disha,
    We are trying to add custom fields to the Shopping Cart Header. We are using SRM 5.0. We added the fields to the structures "INCL_EEW_PD_HEADER_CSF_SC" & "INCL_EEW_PD_HEADER_CSF".  We are able to see the custom fields. But the issue is , we are able to see the custom fields in the Shopping Cart one step shop scenario. Whereas when we run the wizard which is a 3 step scenario, we are not able to see the custom fields.
    Technically speaking, the custom fields are visible for the ITS BBPSC01 & BBPSC03 , where as these custom fields are not visible for the ITS BBPSC02.
    Please let me know, if we need to append the fields to some other structure to be able to see them in the Shopping cart wizard also.
    I will be gald to provide any kind of info.
    Thanks in advance...

  • How to add custom field to ical

    Hi
    I run a small business from my mac pro and my iphone. I would like to get a good workflow but it seems I am missing a few bits of information.
    First I would like to add custom fields to ical so that I can gather all the information I need in one spot. For example, I create a meeting with new client Tim Smith on Friday so I want to enter his name and contact info into ical because I need his address and phone number on the event so I can reference it.
    Then I would like to find a way to automatically create a contact card based on that information. If I can find an apple script that reads the fields in Ical and creates new contacts based on new events that I created.
    Then I would like to automate extracting the email addresses to send out preformed group mailers for people who were in my calendar that day ie "Thanks for meeting with me, I think we got a lot accomplished and hope to see you at the next meeting." etc etc
    Then also automate reports based off of my ical events such as "Report for how many times I had a meeting in the Blue Room this week" or "How many times did I meet with Timothy Smith"  this year
    I have tried automator and it doesn't seem strong enough to do this so I am thinking AppleScript but I am not very good at it. Anyone have any ideas on any of these issues?

    Tried the iCal forum and support
    www.apple.com/support/ical
    Tried Lion Community?
    you have notebook and tower?
    www.apple.com/support/macbookpro

  • Enhance Standard Info Structure SAP_CRM_ACT to add custom fields in CRM Activity archive Search

    Hi All,
    We have a requirement where we need to enhance CRM UI archive search with custom fields for CRM activity Object CRM_ACT_ON. As per my analysis Standard Archive Search for activity Uses info structure SAP_CRM_ACT for searching archived data.
    But when we are trying to add custom fields into above field catalog, it is treated as modification. But Modification is not allowed in our landscape.
    Standard infostructure is harcoded in SAP standard method ARCHIVING_READ of class CL_CRM_REPORT_ACC_DYNAMIC which is called as part of the process. So we are not able to go ahead with custom info structure.
    Can you please le me know if there are any alternative way to meet above requirement or I have missed any steps.
    Thanks & Regards,
         Sujit

    Hello Thomas,
    Maybe this link can help.
    add new field to search criteria and result.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true&12966506314316
    Search Options - Knowledge Management - SAP Library
    regards,
    Grace

  • Adding Customer Fields - Note 672960

    Hi All,
    Forgive me for this but I am new to BAdI programming and need a bit of help.
    I have been given a spec to add customer fields to a screen. The Analyst has given me the list of fields and reference to SAP Note 672960.
    I have appended the fields to structure INCL_EEW_PD_ITEM_CSF_SC and everything seems to be fine.
    In the BAdI BBP_CUF_BADI_2, method MODIFY_SCREEN what code do I have to put in so the fields now appear on the screen for the user?
    Many Thanks for any help,
    Colm
    P.S. The fields I have appended to the structure are:
    ZZSTAWN
    ZZBRGEW
    ZZMEINS
    ZZXFELD
    ZZTAXID

    From another thread I found this code and implemented it into my MODIFY_SCREEN method. Should this be sufficient to display the items or is there anything else I need to do?
    DATA: wa_fields TYPE bbps_cuf_display,
      p_index TYPE sy-tabix,
      p_return.
    *IMPORT P_RETURN TO P_RETURN FROM MEMORY ID 'RETURN'.
      IF NOT et_fields[] IS INITIAL.
        CLEAR: wa_fields, p_index.
        LOOP AT et_fields INTO wa_fields.
          p_index = sy-tabix.
          IF wa_fields-fieldname = 'ZZSTAWN' AND
          wa_fields-structure_type EQ 'ITEM' .
            wa_fields-xdisplay = 'X'.
            wa_fields-xinput = 'X'.
          ENDIF.
          IF wa_fields-fieldname = 'ZZBRGEW' AND
          wa_fields-structure_type EQ 'ITEM'.
            wa_fields-xdisplay = 'X'.
            wa_fields-xinput = ''.
          ENDIF.
          IF wa_fields-fieldname = 'ZZMEINS' AND
          wa_fields-structure_type EQ 'ITEM'.
            wa_fields-xdisplay = 'X'.
            wa_fields-xinput = ''.
          ENDIF.
          IF wa_fields-fieldname = 'ZZXFELD' AND
          wa_fields-structure_type EQ 'ITEM'.
            wa_fields-xdisplay = 'X'.
            wa_fields-xinput = ''.
          ENDIF.
          IF wa_fields-fieldname = 'ZZTAXID' AND
          wa_fields-structure_type EQ 'ITEM'.
            wa_fields-xdisplay = 'X'.
            wa_fields-xinput = ''.
          ENDIF.
          MODIFY et_fields INDEX p_index FROM wa_fields.
        ENDLOOP.
      ENDIF.

  • Have to add custom fields to transaction KS01,

    have to create a new field for cost centre KS01 transaction. In the documentation of exit EXIT_SAPLKMA1_001 it is mentioned that we have to create the new field in CSKS_CI structure. After this, the new field has to be added in the screen.
    This exit is used by program SAPLKMA1 in 2 screens 0399 and 3999. But, these screens are not used anywhere (I checked from the where-used list). In these 2 screens, there is a call customer-subscreen line. If i want to create this subscreen it asks for access key.
    Is there any way that i can create a subscreen and attach it to the standard transaction. Please suggest if there is any other ways to do the same.
    I have done all the standard procedure creating project activating exists. Only issue is how do i create a screen to add custom fields as it is asking access key. Is there any config that i have to do?

    Hello Swathi,
    yes, you actually have to create at least dynpro 0999. You can do that via transaction CMOD, double click on the screen exit and use the screen painter.
    It should not be necessary to enter an access key when you implement it in a customer project.
    The example coding from your CMOD modification shows you the minimal coding you have to implement to actually use your new fields.
    Best regards
    Sebastian

  • How to add custom fields in BADI  Subscreen.

    Hi Friends,
    I have to include some custom fields in MFBF tcode.(In make-to-order tab page).
    To do that I have used RM_HR_INTEGRATION  BADI definition  and created implementation for this. In the provided subscreen I tried to add custom fields but it asks access key . I donu2019t know , how to proceed further. Your help is needed.
    Or kindly provide me solution to achieve my requirement.
    Thanks in Advance,
    senthil.

    Hi Venky,
    We can see the documentation in
    se18 -> badi -> LE_SHP_TAB_CUST_HEAD -> display -> documentation button above the definition name
    in the first pop-up of documentation..go to the end which says 'Further notes'
    Further notes
    Documentation on BAdI Interface LE_SHP_TAB_CUST_HEAD
    click on this and we have a detailed description of each method defined in the badi
    Hope it helps
    Regards
    Byju

  • How can I add a Custom Field in Work Item "Bug" in VisualStudio Online agile MSF Template?

    We are using Visual Studio Online for task and bug tracking. The problem we are facing is that very few fields are available to working with. We need to add custom fields to filter bugs on multiple attributes like OS, Device model, Verified in build etc.
    We do not have local TFS server setup. The support questions i have read, they ask to update XML file for work item but i dont know how and where to get that xml file. Also is there any particular Role needed to access such configuration files?

    hi Zahid
    as already written above currently it is not possible to customize a process template on Visual Studio Online.
    but for your purpose you can use tags to save the attributes.
    see here Visual Studio Online - Work Item Tagging
    Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

  • How we can add custom field in standard report 2kee.

    Hi,
    How we can add custom field in standard report 2kee.
    I need one extra field to add in 2kee report for the same is there any customization req.
    Regards
    Ravi

    Ravi,
    Which extra field do you want to add or see?  Without specifying the field, it is difficult for one to tell you precisely whether you need a custom field or just change the layout to get the standard one.
    There are so many fields which exists but are not displayed when you execute 2KEE. You need to change the layout selections to your preference.
    Nonetheless, if the field you want to add does not already exist, then yes you can do customization.  Is there a customization requirement? No. But remember, you are making changes to SAP Standard program which will no longer be supported by SAP should in the case an issue arise in the future related to this very program.
    Have your abaper add the said field in the program or why not just create a query to pull the report?
    Elias
    Edited by: Elias Akorli on Sep 18, 2009 9:02 PM

  • How to change standard SAP program SAPLFSKB to add custom fields...?

    Hi Gurus,
    I have to change the standard SAP program SAPLFSKB screen 100 to add custom fields...i looked into OSS notes and there is a note: 174413 that provides steps to add custom fields...but when i try to do this it doesnt let me do it...it says that request cannot be changed....do i have to use modification agent...if that is the case then how shud i proceed with this....so please provide me some inputs....
    your help will be appreciated...
    Any inputs for me....
    cheers:sam
    Message was edited by:
            Sam williams

    try going into edit->enhancement operations->create.  this will allow up to add your customized field.

  • Add custom field in the selection screen for shopping cart monitor report

    Hello,
    refering to the notes 458591 an 672960, in order to add custom field at item level, we get the structure INCL_EEW_PD_ITEM_CSF.
    But this doesnt make it appear on the "Shopping Cart Monitor Report" selection screen.
    So should I try adding it in the existing interface of the badi bbp_sc_mon ?

    hello Yann,
    ok I will implement that. Is it possible to change the interface of the badi method to  include more data if we want to check the role of the user who is executing the shopping cart monitor report and accordingly do the settings of field display ? Or calling a function module inside the method to get the attributes of sy-uname would be easier?
    rita

  • USER EXIT or BADI  to add custom fields in QI06 Output

    Hi Gurus,
    I have tried to find out Suitable User Exit / BADI to add custom fields in QI06 ( Collective Maintenance Display) output. but in vain..
    We found USer Exits -QLIB0001/QLIB0002 .
    Badi- QB_PLAN_SELECTION_P, QB_Q_INFO_RECORD,QB_QM_SYSTEM_COMPARE,ALV_SWITCH_GRID_LIST
    which are not useful.
    So need your Suggestions / help in finding out suitable exit/ BADI.
    Thanks in Advance,
    Lalit.

    Hi,
    You can use the function module SXV_GET_CLIF_BY_NAME to find more BADI. Set a break point and run QI06 until the end.
    I hope this helps you
    Regards
    Eduardo

  • Add custom fields in ML81n line item level

    Hi All,
    We have a requirement to add custom field in ML81N. I have found an enhancement SRVDET and table CI_ESLLDB to add the custom field. But my problem is, I cant find the screen where can I add that custom field. Does anybody knows this?
    Appreciate your inputs.
    Thanks in advance.

    Dear,
    Below mentioned enhancment will create a new tab strip in the detail screen of service entry
    SRVDET              User screen on tab strip of service detail screen
    Create one project in CMOD, then assign the enhancement
    Calling screen  No.  Area     Called screen   No.  Short Text
    SAPLMLSP        0220 SUSCUSER SAPLXMLU        0299
    New field should be added in the include structure CI_ESLLDB
    Desgin these new fields in screen 0299 of program SAPLXMLU.
    Put your code in FM
    EXIT_SAPLMLSP_040              Transfer of Data to Detail User Screen
    EXIT_SAPLMLSP_041              Adoption of Data from User Screen
    Regards
    Dillip

  • Add custom fields in a new tab in J1B3N

    Hi All,
    In the project we need to to add custom fields from custom table (z table) in an Additional Tab (header) of J1B3N transaction. How can we do it using user-exits or BADI's?
    I've looked for this requirement in the forum, but none of them related to J1B3N transaction.
    If someboby has developed something like that, I will be grateful for help.
    Thanks in advance.

    Hi Okuma,
    Did you tried what are the badis are triggering while you run this transaction,then you will get an idea .
    Regards,
    Madhu.

Maybe you are looking for

  • Are there plans to update livecycle designer to conform with the CC Family of Tools?

    I am relatively new to using adobe LiveCycle Designer. I have to say it's a pretty great piece of software.  There are some things in it that really bother me though. For example, you can't just drag guides from the rulers. There's no smart guides. T

  • How do i monitor usb audio?

    i am recording guitar and vocals through a floor pod that i can send into logic with a usb and i want to monitor it as i record through some ehadphones i have connected to my mac but when i put the output as the "built-in output" i cant hear anything

  • Accidentally deleted a song off iPad

    I accidentally deleted a song off my iPad and tried to re-sync it.  But when I do, the song will not transfer to my iPad.  Any Ideas??

  • Purchase TV to DVD

    Can I burn purchased TV programs I have bought through the iTunes Store onto DVD either to backup or to play on a DVD player?

  • Waits occur in CGS wait for IPC msg and ksxr poll remote instance

    Hi, i have faced thousands of wait events occur in "ksxr poll remote instance" and "CGS wait for IPC msg" and same number of waitevent timedout also. Anybody help me to understand what this wait event says and any relations between this two wait even