Drag&relate with user fields

Is possible to use drag&relate when I get value of field from User Field from my Addon?
When I use it, I gett error "No matching records found"
Maybe SAP not support user fields in drag&relate machanism?
regards
Krzysztof Sala

Hi Krzysztof
You can use UDF in drag&Relate but you must be sure that the UDF are in the same module.
To be more specific, the user field that you have created in the marketing documents can give you result in drag & relate only in marketing documents.
Hope it Helps
Kind regards
George

Similar Messages

  • Drag&Relate with data ownership

    At this time, the Drag&Relate don't take the data ownership into consideration, however you can choose the Drag&Relate form in the Data Ownership Exceptions - Excluded Forms. The users can see all the objects and they can open all objects. So this time we must disable the Drag&Relate for this user, but it makes difficulties in searching and reporting

    Hello,
    Currently you can perform Drag&Relate with CRM 4.0 and EP 6.20.
    In the future the same capability will be enabled over CRM 5.0 and EP version > 6.20
    The folowing link described how to do it:
    http://kwhelp.sap.com/SAPIKS/S682060d5cdc846bab359671938f6d5ca/KW/IWB_STRUCTFDA74520211EBF4B8265A03750D12E3C/IWB_EXTHLP9CFFA3014CE645E493E9983B3631519A/?LANGUAGE=EN&RELEASE=406&IWB_INDUSTRY=BBPCRM&IWB_COUNTRY=&TMP_IWB_TASK=DISPLAY
    Best Regards,
    Ran

  • Drag & Relate with CRM

    Hi ! I have a question for You ? I have installed a SAP Portal 6.0 with WAS 640. Now, I want to use drag@relate with a CRM 4.0 WAS 620. Could you say me what I need for configure this tool ? Do I need the Unifier ?
    Thanks in advance
    Alejandro

    Hello,
    Currently you can perform Drag&Relate with CRM 4.0 and EP 6.20.
    In the future the same capability will be enabled over CRM 5.0 and EP version > 6.20
    The folowing link described how to do it:
    http://kwhelp.sap.com/SAPIKS/S682060d5cdc846bab359671938f6d5ca/KW/IWB_STRUCTFDA74520211EBF4B8265A03750D12E3C/IWB_EXTHLP9CFFA3014CE645E493E9983B3631519A/?LANGUAGE=EN&RELEASE=406&IWB_INDUSTRY=BBPCRM&IWB_COUNTRY=&TMP_IWB_TASK=DISPLAY
    Best Regards,
    Ran

  • XML form SPS13 error saving form with user field

    Hello gurus!
    After upgrading to SPS13 all XML Forms with imput field type 'user' produce error when saving data: incorrect user id. But I select user id from user list! ID can't be incorrect.
    Please, help.
    bestRegards, RO-man

    Hi Roman,
       I am using EP 60 SPS13 Patch 3, have you installed this patch ?
    You have to create a sibling node, for instance "usuario", don't forget to define it as user (data detail).
    Then you add a browse object in your form, and change action property as user.
    Then you establish a relation between usuario and your browse object.
    Patricio.

  • Syncing Microsoft Outlook 2007 Contacts with User Fields to iPhone

    When I sync my Contacts from Microsoft Outlook 2007 to the iPhone it transfers all general info and notes, BUT not the info displayed in User Fields 1-4 within contacts in Outlook.
    So, my question -Is there any way/path to achieve getting this info in User Fields from Outlook to the iPhone or are there any apps available for purchase to achieve this issue?

    Thats not an option. You can only sort by First name or Last name.
    You can, however, create different contact groups in Outlook and sync them to the phone. You could subdivide by business, by industry, etc. to make the browsing easier.
    You can also use the search box obtained with a right swipe on the home screen. There, you can put in the business name and all related contacts will show up.

  • Drag&Relate with error 'no matching records found'  when adding UDF columns

    in SBO 2007A I added a large amount of UDF fields to marketing documents title section. Then I tried Drag&Relate, as result i got only the error 'no matching record found ....'.
    I removed some of the UDF Fields and Drag&Relate works correct. It seems to be a length problem of the table row. But I have no information about such a restriction and the error message dont say anything about length problem.
    Does anybody know about this behavior and the maximum length of table rows, or is there any other solution to fix this problem?

    Hello,
    there are approximatly 170 fields and most of them are alphanumeric (internaly nvarchar(max)) - when i remove 2 fields it works.
    Best regards
    Klaus
    Edited by: Klaus Steinkellner on Jan 13, 2011 4:27 PM

  • Unifiers for drag & relate with oracle forms application

    Hi All,
      Is it possible to do drag & relate functionality in the portal with oracle forms application?? Is there any unifiers already available for drag & relate functionality with oracle forms application ?? If yes, then can anyone share the information.
    Regards
    Moses

    Hi Moses, you can use D&R with querys in Oracle using query iviews.
    You can find a lot of information in:https://www.sdn.sap.com/sdn/ep.sdn?page=unification_welcome.htm
    Regards.

  • Problems with user fields

    Hi, I need some help.
    I try to assign a user field from a float var, the problem is, only the entire part was wrote on the field and the decimal part doesn´t appear or it´s lost. 
    From user field to a var doesn´t have problems.   
    FoUsrTable.UserFields.Fields.Item(TObject(j)).Value := tobject(fValor);   
    I need to do something special?  
    Regards and thanks

    Hi Juan Correa
    You must make sure that your userfield is of the correct type, make sure it does accept decimal points. Check from the front end of SBO if it is correct. If not, change the type of the field until you get it in the desired format in the UDF definition. Remember that under general settings you can also set the additional decimal points as you please.
    If it is still giving you a problem then the way you are placing it in there is causing a problem. Maybe place a small code snippet if you don't come right.
    Hope this helps

  • Problem related with User Defined search

    Hi all,
    In service type marketing doc.i added three UDF at row level.
    1)Item code
    2)Item Desc.
    3)Quantity
    i need to design a formatted search which will multiply Quantity with unit price and will update result in Total field in row level.
    please suggest me Formatted search.
    TIA

    Chetan,
    In addition to Suda's reply, we have also created 3 UDFs in the service type document of purchase order but there is no item code. it is okay you use item code UDF but actually it won't give effect if you use the 3 udfs in the purchase or sales order documents, although actually we assigned the following FMS I will give. Why I said this because user always asks how to make automatic  movement of 3 UDFs to the next documents (GRPO service and A/P invoice service). I suggest to assign the 3 UDFs you made to invoice directly.
    Try to use this another code to make Total (LC) become automatic update after you fill the qty and unit price;
    declare @m as money
    declare @n as nvarchar(40)
    declare @o as varchar(40)
    declare @p as money
    declare @q as varchar(40)
    declare @r as money
    declare @total as money
    declare @ntotal as varchar(40)
    set @n = $[$39.5.0]
    set @n = substring(@n,4,(len(@n)))
    set @m = cast(@n as money)
    set @o = $[$39.U_QTY.0]
    set @p = cast(@o as money)
    set @total=@m*@p
    set @ntotal=cast(@total as nvarchar(40))
    select @ntotal
    Assigned the query FMS above using display saved values.
    You just need to replace this following:
    $[$39.U_QTY.0]
    to be UDF code of quantity you have made
    Rgds,

  • Issue related with CLOB field in Oracle and PI

    Dear Experts,
    We are trying to transfer material Long description from SAP to Oracle table.
    There is a field in Oracle table 'LNG_DESC' which is defined as CLOB.
    In PI mapping we have defined that fields as String type with Maxlength as 14000.
    There are few materials for which this limit is excedding and we are getting ORA:014
    String too Long' error in communication channel.
    Kindly suggest that how can we define a field in PI as CLOB or how to handle this
    situation.
    Thanks
    Sumit

    Hi Hank,
    The reason could be either improper set up and loading sequence followed, or transactions not locked while performing set up filling and initialization.
    There could be two approaches to rectify this.
    1. Redo the inventory data, as per how to document.
    2. Identify the transactions that are not captured, by running the reports and analysing the date on which transactions are not captured(this could be quite painful) and then fill set up of movements just for these documents and load to cube without discurbing the deltas.
    Do write back to me, if you have any questions.
    Naveen

  • Creating User Table, User Field ... with Script SQL in C#

    Hi every body,
    I wonder if we could create a user table, user field ... with script SQL in C#.
    Should I use the reference Microsoft.SqlServer.ScriptTask ??
    Thank you for your Help

    Haifa,
    I am not sure where your question is directed.  The forum that you have posted your question in is for questions related to the SAP Business One SDK.  Are you looking to create new user tables/fields in SAP Business One?  If so you can do this either through the SAP Business One SDK interface using Tools > User Defined Fields and/or Tools > User Defined tables.
    You can also create metadata objects in Business One programatically using the UserTablesMD and/or UserFields objects.
    SAP does not support direct SQL writes to the SAP Business One Db.
    HTH,
    Eddy

  • Drag and relate from User query not working as expected

    Hi All,
    Could anyone shed some light on why using drag and relate from a user query is not working for me?
    Drag and relate works well from all system generated queries, but not from my user queries.
    For example:
    - System query/report - running a system stock report and dragging the 'Item number' field result to a D&R Sales Order generates a report of all Sales Orders for the selected Item Number. As expected - success.
    - User Query - running a item lookup report from a user generated query and then D&R to Sales order for the selected Item Number does not work. Error = 'No matching records found (ODBC -2028) [message 131-183]
    Any ideas?
    Best regards,
    John

    Hi John,
    I believe Drag and relate only works for system form.  The whole function is hard coded.  It will not work for any queries including system queries.
    Thanks,
    Gordon

  • Updating User field with ListItemFormUpdateValue object and ValidateUpdateListItem for a file metadata

    Hi Every body,
    Please this is very argent I'm searching for this problem sine a week with no success
    how can I update a user field (single and multi) using ListItemFormUpdateValue object and ValidateUpdateListItem method
    Thanks in Advance
    khatib7

    Hi,
    Seems there are already replies in your another similar thread about this issue:
    https://social.technet.microsoft.com/Forums/en-US/5e67dc3d-c808-49ee-9aab-383a5cea5bce/sharepoint-angulr-rest-api-update-file-item-userd-field-property?forum=sharepointdevelopment
    Please check whether they are helpful to you.
    Thanks 
    Patrick Liang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • PDF Template with user updateable fields

    Does anyone have instructions from begin to end on how to create a PDF template with a field that is both populated by XML and allows for user to update when opened in Adobe 8 viewer or higher? I have been successful in creating the template, but once the pdf is output via concurrent program XDODTEXE the fields are no longer updateable. I have looked into the xdo.cfg in XDO_TOP and set the property all-field-readonly to FALSE, but I am still unsuccessful. Any thoughts or help would be greatly appreciated...
    Thanks,
    Jamie
    We solved the problem... xdo.cfg contained a typo.
    Edited by: jmdavis on Jan 22, 2009 1:35 PM

    Sorry... I was only successful in getting the fields to update with Adobe Professional. Viewer works on the original template I associate to the XML / PDF, but when I view the output in Viewer I get a warning indicating the extended features have been changed. I am still searching... I will update when I get the final answer.
    Jamie

  • User Field Selections with SAP Asset Report RAGITT_ALV01

    Hi,
    We are running RAGITT_ALV01 (Asset History Sheet) report and wish to utilize some user fields (ANLU) in data selection. How might this be done? I find when using "List Assets" under "Settings" tab the asset number , sub asset numbers and associated user fields remain. However when using "Main Numbers Only" or "Group Totals Only" under this same tab, sub asset number and associated fields are not to be found and accumulations already include all assets with a given asset number with no opportunity to apply user field data selection criterion which would eliminate some assets included .
    Thank you  for your time, harold

    Hi,
    Sorry to have taken so long to reply, and thank you for suggestion.  We already have our "Z" copy of this program and have been processing from this for some period of time. The problem occurs when trying to apply user fields (ANLU) to data selection criterion for reporting options "Main Numbers Only" and "Group Totals Only". Asset numbers (main and sub) disappear during R3 data base processing never to be seen intact again. Have traced this through and may have solution for "Main Numbers Only" option. Testing is occurring on this "work around". However the third option "Group Totals Only" solution still evades capture. If you have any more ideas please pass along to me. Again thank you for your time and effort. harold

Maybe you are looking for

  • Headphones show on won't switch to speakers?

    Speakers stopped working, volume control shows headphones are on. Checked switch settings, checked sound controls under "settings". Tried reset several times. I understand this is not an exclusive problem. Please don't tell me to do a full reset. I c

  • This is different: iTunes freezes my PC completely!

    Hello! I've searched the forums- I think my problem is unique. Basically, the iTunes installer completely hangs my PC. I need to do a hard reset every time. I've followed all the steps on Apple's troubleshooting guide to make sure EVERY trace of all

  • Oracle raw date form

    Write a SQL statement that will obtain a date in Oracle in its raw form. And display the 4-digit year.

  • Digital port indicate

    Hi, I'm a newbie in Labview and I'd like to know how to use digital port 1 or other to indicate when there's giving pulse out..? For example what should I add to the example of Cont Pulse Train-Easy (DAQ-STC) VI..?

  • Where is the hard light blending option in CS6?

    there are all the normal opacity blending options but a few missing, can hard light be found anywhere else?