Custom item field in POWL

Hi all,
I've added an item custom field in POWL following this steps:
- Add the field to structure /SAPSRM/S_SEARCHFIELDS. (with the same name that it have in st. INCL_EEW_PD_ITEM_CSF_CTR )
- Add the field in view /SAPSRM/V_SRC_CR.
- Add the field in DB criteria in the transaction /SAPSRM/POWL_CUST.
- Use the report POWL_D01 for refresh the query.
The problem is that there is a custom field with the same name at header level and the system is trying to search by the field in header not the field at item level, so can't find anything because have different values.
Do you know if i need to add the field in other structure ? or what i need to do for search at item level using this field?
I've add others fields that exits only at header or item level and works fine. But if exits in both levels doesn't work.
I've tried to modify the behaivor of POWL with the Enhancement  /SAPSRM/BD_CLL_POWL_FEEDER, i have some implementations for change the search helps and something like that. But the definition I need for this problem is /SAPSRM/BD_POWL_CHNG_CUF_SRCH. And is not triggered. Do you know why?
Thanks in advance,
Regards,
Ricardo.

Hi,
Yes, I've added the field in the following structures:
INCL_EEW_PD_ITEM_CSF_CTR
INCL_EEW_PD_ITEM_CSF
INCL_EEW_PD_HEADER_CSF
INCL_EEW_PD_HEADER_CSF_CTR
/SAPSRM/S_SEARCHFIELDS
Thanks.

