Additional attributes in F4 Help

Hi all,
For a certain InfoObject we want to add an attribute in the F4-search help. Besides the Key and Description also this attribute appears when the user activates the F4-button on the selection-screen. We activated this attribute for F4-search in the InfoObject (“Order for F4 Help”) with value 01. However: the additional attribute does appear when executing the query in the Bex Analyzer but not on the Web. Anyone knows how to achieve this also for the web?
Henk.

Hi,
I think you can.. but not recommended to modify standard Adapters.
Check the below blog.
http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID0328214750DB00705897531357746266End?blog=/pub/wlg/4645
Why dont you use Message subject or Content type ?
Thanks
Deepthi.

Similar Messages

  • Additional attributes (such as "xmlns:xsi") in document

    How can I add some additional attributes in in my toplevel element when creating
    a new XML document from scratch using XMLBeans. For example the attributes "xmlns:xsi"
    and "xsi:schemaLocation" in the sample below:
    <?xml version="1.0" encoding="UTF-8"?>
    <MyDoc xmlns="http://www.xxx.nl/yyy" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.xxx.nl/yyy myXsd.xsd">
    <..../>
    <..../>
    </MyDoc>
    XML does add the "xmlns" attribute itself. How can I add the two other attributes?
    Currently I have a workaround. I read an "empty" XML-file containing these attributes
    using XMLBeans (parse) and then I fill the empty structure. But I feel that there
    has to be a better solution. Unfortunately I cannot find it.
    Any help is appreciated. Thank you in advance.

    Hello Olaf -- You might trying using an XML cursor. So assuming you've
    compiled a schema to generate XMLBeans types, you might do something like
    the following.
    MyDocDocument myDocDoc = MyDocDocument.Factory.newInstance();
    MyDoc myDoc = MyDocDocument.getMyDoc();
    // Create a cursor and move it to where you want to start inserting
    attributes.
    XmlCursor cursor = myDoc.newCursor();
    cursor.toFirstContentToken();
    cursor.toLastAttribute();
    // Insert your attributes.
    cursor.insertAttributeWithValue("schemaLocation","http://www.w3.com/2001/XML
    Schema-instance", "http://www.xxx.nl/yyy myXsd.xsd");
    // ...add other attributes in a similar way...
    // Dispose of the cursor.
    cursor.dispose();
    Without a schema, you'd be working with the XmlObject returned from your
    newInstance or parse method.
    Steve
    "Olaf Wienk" <[email protected]> wrote in message
    news:4029ee05$[email protected]..
    >
    How can I add some additional attributes in in my toplevel element whencreating
    a new XML document from scratch using XMLBeans. For example the attributes"xmlns:xsi"
    and "xsi:schemaLocation" in the sample below:
    <?xml version="1.0" encoding="UTF-8"?>
    <MyDoc xmlns="http://www.xxx.nl/yyy"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.xxx.nl/yyy myXsd.xsd">
    <..../>
    <..../>
    </MyDoc>
    XML does add the "xmlns" attribute itself. How can I add the two otherattributes?
    >
    Currently I have a workaround. I read an "empty" XML-file containing theseattributes
    using XMLBeans (parse) and then I fill the empty structure. But I feelthat there
    has to be a better solution. Unfortunately I cannot find it.
    Any help is appreciated. Thank you in advance.

  • Additional Attributes in Mail Forms

    Hi
    I want to create mail form templates and want to add some custom attributes in the additional attributes category of attributes and then write my own logic for filling up the values in those additional attributes at runtime.
    What are the structures and BADIs I need to enhance in order to do this?
    Thanks in advance
    Vishal

    Hi,
    Check if below helps you (Maintain Attribute Contexts for Mail Forms)
    SPRO->Customer Relationship Management->Marketing->Marketing Planning and Campaign Management->Personalized Mail->Maintain Attribute Contexts for Mail Forms.
    Just go through the SPRO documentation for same, it might help you.
    Regards,
    Dipesh.

  • Add Additional Attributes/Metadata to a Question to Enable Deeper Segmentation Analysis?

    In Captivate, is it possible to add additional attributes/metadata to a quiz question, to allow for more flexible and effective reporting?  For example, I want to categorize questions in two different buckets: Difficulty (Easy, Medium and Difficult) and Concept/Subject (Math, Verbal and Science etc..).
    That way, I can analyze a students performance by not only their aggregate score, but also where their strenghts and weaknesses lie - if I see that a student is struggling with all Easy Math questions, I'll know what to focus on during our next lesson?
    Any assistance would be much appreciated.

    Hi,
    We can create Question Pools with Questions of different difficulty level called directly to the slides.
    But this would not give the advantage on LMS end, this would simply filter questions and would present them in the order you like, attaching meta data to a specific question would not be possible from Captivate, neither would you be able to call it on LMS report directly. You can assign a unique Interaction ID to each question item though capture the questions corresponding to the ids. If you LMS can refine the resuklts based upon the pre-assigned id, that should be great.
    Meanwhile, this would be in a different line, but have you checked the pre-test quiz, can that fit somehow, in you requirements?
    http://help.adobe.com/en_US/captivate/cp/using/WS6029a80579ffffcd5a87e66f135bd55f8cc-7ffc. html
    Thanks,
    Anjaneai

  • Internet Sales Order - Additional attributes

    Hi,
    I have a requirement to enable Certification Requirements for products being sold.  Process goes like this -
    Customer places a Sales Order on Internet via Internet Sales Solution.  While placing the order, customer would select the types of certifications required for the product for example: certificate on country of origin, Quality certificate etc.  User should be able to select multiple such certificates as required, while creating the Sales Order.  Is there any way I can achieve this?  I am thinking about using additional attributes (via Set Types and attributes) assigned to the product master.  But, by assigning these to the product master, can I see the same attirbutes in the Sales Order in Internet Sales?  Secondly, can these attributes (with values) be transferred back to R/3 Sales Order? Any suggestions will be appreciated and properly rewarded for good answers.
    Thanks in advance

    Hi Gopala,
    Yes. You can use additional products attributes to display the required certification parameters.
    But these attributes can't be transfered onto the sales order by default. You need to some java development / abap development to extend the sales order.
    If you want to transfer the same attributes to R/3 order then you have enhance the BAPIMATICS strucuture so that the middleware transfers them.
    Also you need to extend R/3 sales order to hold these attributes. This is a complex scenario and you need to design a good functional specification document before even attempting the design
    Let me know, if you need any further info.
    <b>
    Do not forget to reward if it helps,</b>
    Regards,
    Paul Kondaveeti

  • Extending Role Object with additional attributes

    All,
    I understand that there are 5 attributes available for the Object type as displayed in the 'object' table in the Sun IdM DB repository. As such, i would like to add to the Role object a couple of primitive type attributes. I would appreciate if anyone who has done this or has the knowledge do this would tell me how and where i can go about configuring the role object to have additional attributes besides the 'name' attribute. Thank you.

    Wilfred,
    we are trying out IDM 8.0 and release notes and administration guide for that version says that you can
    extend attributes for Roles in IDM Schema Configuration Object.
    But, documentation only specifies how to add a User extended attrbute, we tried adding
    an attribute called escalators in the following way:
    <IDMObjectClassConfiguration name='Role' extends='Object' displayName='UI_OBJECTCLASS_ROLE' description='Role description'>
    <IDMObjectClassAttributeConfiguration name='escalators' queryable='true' summary='true'/>
    </IDMObjectClassConfiguration>
    we then modified Role Form.xml object and added the following for testing purposes:
    <Field name='escalators'>
    <Display class='MultiSelect'>
    <Property name='title' value='Escalators'/>
    <Property name='availableTitle' value='UI_ROLES_XML_AVAILABLE_OWNERS_LABEL'/>
    <Property name='selectedTitle' value='UI_ROLES_XML_CURRENT_OWNERS_LABEL'/>
    <Property name='allowedValues'>
    <List>
    <String>roleapprover</String>
    <String>approver1</String>
    </List>
    </Property>
    </Display>
    </Field>
    but the value in the Multiselect just goes to /dev/null....
    Can you help us with describing how to add an extended role attribute for IDM 8.0
    Thank you in advance

  • SIT - Workflow -- Additional Attributes in SIT MSG

    Hi,
    In the SIT Process (Change Special Information) there is a sub process
    (Approvers Notification Process) inside this, there is one notification *"Notify Approver"*.
    This notification is having an HTML attribute in the body
    *"&HR_NTF_EMBEDDED_REGION"* which is calling an OAF-Region
    *"JSP:/OA_HTML/OA.jsp?OAFunc=-&HR_EMBEDDED_REGION-&NtfId=-&#NID-"*
    Problem is, We have add additional attribute which will pick some values
    randomely like &x &y &z
    If we will add our custom attribute along with the existing attribute
    "&HR_NTF_EMBEDDED_REGION" application is throwing error stating custom
    attributes (&X, &Y, &Z) is not recoginized by Region
    1. Attribute &X does not refer to a framework region
    2. Attribute &Y does not refer to a framework region
    3. Attribute &Z does not refer to a framework region
    In this case i dont want to customize framework region, to call my values of attribute X,Y and Z.
    How can i invoke values from Workflow Notification for the Custom Attribute with in the same notification
    Please help it's bit urgent.
    Thanks.
    Bachan

    Hi,
    We worked around for the issue. in a straight way it's not possible. Oracle has mentioned that you cant use Tokens with Attributes which is calling an JSP - Region.
    We removed the attribute which is calling JSP-Region (&HR_EMBEDDED_REGION) from the notification and added our custom Attributes which will call the segments of the SIT along with our required attributes.
    It's working fine.
    Thanks.
    Bachan.

  • ISA 7.0 - Advanced search not picking up additional attributes

    Hello Folks,
    We are in the process of implemting ISA 7.0 (SP 16) aka E-Commerce for ERP - B2B senario. We have defined additional attributes (using the BADI during replication) for ISA 7.0 These can now be seen in the product details on ISA. However adding the bigSearch (below) or the advanceSearch (below) to the property file crmisaisacore~resources_en.properties does not display the additional searchable attributes. Anybody know what else I need to do ? Does this require modification/enhancement on the ISA Java side ?
    b2c.advSearch.field.MATKL=Brand family
    b2c.advSearch.field.SPART=Brand
    b2c.advSearch.field.J_3ASEAN=Season
    b2c.advSearch.field.PRODH1=Class
    b2c.advSearch.field.ZCOLOR=Color
    b2c.advSearch.field.J_3AKORD1=Size
    b2c.advSearch.field.J_3AKORD2=Width
    catalog.isa.bigsearch.MATKL=Brand family
    catalog.isa.bigsearch.SPART=Brand
    catalog.isa.bigsearch.J_3ASEAN=Season
    catalog.isa.bigsearch.PRODH1=Class
    catalog.isa.bigsearch.ZCOLOR=Color
    catalog.isa.bigsearch.J_3AKORD1=Size
    catalog.isa.bigsearch.J_3AKORD2=Width
    Thanks,
    Sid Joshi

    Hello SAP EMPLOYEE,
    The transaction you quote "comm_pcat_loc" does not exist in ECC. Please note I am working with ISA 7.0 for ERP (aka ECO for ERP). I appreciate any help provided.
    Thanks,
    Sid Joshi

  • SPNego login using additional attribute in LDAP

    Hello experts,
    We have a situation here to implement SPNego login for portal.
    We have integrated LDAP with portal and the j_user is mapped to an additional parameter (for ex, employee number) to enable the user to use this as a login-id instead of the default user-id.
    Say if the user is logged in with user-id : XYZ and for portal we are picking up the additional parameter (ex ,. ABC) from LDAP for login.
    But SPNego takes only the default user-id (XYZ) from windows. Can we cusomize SPNego to pick up additional attribute (ABC) to authenticate portal?
    Regards,
    Nirmal Sivakumar G
    Edited by: Nirmal G on Feb 3, 2009 12:47 PM

    Hi,
    pls. check steps provided in documentation:
    http://help.sap.com/saphelp_nwce711/helpdata/en/0b/d82c4142aef623e10000000a155106/frameset.htm
    Best regards,
    Johannes

  • How to make additional attributes mandatory

    Hi Experts,
    I want to make Additional fields mandatory.
    I went to CT04 and ticked entry required check box.
    But this tick gives only a warning message but not the error.
    How I can achieve the effect like error.
    I dont want to get DIR saved without Additional attributes.

    Hi Sunil,
    Please check following fields which we have used for my current project for BDC purpose:
    doknr(025) type c,
    dokar(003) type c,
    doktl(003) type c,
    dokvr(002) type c,
    dktxt(040) type c,
    stabk(002) type c,
    labor(003) type c,
    begru(004) type c,
    mwert_01(40) type c,
    mwert_02(40) type c,
    mwert_03(40) type c,
    mwert_04(40) type c,
    mwert_05(40) type c,
    mwert_06(40) type c,
    mwert_07(40) type c,
    mwert_08(40) type c,
    mwert_09(40) type c,
    mwert_10(40) type c,
    matnr(18) type c,
    lifnr(10) type c,
    These are some additional fields used while coding BDC.
    Now , with help of abap'r please check for enhancement spots and coding needs to be done to achieve your requirement.
    I hope this will help more
    Regards,
    Ravindra

  • Qualification Catalog Additional Attributes OOQA

    Is there a method to provided additional attributes on a qualification within the catalog? It appears that the text description is our only option.
    We would like to have some additional attributes, such as a link to a web page of our regulation standards for the individual qualifications.

    Hi Michael,
    You're right, when you implement additional attributes on the TREX, the value of the attributes is broken into parts, where each part contains not more than 64 characters, which are separated by a special character( in between them.
    This can be eliminated by the implementation of an SNote - 1005135 - Replication problems when pcat text exceeds 128 characters.
    However, as Sateesh has rightly said, maintaining each additional attribute as an additional text type in the PCAT_ITM or PCAT_HDR text objects is a better solution in terms of data maintenance and consistency. Further, you must plan the introduction of these additional attributes, as each addition would require an initial replication of the product catalog.
    Hope this helps.
    Thanks & Regards,
    Nelson S Raj

  • Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.

    Hi,
    Our Client gave a requirement to mass update the additional attributes in Install base for instances in Release 11i.
    So I tried the below code to update:
    But getting the error:
    The Object Version Number passed does not match with the one existing in Installed Base tables.
    Can any one please help how to fix it.
    Code:
    declare
    x_instance_rec CSI_DATASTRUCTURES_PUB.INSTANCE_REC;
    p_ext_attrib_values CSI_DATASTRUCTURES_PUB.EXTEND_ATTRIB_VALUES_TBL;
    p_party_tbl CSI_DATASTRUCTURES_PUB.PARTY_TBL;
    p_account_tbl CSI_DATASTRUCTURES_PUB.PARTY_ACCOUNT_TBL;
    p_pricing_attrib_tbl CSI_DATASTRUCTURES_PUB.PRICING_ATTRIBS_TBL;
    p_org_assignments_tbl CSI_DATASTRUCTURES_PUB.ORGANIZATION_UNITS_TBL;
    p_asset_assignment_tbl CSI_DATASTRUCTURES_PUB.INSTANCE_ASSET_TBL;
    p_txn_rec CSI_DATASTRUCTURES_PUB.TRANSACTION_REC;
    x_instance_id_lst CSI_DATASTRUCTURES_PUB.ID_TBL;
    x_return_status VARCHAR2(2000);
    x_msg_count NUMBER;
    x_msg_data VARCHAR2(2000);
    x_msg_index_out NUMBER;
    t_output VARCHAR2(2000);
    t_msg_dummy NUMBER;
    p_validation_level NUMBER;
    p_commit VARCHAR2 (5);
    p_init_msg_lst VARCHAR2 (500);
    cursor stg_tab_cur is select instance_id,Safety_line_type from gewind_ib_iea_values;
    TYPE stg_tab IS TABLE OF gewind_ib_iea_values%ROWTYPE INDEX BY BINARY_INTEGER;
      stg_tab_var stg_tab;
      stg_tab_bin_int BINARY_INTEGER;
    BEGIN
    x_instance_rec.instance_id := FND_API.G_MISS_NUM;
    x_instance_rec.object_version_number := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_id := FND_API.G_MISS_NUM;
    p_txn_rec.transaction_date := SYSDATE;
    p_txn_rec.source_transaction_date := SYSDATE;
    p_txn_rec.transaction_type_id := 1;
    stg_tab_bin_int :=0;
    For gewind_ib_iea_values in stg_tab_cur LOOP
    stg_tab_bin_int := stg_tab_bin_int + 1;
    P_ext_attrib_values(stg_tab_bin_int).instance_id :=gewind_ib_iea_values.instance_id;
    P_ext_attrib_values(stg_tab_bin_int).attribute_id := 10023;
    P_ext_attrib_values(stg_tab_bin_int).attribute_value := gewind_ib_iea_values.Safety_line_type;
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).instance_id);
    dbms_output.put_line(P_ext_attrib_values(stg_tab_bin_int).attribute_value);
    csi_item_instance_pub.update_item_instance(
    1.0,
    p_commit,
    p_init_msg_lst,
    1,
    x_instance_rec,
    p_ext_attrib_values,
    p_party_tbl,
    p_account_tbl,
    p_pricing_attrib_tbl,
    p_org_assignments_tbl,
    p_asset_assignment_tbl,
    p_txn_rec, x_instance_id_lst,
    x_return_status,
    x_msg_count,
    x_msg_data);
    commit;
    -- Output the results
    if x_msg_count > 0 then
    for j in 1 .. x_msg_count
    loop
    fnd_msg_pub.get ( j , FND_API.G_FALSE , x_msg_data , t_msg_dummy );
    t_output := ( 'Msg' || To_Char ( j ) || ': ' || x_msg_data );
    dbms_output.put_line ( SubStr ( t_output , 1 , 255 ) );
    end loop;
    end if;
    dbms_output.put_line('x_return_status = '||x_return_status);
    dbms_output.put_line('x_msg_count = '||TO_CHAR(x_msg_count));
    dbms_output.put_line('x_msg_data = '||x_msg_data);
    COMMIT;
    end loop;
    END;
    Regards,
    Ravichander

    This question is Assumed Answered -- It would be great if you could share the solution with us.
    Thanks,
    Hussein

  • Additional attributes for APO data objects

    Hi,
    In order to provide some be-spoke functionality I have a need to extend some APO data objects with additional attributes. This includes: resource, PPM, Order. For all I have identified that I cannot use exisiting fields, therefore my aim would be to add new attributes (either directly or via reference Z-table).
    I have two questions:
    1. What's the easiest way to extended above objects with additional attributes?
    2. Is there a ways to have those additional fields visible for edition from a standard transactions, eg.: /SAPAPO/SCC03, /SAPAPO/RES01, /SAPAPO/RRP5?
    Note: I'm interfacing with non-SAP ERP therefore CIF is not in use, while I see set of BAdis for master data inbound processing. Is this something I could use?
    Thanks,
    Mrx

    Hi,
    As you mentioned, the add. att. are time dependent, it is good to enhance the
    0EMPLOYEE structure to handle not only the Master data attribs but also the
    time dependent add. attributes..which would be executed along with the Master data chain even after the imp.
    Hope this helps..
    assign points if useful..
    Cheers,
    Pattan.

  • PKCS#10 Certificate Requests in Web Enrollment; Information on Additional Attributes field is lacking

    Hello,
    There is plenty of information on how to add SAN names via the "Additional Attributes" box to request unauthenticated SAN names. However, there is no information about how to format requests for any other attributes, like a country code in the
    SAN name. I get a lot of certificate requests where they request "UK" as the country code, when it should be "GB". I know this doesn't really matter in the grand scheme of things, but what I want to know is how to format subject information
    to submit in the additional attributes, and what other information can be requested there. 
    I did a lot of searching but all I can see is how to add in SAN names. For example:  
    san:dns=mywebserver.domain.local&rfcsomething=192.168.1.50&dns=stuffandthings.domain.local
    Is there any information or documentation out there that has all the syntax for other attributes to request (like the subject field or EKU). 
    Thanks all.  

    SAN attributes shall not be used and CA shall refuse them. Instead, you certificate request should contain a signed SAN extension:
    https://technet.microsoft.com/en-us/library/ff625722(v=ws.10).aspx
    Vadims Podāns, aka PowerShell CryptoGuy
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell File Checksum Integrity Verifier tool.

  • Unable to remove additional attribute/ category from product

    I am using SAP CRM 4.0 and in order to add additional attributes on a product created a attribute 'test_attribute' created a set type ' test_attribute_set' and attached the attribute to it. Then I created a hierirch and and inside it created a category 'test_category' which was assigned 'test_attribute_set'. This test category was then attached to my two products. All is fine till here, but now when I try to detach this catagory from product it does not give an option to select the category and remove from the general tab of product. Can some one please help me on this?

    I am using SAP CRM 4.0 and in order to add additional attributes on a product created a attribute 'test_attribute' created a set type ' test_attribute_set' and attached the attribute to it. Then I created a hierirch and and inside it created a category 'test_category' which was assigned 'test_attribute_set'. This test category was then attached to my two products. All is fine till here, but now when I try to detach this catagory from product it does not give an option to select the category and remove from the general tab of product. Can some one please help me on this?

Maybe you are looking for