Regarding Customizing the Standard Contents

Hi all,
We have installed the Standard Content and they are existing at differant info areas. Now our requirement is that we have to create new info area for on the customer name and save all the installed business content under the new info area.
Now my doubt is where can I find drag&drop option to drag&drop the data targets under the required info area.
Will there be any issues in future?
Thanks,
YJ

Hi YJ,
The drag & drop facility is similar to windows OS. Just select the Info-Area and drop it under the Info area you need.
Also refer these posts:
Re: Drag and Drop data targets between infoareas
Bye
Dinesh

Similar Messages

  • Customizing the Cell Content of a Pivot Table

    Hi,
    I have been away from ADF for a few years (since 10g v 1.3.1) and am quite impressed with all the Faces functionality added to the 11g release. The application I wrote relied heavily on pivot tables which back then, I had to use stored procedures in the database and dynamically views to display information. I am very interested in moving this application to 11g and taking advantage of the PivotTable component. One thing the application does is change the style of cells based upon the object being presented. I have been reading:
    Oracle® Fusion Middleware
    Web User Interface Developer's Guide for Oracle Application
    Development Framework
    11g Release 1 (11.1.1)
    B31973-03
    And am very interested in section 26.8 Customizing the Cell Content of a Pivot Table.
    I easily created a pivot table and would like to change the formatting of various cells. I created a backing bean for a test page and added the Example 26–4 Sample Code to Change Style and Text Style in a Pivot Table to the bean.
    public CellFormat getDataFormat(DataCellContext cxt)
    CellFormat cellFormat = new CellFormat(null, null, null);
    QDR qdr = cxt.getQDR();
    //Obtain a reference to the product category column.
    Object productCateg = qdr.getDimMember("ProductCategory");
    //Obtain a reference to the product column.
    Object product = qdr.getDimMember("ProductId");
    if (productCateg != null && productCateg.toString().equals("Sales Total"))
    cellFormat.setTextStyle("font-weight:bold")
    cellFormat.setStyle("background-color:#C0C0C0");
    else if (product != null && product.toString().equals("Sales Total")
    cellFormat.setTextStyle("font-weight:bold");
    cellFormat.setStyle("background-color:#C0C0C0");
    return cellFormat;
    Almost verbatim except changed the literals to select data in my use case domain. My question is: How do I invoke this message from my pivot table? I need to pass it a instance of the DataCellContext. The example is great and illustrates what I am looking to do but does not go into the implementation details required. Is there a sample app available for download that demonstrates these capabilities?
    Thanks,
    Jeff
    Edited by: jcapzz on Jun 9, 2011 3:56 PM

    Hello,
    I haven't fully understood your question.
    Is it: How do I call the getDataFormat() method from my pivot table?
    If so , you need to set the dataFormat attribute of your pivot table.
    ex: <dvt:pivotTable id="pt2" var="cellData" varStatus="cellStatus"
    value="#{bindings.YourView.pivotTableModel}"
    headerFormat="#{viewScope.yourBean.getHeaderFormat}"
    *dataFormat="#{viewScope.yourBean.getDataFormat}"*
    contentDelivery="immediate" pivotEnabled="false"
    columnFetchSize="-1" rowFetchSize="-1"
    />
    I also put the *headerFormat* attribute which allows to customize the headers
    I hope I understood your question ;)
    Jack

  • Where to download the standard content for SRM to import to PI 7.4

    Hi experts:
    i am implementing the MM-SUS by PI. My SRM is 7.03 and PI is 7.04.
    i have not implement this before. When i configure the PI Integration repository ,it need to import the Standrad Content for SRM.
    My question is where i can find the standard content to download, can anyone help me with more detail? thanks a lot!

    user8683895 wrote:
    Where to download the latest driver for X4447A-z?
    Sun 4-port network card Interface:PCI-E x 8Are you restricting your search to "X4447A-z" ?
    What happens when you search MOS for "X4447A"
    or for "Sun 4-port network card Interface: PCI-Ex8" ?

  • Customizing the standard web dynpro ABAP travel application

    Dear All,
    Scenario :
    We want to modify the existing travel application------> Create Travel Request should open an interactive adobe form
    which will capture all the data and update the backend table , instead of the web dynpro screen and similarly for plan trip .
    I wanted to know what is the best practice or approach for this and how to go about it.
    Regards,
    Geet

    Hi All,
    Need your valuable inputs on this.Also when I was trying to replace the standard web dynpro abap screen for create travel request...coudnt find the view.I mean on the overview of Trips and Expenses there is a button for Create Request but I am unable to find the view where this button is placed....I think its getting created dynamically.
    My concern is how to call my interactive form when the button for create request is clicked...dont know where to place it.
    Regards,
    Geet Bijlani

  • Customizing the Mail Content

    Hi Gurus
    I would like to customize the content of the email , which is triggered when the status is changed.
    In the standard smart form, only Message number and Description of the message are included.
    I would like to include  - Message processor name and Status of the Message also into the mail content.
    Could anyone help me out to do this.
    Thanks a lot in advance.

    Hi Ragu
    Thanks for your reply. But , if you could let me know, the variables which represent these fields (i.e
    Message processor and Status ), it would be really helpfull.
    Just like for message number we have orderadm_h-object_id, what could be used for Message processor and status?
    Thanks in advance

  • Customizing the Standard Vacation Workflow

    Hello,
    I am working on Oracle E-Business Suite and I'm trying to customize the standard vacation workflow process (self-service employee). The workflow that i made is working fine by itself. However, when I integrate it into the standard workflow, the fields related to the new attributes that i added in the workflow do not show up in the main form.
    Concretely, i added two new Attributes: "Alternate from Date" and "Alternate to Date". These Attributes should be filled in by the approver who approves/rejects the demand. If he rejects it, he should enter alternative vacation dates. But the two fields where the approver can enter the value for these attributes do not show up when i run the workflow.
    I want to know if there is anything special i should add or if there is something wrong with what I've done.
    I would really appreciate your help.
    Thank you very much
    Regards
    Edited by: Soufiane on 30 sept. 2010 08:33

    No, It's not that they don't show up in the notification, but they don't show up in the main form ( the one in which the requestor enters the wanteddates of the vacation, along with the type and the duration).

  • Regarding  copying the standard program

    HI Everyone,
    I am copying standard ri_order_operation_list program into custom z  program as my requirement is to add some addditional fields in selection criteria and in the layout . standard program makes use of  fill select option and  select method of the class
    CL_IHREP_ORDER_OPERATION_LIST so for additional selection field how i can place filter criteria please provide me inputs for this .

    Hi,
    I'm not sure if I get your problem right away but if you just need to add some selections to the selection screen of Program RI_ORDER_OPERATION_LIST, you just have to copy include I_ORDER_OPERATION_LIST_SEL to your own z* include and add the selection parameters you want. If this is not the result you're looking for, please explain it more detailed.
    Regards
    Nicola

  • REGARDING READING THE SCREEN CONTENTS IN ALV GRID

    HI ALL,
    i have to transfer contents from one grid display to another grid.
    internal table has :
    internal- table name: itab
    chkbx
    v_lights
    matnr
    maktx
    dline(longtext of the material)
    alv grid is having following contents:
    1. chkbx which will get the user command.
    2. v_lights to display the different colors of light according to the contents of the longtext which i am fetching using the read_text function.
    3. matnr
    4. maktx
    5. longtext of the material.
    after the display of the first grid display.
    if user changes contents of the check box .. i have to read the screen and  and modify my internal table(itab) so that i can fetch data from the internal table to another internal table which i can use for the next screen.
    can anyone of you tell me how can i do this.
    and some help contents so that i can understand the whole concept.
    regards
    vamsi

    Hi vamsi,
      Do this way:
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
        I_CALLBACK_PROGRAM                = W_REPID
        I_CALLBACK_PF_STATUS_SET          = 'PF_STATUS'
        I_CALLBACK_USER_COMMAND           = 'USER_COMMAND'
    FORM USER_COMMAND USING P_UCOMM TYPE SY-UCOMM
                            P_SELFLD TYPE SLIS_SELFIELD.
    case p_ucomm.
    when 'SAVE'.
      Data ref1 type ref to cl_gui_alv_grid.
    CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
    IMPORTING
    E_GRID = ref1.
    call method ref1->check_changed_data.
    Now your internal table will have the latest values.
    loop at itab where check = 'X'. "Assuming the first fieldname for the check box is 'CHECK'.
    move-corresponding itab to itab2.
    append itab2.
    clear itab2.
    endcase.
    Build anothe r field catalog
    Display another grid.
    ENDFORM.
    Regards,
    Ravi

  • How to custom the standard steps ?

    Hi,
    I want to modify scripts launched by standard steps to include only database steps. How can i know which script is called by the step ? i understand that the naming convention in $EOF_SCRIPTS is like :
    first 2 characters -> module impacted
    Number -> script Id
    last character -> script type s=setup, v=validate, e=execute
    But it seems that there is no relation between script id on the customize steps screen and the file name. How can i find it ?
    Thanks

    Hi Maren,
    Once I have got the same development. I have followed the below steps, please check with this. Let me know for further inputs.
      Add new field using Append structure of type ‘XXX’ in search
      Create BADI implementation for Enhancement spot ‘ES_CRM_RF_Q1O_SEARCH’ and include filter ‘BTQOPP’
      Put your logic in BADI implementation – SEARCH method
      Add it in WebUI configuration
      Remove the operator if required
    Regards,
    Swadini Sujanaranjan

  • Best practices for customizing the standard OBIA metedata repository (RPD)

    Hello
    Is there a Best practices document published by oracle or a partner that talks about best practices for customizing OBIA out-of-box RPD. I am specifically looking for guidance around:
    1. adding new objects to physical layer or modifying an exisitng table definition to add more columns
    2. Building new Logical columns in BMM layer
    3. Modifying the exisitng Subject areas.
    Thanks

    There is a very good presentation by Rittman mead on extending and customizing BI Applications. Refer to this link (http://www.rittmanmead.com/files/OOW2008%20-%20Extending%20and%20Customizing%20the%20BI%20Apps%20Data%20Warehouse.pdf ).
    Thanks,
    -Amith.

  • BW Standard Content Roles

    Hey Everyone,
    Does anyone out there have any material that discusses/covers the different standard content roles available in BW? I have a customer who is interested in using the standard content roles as a basis for discussion/design of their BW org. structure (i.e. query designer vs. report user vs. data architect, etc.). Unfortunately, I have been unable to find any material that really addresses this topic, so I thought I'd give the SDN forums a shot.
    I appreciate any help any of you can give me here.
    Thanks and regards,
    -Matt

    Hi,
    You have the following options for gaining an overview of the delivered roles:
    ·         In the SAP Easy Access menu, choose Tools->Administration->User Maintenance ->Information System ->Roles ->Roles by complex selection criteriaand then Execute.
    ·         In role maintenance (Tools ->Administration->  User Maintenance->Roles), choose the entry help for the Role field.
    If you want to adjust the existing role, copy the corresponding default role and modify the copy.
    If you do not find suitable roles, write job descriptions before beginning your work in role maintenance (see also Initial Installation Procedure).
    Either have all maintenance tasks performed centrally by a single superuser, or distribute the maintenance tasks to several users to increase system security. For more information, see Organization of the Authorization Administration
    Regards
    Siddhu

  • How to track the standard function code eg. PRI

    Dear All,
    I have a requirement that says that I will execute a report. Now when the user will click on the print button may be customized or can be taken from menu (Standard PRI) I want to update a table when the printout has been taken. I am not able to track down the print functionality through AT USER-COMMAND. Can anyone please help me out.
    Thanks and regards,
    Atanu

    open the standard program in se80
    check the standard menu items in GUI status.
    check the function code there..
    regards.
    santhosh reddy

  • Unable to cutomize the Standard Leave Application through NWDI

    Hi All,
    I am facing some problems in an attempt of customizing the standard Leave application using the NWDI. The standard SAP Leave service has been customized as per the requirement, However now there is another change to be made to the application. These are some problems faced during the course:
    1. Once I switch into the DC perspective in my NWDS and try to import the configuration to make a change in the application, there are multiple Tracks made in the name of Leave, which is causing ambiguity in finding out the correct one. Is there any way of finding the correct track which needs to be used and how???
    2. After importing a DC and when I right-click on the DC and select create project, the project is done and when I view it in the WebDynpro perspective there are a lot of build errors given and also in the code, there are some errors for the imports.
    Kindly let me know why is this happening and how can it be resolved.
    Regards,
    Poojith M V

    after creating the project, you need to close the dc and close the nwds and open the NWDS and open you dc and you can build the dc before open code,
    Cheers,
    Appa

  • Proxies for Standard Content

    Hi,
    I'm using the pre-delivered XI Content for our scenarios. R/3 <->  XI <--> SRM
    There were many scenarios in the standard content and we decided to go with 5 of them. So i created a new package and copied the the objects related to those 5 scenarios. On the SRM side we are using proxies to send the data. There were also pre-delivered proxies generated for the standard content. Since i copied the objects to the new namespace, i cannot find the proxies generated along with them. Can i know is there any way that i could copy proxy code to the new package i have created.
    Helpful answers will be rewarded.
    Thanks,
    Ram

    Hi Kiran,
    Thanks for you replies.  You said when we trigger the data then sap shall take care of all the standard objects. Could you please explain in more detail.
    Let me explain my problem in more detail. I created the namespace in a different SWCV. When i went to sproxy in the SRM system. I could not find the pre-delivered proxy code in the SWCV which i created. I could find it only in the SWCV which i downloaded from service.sap.com. Is there any way that i could copy the proxy code from this into my SWCV .
    Regds,
    Ram

  • Change to the 'Your Content' widget?

    Never mind, senior moment.
    Message was edited by: Frank Caggiano

    Hi Topher,
    In regards to the "Your Content" issue, I have experienced this before, on and off. I don't think it is part of design, more like a bug. On one listing, I saw "by" but the rest was cut off.
    As for the second issue, I have been told that if you experience this, you should open http://apple.com/support/ in a new tab, then click the "Communities" link, and then refresh the report tab you had open.

Maybe you are looking for

  • I cannot see the search bar. only the tabs. how do i fix this?

    i have tried to uninstall and reinstall mozilla firefox to see if i can get my toolbar and search bar back. all i can see is my tabs and the minimize/mazimize/close buttons at the top right corner of the browser. i have searched for ways to fix this,

  • Filename as e-mail subject in Adobe Reader 9

    In Adobe Reader 9, when I send a pdf-file using the "attach to E-Mail" button theres is no subject added to the new E-Mail. This is important for a major part of our company! Is there some way to get this to work in version 9? or do we need to keep u

  • Problem with batchupdate

    Hi All, I am trying to to batch update with CallableStatement. First I set autocommit off. Then in the while loop and add the batch statement to my CallableStatement after the loop I call executeBatch on CallableStatement which returns an array of in

  • When trying to open a pdf from a shared network folder I get an error

    hello, When trying to open a pdf from a shared network folder I get the error: 'there was an error opening this document the document cannot be found'. The share is on a Windows 7 machine and sharing to a OS X 10.7 Machine. Permisson has been given o

  • Is there a way to use a DAQ VI without DAQ hardware?

    Hello, Is there a way to use a DAQ VI without having DAQ hardware? Thanks, Steve