Assing link to configured field

Hi everyone,
I'm trying to configure a link to a configured field in the WCL. What Im trying to do is that when a user selects a configued field in the WCL, he or she accesses to SAP ECC in order to view a purchase order.
I configured this scenario only using IMG activity Assign link to configured field but i haven't gotten good results.
My questions are:
  1. Is it possible to give access to a SAP ECC document from WCL without additional java or ABAP development?
  2. If it were possible, could you please tell me which are the general steps in order to configure it correctly?
Thanks for your answers.
Best regards

Hello Arturo,
yes should be possible.
In the IMG transaction you mentioned you must enter Assign Business Object Information.
Here choose your configured field, enter object type BUS2012 for a Purchase Order and enter the source of the logical system for the ERP (normally Application system).
Afterwards go to transaction /SAPTRX/UCCF and choose your configured field. Enter for Drill-Down Type S Drill Down to an SAP System.
After a reload of the User Profile Manager in WCL Admin Screen a link should be displayed for the configured field.
Best regards,
Steffen

Similar Messages

  • Link a Form Field to new Text Field

    PDF - form field
    Looking for a code to link a form field(text_1, on page #5) to
    another, new form field(text_2, on pages 2-4).
    Maybe a "Page Properties" action (i.e., Page Open: field text_2 = field text_1)
    ~~
    Why....
    busy but here's why
    In the PDF, there are Form fields on page 5 which interface (externalinterface) with an RMA ( a SWF) on page 2.
    This all works well.
    As the form fields must be carried forward (from page 5 to page 2... to interface the RMA),
    the orignal page 5, From fields are copied to pages 2-4 and then "Hidden".
    Again, this works just fine.
    A reset "action" (button) was added to, well, clear the Form Field for easy reuse.
    The reset ''action' does it's job and clears ALL form fields with the same "Name".... on every /all pages.
    This causes the dynamic interface, with the RMA, to display blank fields (within the SWF).
    This will effect the User's experience.
    ~~
    Work aound.....
    Find a way to label the Form Fields (page 5) so that "only they" are reset, and no others.
    Create a link of Form Field inputs on page 5 (with names... x,y,z),
    to new Form Fields pages 2-4 (with a differnet names... a,b,c).
    Thanks in advance for your help....
    DS

    Hi jm,
    This may be what you are after. No text wrap, but notes are there.
    Type an account number into the Enquire table to get Client and Contact
    Formula in B2 (and Fill Right)
    =INDEX(Database::B,MATCH($A2,Database::$A,0))
    Large notes display table with Wrap Text
    Formula is
    =INDEX(Database::D,MATCH(Enquire::$A2,Database::A,0))
    All together:
    Change it around if you want to look up by Client instead of Account
    Regards,
    Ian.

  • Linking text form fields in Acrobat Pro

    I am using Acrobat Pro.  I have successfully entered javascript that links multiple text fields so that when reaching the end of one field it automatically advances to the next.  My problem is that if I am in the middle of a word it will split the word instead of carrying the entire word to the next line.  How do I fix this?

    I'm having a simliar problem except for some reason, if I am typing a word, the sentance will advance to the next field but will be missing a letter and looks like this:
    This is an example of what Acrob
    t is doing.
    There is a letter that disappears and I can't seem to find how/where to fix it. I think it involves something with the java code but I'm not sure...

  • Error -5002 when adding linked user defined field using DI API

    Hello,
    When I try to add a linked user defined field using DI API I get the error number -5002 with description:
    "The field 'Related Table' should consist of 8 alphanumeric characters with no valid or default values"
    I Get the error when I use the Add method.
    What is the solution for this problem? I use SBO 2005 A SP1 Patch 18
    The code I use is (.NET C# 2.0):
    SAPbobsCOM.IUserFieldsMD uf = (SAPbobsCOM.IUserFieldsMD)company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields);
    uf.Name = "S_BUCO";
    uf.TableName = "OPOR";
    uf.Type = SAPbobsCOM.BoFieldTypes.db_Memo;
    uf.SubType = SAPbobsCOM.BoFldSubTypes.st_Link;
    uf.LinkedTable = "S_BU";
    uf.Description = "Description";
    uf.Add()
    Regards,
    Jeffrey

    Hi Jeffrey,
    Your code above does not match the settings you are using in the UI. In particular, the type and subtype you are setting in code are not correct.
    To create the UDF via code, set the field types as follows:
    SAPbobsCOM.IUserFieldsMD uf = (SAPbobsCOM.IUserFieldsMD)company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields);
    uf.Name = "S_BUCO";
    uf.TableName = "OPOR";
    uf.Type = SAPbobsCOM.BoFieldTypes.db_Alpha;
    uf.EditSize = 8;
    uf.LinkedTable = "S_BU";
    uf.Description = "Description";
    uf.Add()
    There's no need to set the SubType property as you require a regular alphanumeric field.
    Kind Regards,
    Owen

  • Every keystroke and mouse movement, I get an audio notice that I need to shut off. In Safari, the cursor cycles thru every link and metadata field and I get a verbal/audio notice of what it is.  How do I shut this option off???

    Every keystroke and mouse movement, I get an audio notice that I need to shut off. In Safari, the cursor cycles thru every link and metadata field and I get a verbal/audio notice of what it is.  How do I shut this option off???

    Press the key combination command-F5 to deactivate VoiceOver. If that doesn't work, proceed as follows.
    For OS X 10.7: From the menu bar, select
     ▹ System Preferences ▹ Universal Access ▹ Seeing ▹ VoiceOver: Off
    For OS X 10.8 or later: Select
     ▹ System Preferences ▹ Accessibility ▹ VoiceOver ▹ Enable VoiceOver: Off

  • Linking two text fields together.

    I need to link to text fields together as if it were in word or notepad, you simply hit enter to go to the next line at the end of the text field.
    Is it possible?
    Sorry I'm a totaly newbie here!
    Thanks,

    Set the first field to Limit Length to Visible Area and on the full event place this script:
    xfa.host.setFocus(Field2Name);
    where Field2Name is the name of the field you want the cursor to appear in after the first field is filled up. The user won't need to hit enter, the cursor will just move to the second field when the first one is full.

  • Linked PDF form fields

    Is it possible to link two form fields together in a PDF form? I am creating a PDF form from an existing printed form, and some of the questions originally had two lines available for response. I want the user to still have two lines to use, but without having to tab between them. Can Acrobat 8 Professional "link" two fields together, so that input from one wraps into the other?

    I tried that, but I had some issues spacing the text field out correctly so it lined up with the lines already in the document. Also, the two lines do not match up on both sides... It looks kind of like this:
    Describe your current job responsibilities: ____________________

  • Hierarchy link between configure material & configured material (VC Issue)

    We have a configurable material A770 and we have a configured material ZA720
    The configurable material A770 has 1500 components and these 1500 components has inturn has assemblies & subassemblies
    Is there any way, we can find out the hierarchy link between configure material  A770 & configured material ZA 720 i.e. we are not able to find parent material of ZA720
    We tried looking into Tcode CS11 & CS15, it was not much help
    Note: In CS03, when entered configured material ZA720 it display error message “ BOM can only be displayed via configurable material A770”
    Thanks
    Suren R

    Dear Suren,
    Eaht Imunderstood from you is,
    You have configarable material A770 and you have a semifished material ZA720 which has one of the material variant, if that is the case it will have its own std bom and routing.
    if that is the case please see the link below for more information, if that is not the case, please let me know
    http://help.sap.com/saphelp_470/helpdata/en/92/58d455417011d189ec0000e81ddfac/frameset.htm

  • TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields??

    Dear All,
    TFS 2012 work items migration to TFS 2013 along with History,Links/Attachments & Custom fields?? is there any way..
    Tried couple of tools:
    1) Excel based migration : loss of data is custom fields, links, attachments, status
    2) few tools in Code plex : Crashing/Not working.
    Kindly provide your valuable comments here.
    Cheers, Tarun

    Hi Tarun,
    I'd like to know the tools that you used in CodePlex. Generally, CodePlex project is not supported in MSDN forum, and you can post your questions and concerns in the issue secton of the project.
    If you use TFS integration tools, according to this
    blog, it is limited to migrating only Version Control items, Work Items, and the links between them. Please check the limiation and have a check with your migration. For the customized fields, you might need to do the same customizatoin on the target
    team project.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Link between different fields in different databases

    Hi
    I have two asp pages displaying the contents of two different
    databases. I
    also have a link in a field of the first database to open the
    second asp
    page (<a href="results.asp">
    . However, that way I see the top of the
    results.asp, while I want to go to a specific field of the
    database that is
    connected to results.asp.
    In HTML words I want to define an ancor in a field of
    database2 and call it
    from a link in a field of database1.
    Please note that this is my first try in asp, so take it easy
    Thanks
    [gt] aka geotso
    Please, remove hyphens to contact me

    <a href="results.asp#field">
    and then on results.asp, you would have -
    <p id="field">whatever</p>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "geotso" <[email protected]> wrote in message
    news:e3iicm$7b7$[email protected]..
    > Hi
    > I have two asp pages displaying the contents of two
    different databases. I
    > also have a link in a field of the first database to
    open the second asp
    > page (<a href="results.asp">
    . However, that way I see the top of the
    > results.asp, while I want to go to a specific field of
    the database that
    > is connected to results.asp.
    >
    > In HTML words I want to define an ancor in a field of
    database2 and call
    > it from a link in a field of database1.
    >
    > Please note that this is my first try in asp, so take it
    easy
    >
    > Thanks
    >
    > ------- ---- --- -- - -
    > [gt] aka geotso
    > ------- ---- --- -- - -
    > Please, remove hyphens to contact me

  • Link mulitiple forms fields

    I'm currently trying to create a document where there will be mulitple fields that would be the same information.  For this example, I need to know is several sections what school they attend, however they will be different formats.  For example, the first entry will be a "comb" and then the next plain text.  Is there a way to link this multiple fields?  I'm using Acrobat 10x
    Thanks in advance.    

    Normally you'd just give them all the same field name, but since you want them to have certain different properties like comb, you'll need to use a script to copy the entered value to the other fields. For example, the following custom Validate script demonstrates this:
    // Copy the value to other fields
    getField("text1").value = event.value;
    getField("text2").value = event.value;
    So each field name would be different, and you'd use a script to copy the entered value to the other fields.

  • Re: Linking .jsp input fields to JSPBeans

    You can accomplish what you want by passing parameters to the Servlet like the following.
    <input type =text title=""name="refcode" value= "" size= "20" class= "textbox" maxlength= "18" >Then on your servlet, the value corresponding to the refcode will be at a parameter called "refcode"(the name of the parameters will be the same name you give to your fields on the jsp page. So gessing the name of the other fields on your jsp page the pice of your doPost method from your servlet posted below should be like:
    String strRefCode = request.getParameter("refcode");
    String strAuthCode = request.getParameter("authcode");
    String strCostCode = request.getParameter("costcode");Be sure that your are informing your servlet name on the action parameter of the form tag on the jsp page so that the above may really work.
    Hope I have made sense.
    Thank you,
    Thiago Santana

    Hi There,
    As it turns out, my boss (who sent me on this wild goose chase) doesn't know all that much about Java either.
    He had suggested that there was a method similiar to the process in VC++ where you can link an input field to a class member, and let the framework handle all the data updating and processing. (I'm sure there is something similiar in Java application programming)
    As it turns out, there isn't, as I'm sure everyone here is aware. Once I stopped being distracted by trying to find something that wasn't there, I found that there is some fairly obscure code in our application that does use getParameter calls to pull out the information.
    To summarise: My boss and I are both idiots, and don't know what we're talking about when it comes to Java.
    Thanks for your help though!!
    Cheers,
    Riv

  • Build group of configured fields for selection

    Dear All,
                 Please let me know what is the usage of field under "Build groups of configured field"  where the grouped field has to be used as Selection field.
    Besides i also see that we don't have any Search help option which can be configured for grouped configured field. If possible please quote some examples.
    Thanks,
    Shubh,

    Dear Daniel,
                         Thanks for your response. "Where the grouped field has to be used as Selection field", I mean to ask , when we configure grouped field for web interface , it gives us the option as whether the Conf field type is for selection , or display or for Event Message.
                         Now i want to create the grouped field as selection field for providing it as a search criteria. Now suppose i have grouped first name and last name. How will the the selection field behave ?
    Thanks,
    Shubh.

  • VLD-1124: Schema and/or Database link physical configuration parameters

    Hi!
    The warning message:
    VLD-1124: Schema and/or Database link physical configuration parameters should not be set for Table1.
    Is it possible to eliminate this warning message ? Anyway , Thanks for your response!
    Bye!

    Hi guys,
    I am facing a strange problem. The code generated for my mapping has NOT used the dblinks. My OWB version is 10.1.0.4
    This is my problem in brief.
    I have installed OWB newly and started to do a sample task. I created a very simple one to one table population mapping from source to the target schema. Both are in the same database.
    When i generated the code for the mapping, it gave a warning 'VLD-2771: System privileges may not allow extraction from source EMP'.
    When i checked the code which was generated, i couldnot see any dblinks associated with my source table( which seems strange)
    CURSOR "INGRP_c" IS
    SELECT
    "EMP_SRC_TRG_CONN"."EMPNO" "EMPNO",
    "EMP_SRC_TRG_CONN"."ENAME" "ENAME",
    "EMP_SRC_TRG_CONN"."JOB" "JOB",
    "EMP_SRC_TRG_CONN"."MGR" "MGR",
    "EMP_SRC_TRG_CONN"."HIREDATE" "HIREDATE",
    "EMP_SRC_TRG_CONN"."SAL" "SAL",
    "EMP_SRC_TRG_CONN"."COMM" "COMM",
    "DEPT_SRC_TRG_CONN"."DEPTNO" "DEPTNO_1",
    "DEPT_SRC_TRG_CONN"."DNAME" "DNAME",
    "EMP_SRC_TRG_CONN"."DEPTNO" "DEPTNO",
    "DEPT_SRC_TRG_CONN"."LOC" "LOC"
    FROM "SCOTT"."EMP" "EMP_SRC_TRG_CONN" ;
    In brief this is the process i have done.
    Source schema : SCOTT & Target schema : TRG_SCHEMA
    1) I have created source (for SCOTT) and target(for TRG_SCHEMA) modules.
    2) I have also created DBLinks, Locations and Connector from source to the target locations.
    3) I registered both the source location and target locations.
    4) Validated, Generated and Deployed the Connector from source to the target.
    I was unable to trace the error. Did i miss anything in the configuration? or during the installation of OWB.
    Though it is a very old post, i hope someone can help me out here.
    Thanks in Advance,
    Sri

  • User Exit - VA01 / VA02 Sales Order, using Variant Configuration Fields

    Hi,
    I'm doing a user exit for creating / changing a sales order (VA01/VA02), and in my program I'm trying to use the characteristic values in variant configuration: Extras -> Configuration.
    I know there's a whole bunch of data in SAPMV45A, but I can't seem to find what I need. Structure RV45A is the closest I can find, but the characteristic name / value fields appear empty during the execution of the user exit.
    Any help would be greatly appreciated.
    Thanks!

    R u creating your own user exit or using the ones which are available for VA01/VA02?
    If you can use existing ones, to get the more details abt them, please have a look at below link.
    http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm
    I hope it helps.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

Maybe you are looking for