Similar Messages

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • Error adding custom field in POWL

    Hi all,
    I've added a custom field in POWL for SC.
    The problem is when I fill this custom field and push the search button an error is displayed:
    "Last query refresh failed due to internal errors; contact your admin."
    I've seen there is a short dump in st22. SAPSQL_INVALID_FIELDNAME
    I've seen that the select statement is being built dynamically (include LBBP_PDF80).
    Within the conditions of the where clause is adding a line with the correct value but is adding another senseless line .
    In the custom fields range is always adding a line like this; LOW = space OPTION = CP.
    I don't know why. The problem is in the form GETLIST_CUF_ADD_LINE.
    If I delete this second condition in debug mode is working fine.
    I've tried to find some OSS note but I couldn't find any...
    This are the steps I've followed to add the custom field in POWL:
    - Add the field to structure /SAPSRM/S_SEARCHFIELDS. (with the same name that it have in st. INCL_EEW_PD_HEADER_CSF_SC )
    - Add the field in view /SAPSRM/V_SRC_CR.
    - Add the field in DB criteria in the transaction /SAPSRM/POWL_CUST.
    - Use the report POWL_D01 for refresh the query.
    Do you know what can be the problem?
    Thanks in advance.

    Which version of SRM are you using ?
    Pls. check the attached note, which describes the similar problem :
    [Note 1555113 - Dump occurs when searching for customer fields|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1555113]

  • Add new fields in F-36 ( Add customer item dynpro ) .

    Hi all.
    I want to add new fields in "Add Customer item" Dynpro of transaction F-36. It's possible ???. How I can do this ??
    In the "More Data" dynpro is possible to add new fields ????
    Thanks a lot
    Ismael

    Hi
    Sorry...I wanted to say I want to add a customer fields of table BSEG.
    Only I want to know if it's possible to add some fields in a f-36 trx.
    My users want to fill a new fields when they create new bill of exchange ( in dynpro "add customer item").
    thanks

  • Is there a simple way to create a custom item list for a List Picker field?

    I have created a List picker field and added it to my customized version of the Incident Management form. I need to populate this List Picker with custom items (Departments) and everything I am reading about how to do that is that I have to write a
    bunch on XML code. Is there a relatively simple way to populate a List Picker field with custom entries that does not require me to know scripting or XML?
    Thanks in advance for any help
    Mark

    Assuming that you have created a Enumeration picker (i.e.
    you used the authoring tool and dragged what it calls a list picker in, and then selected a list that you created in the authoring tool), then you can edit the contents of those Enum Lists using
    the Lists view in the Library pane, or by editing the XML as in the last reference. 
    You might also be interested in the
    Bulk Enum creation tool, which automates the process of creating that XML

  • Need user exit to put filter on field ( customer item due by ) in F110

    i'm having the requirement to put filter on the transation f110 on the paramater tab  of customer item due date that shoud consider  only 10 days back date form the sy-datum .  so i need user exit to pace the logic in automatic payment transaction.
    Thanks
    sarfraz

    Hi used the BET for process 1820 copied the function module and configure it and i have put the break point but when i have process the transaction f110 its not triggering.
    i have done as the below config
    In FIBF Tcode, Products -> of Customer for BTE 1820 : created a ZZ<Product> and made Active
    In Process Modules-> of Customer for BTE 00001820 : added ZZ<Function Module> and ZZ<Product>

  • Custom created field created using Addon is overlapping in BP Master form

    Hi All,
    I have developed an addon to create some custom field in Business partner master data form. Every thing is working fine but the issue is that when I am maximizing and minimizing the BP form the custom created fields are overlapping with existing SAP B1 field. i have created this fields as the sample specified in SAP B1 SDK. I am giving the sample code below please rectify me if I have made any mistake.
                       lItem = form.Items.Add("CBWBCUSTGR", SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX);
                        lItem.FromPane = form.Items.Item("222").FromPane;
                        lItem.ToPane = form.Items.Item("222").ToPane;
                        lItem.DisplayDesc = true;
                        lItem.Left = form.Items.Item("222").Left;
                        lItem.Top = form.Items.Item("222").Top + 15;
                        lItem.Width = form.Items.Item("222").Width;
                        lComboBox = (SAPbouiCOM.ComboBox)lItem.Specific;
                        lComboBox.DataBind.SetBound(true, "OCRD", "U_WBCUSTGR");
    l                  Item = form.Items.Add("STWBCUSTGR", BoFormItemTypes.it_STATIC);
                        lItem.FromPane = form.Items.Item("223").FromPane;
                        lItem.ToPane = form.Items.Item("223").ToPane;
                        lItem.Left = form.Items.Item("223").Left;
                        lItem.Top = form.Items.Item("223").Top + 15;
                        lItem.Width = form.Items.Item("223").Width;
                        lStaticText = (StaticText)lItem.Specific;
                        lStaticText.Caption = "Web Customer Group";
    Thanks and Regards
    Utpal Maity

    Hi All,
    I have tried the solution provided by you by modifying the code as written below but when i am minimizing it the fields are getting overlapped.
          lItem = form.Items.Add("CBWBCUSTGR", SAPbouiCOM.BoFormItemTypes.it_COMBO_BOX);
                        lItem.FromPane = form.Items.Item("222").FromPane;
                        lItem.ToPane = form.Items.Item("222").ToPane;
                        lItem.DisplayDesc = true;
                        lItem.Left = form.Items.Item("222").Left;
                        lItem.Top = form.Items.Item("222").Top + 15;
                        lItem.Width = form.Items.Item("222").Width;
                   lItem.LinkTo = "STWBCUSTGR";
                        lComboBox = (SAPbouiCOM.ComboBox)lItem.Specific;
                        lComboBox.DataBind.SetBound(true, "OCRD", "U_WBCUSTGR");
    l                  Item = form.Items.Add("STWBCUSTGR", BoFormItemTypes.it_STATIC);
                        lItem.FromPane = form.Items.Item("223").FromPane;
                        lItem.ToPane = form.Items.Item("223").ToPane;
                        lItem.Left = form.Items.Item("223").Left;
                        lItem.Top = form.Items.Item("223").Top + 15;
                        lItem.Width = form.Items.Item("223").Width;
                   lItem.LinkTo = "CBWBCUSTGR";
                        lStaticText = (StaticText)lItem.Specific;
                        lStaticText.Caption = "Web Customer Group";
    Thanks and Regards
    Utpal maity

  • Customer Item Open Interface

    Does anyone know what the Lock_flag is for the customer item open interface and what it should be set to when creating customer items? It is a required field but it is not explained in the 11.5.9 documentation.

    Hi
    I didn't find this flag in TRM of 11.5.10. In what table did you find it?
    Regards,
    Ricardo Cabral

  • Get value based on column names for custom metadata field of Webcenter Content

    In UCM, I created a custom metadata field of type Text.  I then enabled optlist in that field.  I populate values to the optList, I am using a View.  The View has three columns.  Let us call them ID, Key, Value.  OptList displays the Keys in its list.  I then create a Content (Content ID: MyContent) in Webcenter Content and choose values from OptList for my new metadata field (MyField).
    From Webcenter Portal, I am populating a selectOneChoice with values of MyField in the Content ID: MyContent.  Remember from previous step, the values populated in selectOneChoice is the list of values selected from optList field MyField.  This optList is in-turn populated from View.  After the user selects a value in selectOneChoice, in Javascript, I need to alert a message in this format "value chosen - corresponding value from View of optList that populates MyField"
    I think an example will be useful:
    Here is a View that I created in Configuration Manager applet in Admin Applets of Webcenter Content:
    ID | State | Capital
    1 | North Carolina | Raleigh
    2 | California | Sacramento
    3 | Illinois | Chicago
    Then, I create a Custom Field (Name: MyField).  MyField is an optList the values are populated from View created above.  The internal value and display value are both State.  Then I Check-In a new content with Content Id: MyContent.  For MyContent, I select these values from OptList for MyField: {North Carolina, Illinois}.
    In my Webcenter Portal application, I create a Content Presenter Taskflow.  I configure it as a single item content presenter.  I assign MyContent as Content Id.  Then, in templateView, I get all values of MyField in MyContent and display them as selectOneChoice.  I created a javascript function that would get the value that user selected in selectOneChoice.  In the View created in Webcenter Content's Configuration Manager (above), there is a value corresponding to each value displayed.  So, for the selected value, I need to get the corresponding Capital and display it in my alert message.
    From Javascript, how can I get the value of Capital, given I have the value of State.

    Hi.
    The idea to achieve your requirement is next:
    Create a helper manage bean that will be call as Map access: #{stateUtil['Calofironia']} (it will return Raleigh). This value will be get calling GET_SCHEMA_VIEW_VALUES IDC service using RIDC in your manage bean.
    Pass the result of #{stateUtil['statename']} to your JavaScript function using <af:clientAttribute.../>
    I hope this information help you.
    Regards,

  • Vendor Line Item Display-Default value for customer items

    Is it possible in selection screen of transaction FBL1N (Vendor line item display) the default value of field "customer items" to be checked?
    Thanks in advance.

    hi Tsiami
    it's not possible. if u want check customer line items go throw this TC:FBL5N
    plz assign points
    regards
    sivareddy.

  • How to export custom metadata fields

    How do I export custom metadata fields (or even the DATE) to a text or spreadsheet? Why does Aperture have dozens of metadata choices, but only allows a few to be exported?

    You can try Automator which must be installed already in your computer. Create a new workflow, on the left pane select Aperture to see a list of actions, select "get selected items" and "extract metadata", and drag both to the right most pane. there you'll choose the Tag names to extract from the images already selected inside aperture and choose an output method, tabbed text should work fine for a spreadsheet. Hope it works.

  • BSIS Index for G/L Accounts contains Customer items ?

    Hello experts,
    I have some doubts about what i'm seing in database table BSIS. I always thought that this index table was containing only items with account type 'S' for GL account items.
    But it seems that customer items (with account type = D) can also be stored in this index table.
    Can anyone confirm if it is the normal behavior ? I'm really confused.
    Thanks in advance for any help.
    S.

    In the master data of the reconciliation account, you have the field SKB1-MITKZ (Reconcil.ID), with value 'D' for a customer reconciliation account.
    The documentation of this field is:
    Account is reconciliation account                                                                               
    An entry in this field characterizes the G/L account as a reconciliation
         account. The reconciliation account ensures the integration of a       
         subledger account into the general ledger.                                                                               
    Examples                                                                               
    G/L account 140000 is defined as a reconciliation account. In the      
         customer account 4711, the G/L account 140000 is determined as a       
         reconciliation account.                                                                               
    In this way, all postings to customer account 4711 are also posted     
         automatically to the G/L account 140000. The G/L account itself is not 
         designed for direct posting. In this way, a reconciliation between     
         subledger and general ledger is always guaranteed.

  • Clear customer items w. special G/L ind. A ; VAT - relating

    Dear all,
    I have below issue:
    When I post incoming payment, clear customer item with Special G/L Ind. A, the system posts a document which have the same VAT used in the original special G/L customer item, but this VAT doesn't have to be posted in the payment even if percentage = 0.
    Company is in Italy.
    I would obliged any of your comments.
    Rgds,
    Linh

    Hi,
    I guess it's logic that the system copied the same fields (including VAT) from the customer item to the 2nd item created automatically when clearing.
    Regards.

  • View Customer number field in the FBL3N report

    Hi All,
    Is it possible to view the Customer Number Field in the FBL3N report??
    Please revert asap.
    Rgds,
    Kunal Vichare
    Moderator: Please, search SDN

    Hello
    Please find the process for adding additional field in FBL3N
    SPRO->FA->GLA->GL->Line Item->Display line item with ALV->Define Special Fields for finding and sort data
    Added the additional field for Customer account number.
    Table   Field name   Field lable
    BSEG   KUNNR         Customer
    Thanks
    Kameshwar Rao

  • Custom Attributes, Fields in Folders

    Hi,
    I have a Folder where I am uploading documents etc. I need to capture additional fields - 'Speaker' etc. when I upload the document. Is there any way of doing this?
    Thanks.

    yep, at item level though... Create a custom item type based on File and add your custom attributes such as Speaker there. it should work fine, but you must remember to use the new item type to upload the docs.
    To minimise confusion you can restrict the list of available item types at the content area level in its edit properties, i.e, get rid of File but keep your new ones based on File.

Maybe you are looking for

  • Video from iphone 5 onto mac

    .Does anyone know of any cable or cable combination that would allow me to play video and audio from my iphone 5 onto an imac or a mac pro. I have a lightning to hdmi adapter which works brilliantly into a tv but I would like to watch video from my i

  • Unable to see form previews in BPE

    I am unable to see preview of opend forms in the business process editor.I get the error message 404 file not found. Even if i copy paste the URL in the browser i am unable to see the form please help

  • After 12.1 Update - Unable to load font "^0" "Helvetica Neue" error

    I've just updated to After Effects CC 12.1, and I'm now getting the following error when launching: After Effects warning: Unable to load font "^0" "Helvetica Neue" After pressing OK, I get another error: Cannot load font required for the After Effec

  • ITunes won't print cd jewel case playlist

    It was printing a cd jewel case playlist fine, when I created a new one and was trying to get the mosaic to bring up album art, it would not and I tried it several ways and then it just quit on me - shut down iTunes. Tried several time, including res

  • WLST assign WTCServer (weblogic 9.2MP2)

    using weblogic 9.2MP2 on both unix/windows.... configuring offline with WLST script and using the assign command to associate resources. works fine except for with the WTCServer bean. the python script first creates the WTCServer bean and directly af