Display custom movie details?

When browsing movies, below the cover art is some information.  Is there a way to change the metadata that's displayed there?  For example, I'd like to see the year the movie was made. 

The categories displayed are pre-defined, you can change the content in each category, but not the categories themselves.

Similar Messages

  • Display customer details one by one in alphabetical order in alv report?

    Hi experts,
    my requirement is ,
    I want to display customer name  and city as  top and then for particular customer's details (like invoice no's,due date, vat.cst etc)
    display in alv grid format,and then next customer name and detals .....etc.(customer name alphabetical order) in single page one by one. Using ALV reports is possible ? pls give me the brief code (or idea).pls give me solution.
    My input is to enter customer numbers so that output(customer details ) is displayed one by one in order.
    I tried but i didn't get if possible pls give me SDN link.

    Ram,
    loop at internaltable.
    I guess you can use AT NEW fieldname event to display the customer name and then call REUSE_ALV_GRID_DISPLAY for every customer to display the corresponding details
    Thanks
    Bala Duvvuri

  • How to display Customer contact purpose details

    Hi All,
    I am using below query for getting customer contact details and I am getting all teh details except contact purpose( e.g. Acknowledgments,Invoices) fields anywhere. Which table I need to join for this? I havetried using Diagnostics also but nothing related to this.
    in attached screen shot I have got all the information except purpose field.
    Version 12.1.1
    Navigation:
    Open a customer-> go to site etails-> communication tab>Account site contacts-> Crate new contacts-> Add a Purpose
    I want to display the purpose field in below query :
    SELECT hcas.CUST_ACCT_SITE_ID,h_contact.party_id contact_id,h_contact.party_name contact_name, hcp.phone_number, hcp.EMAIL_ADDRESS ,hp.party_id,hp.party_name --, hcp.phone_number,
    ,cust.account_name,cust.account_number,nvl2(hcas.org_id,'SITE CONTACT','ACCOUNT CONTACT') "Contact Level",
    nvl(hcas.org_id,cust.org_id) org_id
    FROM
    ar.hz_parties hp,
    ar.hz_relationships hr,
    ar.hz_parties h_contact ,
    ar.hz_contact_points hcp,
    ar.hz_cust_accounts cust,
    ar.hz_cust_Account_roles hcar,
    ar.hz_cust_Acct_sites_all hcas
    where
    hr.subject_id = h_contact.PARTY_ID
    and hr.subject_type = 'PERSON'
    and hr.object_id = hp.party_id
    and hp.party_name = :p_party_name
    and hcp.owner_table_id(+) = hr.party_id
    and cust.party_id = hp.party_id
    and hcar.cust_Account_id = cust.cust_Account_id
    and hcar.party_id = hr.party_id
    and hcar.cust_Acct_site_id=hcas.cust_Acct_site_id
    and CURRENT_ROLE_STATE='A'
    Thanks,
    Joohi

    You can get Contact purpose from hz_role_responsibility table.
    Join with
    hz_role_responsibility.cust_account_role_Id = hz_cust_account_roles.cust_account_role_id

  • Automatically displaying customer details but with the customer selection by passed.

    Clumsy title but it's hard to describe what I'm trying to do in a few words.
    I want to have a Display customer function that when the button is clicked, the user is presented with the list of customer via the standard SAP match code, but when they select one, it script goes straight on and displays the detail, and the matchcode search confirmation screen is by-passed.
    A few more words perhaps ..... I want the script to pause and allow the user to make a selection from the matchcode list, and then resume....
    Anyone?
    Regards.
    Patrick.

    Driving the standard F4 help dialogs via a script doesn't seem to work too well. I've tried to do something very similar to you and failed with the F4 help popups. Instead I use "list display" transactions (and where they don't exist, I write them - simple ALV reports aren't difficult). You can then drive them via a script as I describe in this blog - Transaction-free lookup with Personas.
    In my case, I copy data back from the list display to the screen I came from. In your case, selecting a line from the ALV could go straight to the customer display transaction and skip the initial screen by pasting in the customer number from the selected line in the ALV.
    Hope I understood you scenario properly! If not, get back to me
    Steve.

  • ICI - How to display custom error messages in SAP CRM

    Hello,
    we are working on a custom Contact Center which interfaces with SAP CRM Version 7 with Enhancement Package over ICI.
    The basic call functions like accepting, hanging up, holding and retrieving are fully implemented and are working already.
    Our goal is to display error messages in the CRM so that clients know there is something wrong, for example why he can't be log in successfully (e.g. the telephony server isn't reachable).
    We already found the ICI Documentation file which provides us the CRM SOAP error codes and tried to send SOAP Fault messages, but never got
    them to screen.
    Please find an attached example screenshot what we mean exactly, reproduced by trying to make a call with CRM user while BCM CDT isn't
    running in the background.
    Regarding to this topic we've the following questions:
    - Is it possible to display custom error messages on the CRM or is this functionality limited to SAP?
    - Could you provide us some further information on how to use this feature exactly (implementation details?) and how the SOAP XML should look like to get it work?
    Thank you in advance!
    Best regards
    René Holy

    NewUser7 wrote:
    Please correct me if I am wrong
    I need to create an entity adapter and attach an error handler with the adapter? or can i handle that in the event handler itself. I coulnt find any api for handling errorsYou can do it both ways but since we are talking about event handler now, then in 9.x you need to extend com.thortech.xl.client.events.tcBaseEvent class for creating a event handler. In tcBaseEvent class there are various flavors of handleError method. So use that as per my note earlier and you should be good.
    HTH

  • Interactive report for displaying customer information

    hi,
        how to create an   interactive report for displaying customer information based on selection smade ,and corresponding bank details.

    pls check the sample code
    Use the tables Kna1 and knbk to get the customer details.
    ***extract the data into internal table
    select * from dbtab into itab.
    *In the loop hide the field you want to trigger the interactive list.
    loop at itab.
    write: / itab-kunnr, itab-name1.
    Hide itab-kunnr.
    endloop.
    use at line selecton to get desired output based on the condition
    at line-selection.
    select * fro dbab into itab where field = itab-kunnr.
    awards points if help ful.

  • Displaying a Master Detail Relationship in a Panel Accordion or Tabs

    Hi,
    Is it possible to display a Master-Detail relationship in a Panel Accordion or Panel Tab or other component that visually divides the display?
    Say I have a Department - > Employees master detail relationship and I want each tab in my accordion to represent each
    departments and when I clicked the tab, the list of employees associated with that department is displayed.
    I am exploring this idea but I cant get to find a resource on how to move forward. I am using JDev 11.1.1.4. Thanks

    Hello,
    I recently faced the same problem and did not find a clean solution either. So I implemented it a bit more "dirty". :-)
    Instead of using the Department > Employee view link, I just created a new view object (say EmployeesFromDept), that has a bind parameter called p_DeptId:
         SELECT ...
         FROM   EMPLOYEES e
         WHERE  e.DEPARTMENT_ID = :p_DeptIdThe Data Control of this VO will have an ExecuteWithParams operation that takes the department id as input. Create an action binding in your page definition that binds to this operation, called "RefreshEmployeesForDept":
         <action IterBinding="EmployeesFromDeptIterator" id="RefreshEmployeesForDept"
                InstanceName="MyAMDataControl.EmployeesFromDept"
                DataControl="MyAMDataControl" RequiresUpdateModel="true"
                Action="executeWithParams">
          <NamedData NDName="p_DeptId" NDValue="" NDType="java.lang.String"/>
        </action>In your page, add the current DepartmentId to each showDetailItem using an attribute and add a disclosureListener:
         <af:iterator id="i1" value="#{bindings.Departments.collectionModel}" var="row">
                <af:showDetailItem text="#{row.DepartmentName}" disclosureListener="#{pageFlowScope.myBean.toggleDisclosed}">
                   <f:attribute name="currentDepartmentId" value="#{row.DepartmentId}"/>
                              <af:table value="#{bindings.EmployeesFromDept.collectionModel}" var="row"
                          rows="#{bindings.EmployeesFromDept.rangeSize}"
                          emptyText="#{bindings.EmployeesFromDept.viewable ? 'No data to display.' : 'Access Denied.'}"
                          fetchSize="#{bindings.EmployeesFromDept.rangeSize}"
                          rowBandingInterval="0" id="t1">
                   //Lots of mapping column here
                        </af:table>
                </af:showDetailItem>
         </af:iterator>Now each showDetailItem that is generated knows the DepartmentId it "belongs to". In the toggleDisclosed(DisclosureEvent disclosureEvent) method, first fetch this attribute, so that you know the dept id of the showDetailItem that was clicked. Next, programmatically call the RefreshEmployeesForDept action binding if the current event is "disclosing the showDetailItem":
         public void toggleDisclosed(DisclosureEvent disclosureEvent) {
              String currentDepartmentId = disclosureEvent.getComponent().getAttributes().get("currentDepartmentId").toString();
              if(disclosureEvent.isExpanded()){
                   DCBindingContainer bindings = (DCBindingContainer)BindingContext.getCurrent().getCurrentBindingsEntry();
                   OperationBinding operBinding = bindings.getOperationBinding("RefreshEmployeesForDept");
                   if(operBinding != null){
                        operBinding.getParamsMap().put("p_DeptId", currentDepartmentId);
                        operBinding.execute();
        }Now, each time a showDetailItem is opened, the bind variable of the iterator belonging to your list of Employees will be refreshed with the correct DepartmentId. Ie the department that the showDetailItem represents.
    Hope this helps! If you find a cleaner solution, please let me know. :-)
    Regards,
    Chris

  • Customer Cllection details for a particular period

    Hi All,
    is there any report which shows customer collection details ( payments received ) for a particular
    posting period..?
    Is there any other way we can extract this other than display line items..?
    Thanks,
    jaya

    Hi Jaya,
    U can follow any of the below two option:
    S_ALR_87012177 - Customer Payment History  report
    or
    Go to FBL5N
    Run the report for the required period with document type DZ in dynamic section.
    By this u would get only the payment entries for the said period.
    Regards,
    Kiran

  • Report to display proces order details

    Hi Frnds,
      I need to create a report for displaying process order details like process order,  Line (Resource), material, product group,batch and Order movement data (movement type,qty ). I tried to get Item level materials from AFPO..but it contains only header level material.
    Now my question is that in which table can i get order movement data for all header and item level materials.
    I will wait for ur reply..
    Thanks in advace..
    Rgds
    ravindra

    Try with 0PUR_C01 and 0PUR_C03
    Jayasudha

  • Custom Movement Type - Hybrid of 671 and 657

    Summary:
    Due to a business process we are looking for a movement type similar
    to a 671, but instead of inventory going to unrestricted stock, it goes
    to blocked stock instead.
    Detail:
    We have a business process where one plant (store) will create a return
    STO (RETPO=X) to another plant (warehouse).  This STO utilizes delivery
    processing.  Following the creation of the STO, a negative goods receipt
    is perform at the original receiving plant (store) using movement type
    161.  This stock leaves the store as unrestricted stock type.  When it
    arrives at the warehouse, a negative goods issue is performed using a
    671 movement types.  This brings the stock back into the original
    shipping location as unrestricted stock.
    Since the product being returned is defective we would like this product
    to be brought back into the warehouse (original shipping location) as
    blocked stock.
    We have tried using movement type 657 instead of 671, and while it posts
    to the desired stock type, the movement does not update the STO with the
    negative goods issue, nor does it remove it from stock in-transit.
    Question:
    This there either, a standard movement type or settings to create a
    custom movement type, which will be a hybrid of 671 and 657?  We want
    this movement type to remove the stock in-transit and update the STO (as
    671), and go into blocked stock (as 657).

    there is no such Hybrid movement type.
    you cannot really create own movement types, you can only create new movement types by copy of an existing one.
    If such combination is not forseen (and no coding in SAP programs) then it is not possible to create such a movement type yourself.
    Stock in transit has no stock categories to differentiate between unrestricted, quality or blocked stock, you can only post unrestricted stock into transit. Hence you can only get unrestricted stock from in-transit.
    QM would have been an option as you can define inspection types and they trigger that a stock will go into quality inspection instead directly to unrestricted.
    But you already said that you do not use QM - so there is not much what you can do except remembering that you do a transfer posting to bring returns into blocked stock .

  • Customer master details

    hello guru's,
                    my requirment is i need to upload Customer Master details using BAPI  in LSMW. can anyone tell me the Business Object Type and Method name ..i know message type and idoc type for Customer Master bt i dont know how to search the Business Object type and Method...

    Hi,
    Object          0050  
    Method          0000
    Program Name    RFBIDE00
    As an alternative to using u2018Transaction Recordingu2019, you could also use a standard SAP object to update Customer Master Records. Business Object u20180050u2019 is already pre-defined in the system with standard Batch Input Interface Program u2018RFBIDE00u2019.
    Create an Object CUST_OBJ within Project as LSMW_DEMO and Subproject as CUSTOMERS as shown in Figure 20.
    Figure 20  LSMW Object with Standard SAP Object
    Note! Only steps that are different from the recording method are listed here.
    Step 1: Maintain Object attributes
    You will be updating the customer master records with the help of Standard Batch Input; therefore, choose radio-button Standard Batch/Direct Input as shown in Figure 21. Enter Object u20180050u2019 for Customer Master records and default method u20180000u2019 and click on Save. 
    Figure 21 Standard Batch/Direct Input Object Attributes
    Step 4: Maintain Structure Relations
    Sales view of Customer Master is stored in table KNVV. Accordingly, you need to update structure BKNVV. However, in addition, the Standard Object u20180050u2019 also requires updates to BGR00, BKN00 and BKNA1 structures. (If you do not maintain Structure relations for mandatory entries, you might get a message such as u2018Target structure BKNA1 needs a relation to a source structureu2019.) 
    Even though you donu2019t want to update any fields in these structures, you need to create a relationship with source structures. In all, you need to create relationship for four target structures. 
    Create relationship between source structures XD02S with these target structures with icon u2018Create Relationshipu2019  . 
    Keep Cursor on these four target structures and click on icon u2018Create Relationu2019 and structure relations are maintained as shown in Figure 22. 
    Figure 22 Structure Relation
    Step 5: Maintain field mapping and conversion rules
    -- Keep your cursor on u2018TCODEu2019 field and click on u2018Insert Ruleu2019 icon 
    Figure 23 LSMW Conversion Rules
    Choose radio button u2018Constantu2019 (Figure 23) to enter value u2018XD02u2019 transaction code.
    -- Keep your cursor on field u2018KUNNRu2019 and click on u2018Assign source fieldu2019 icon 
    Choose source field u2018Customeru2019 from source structure u2018XD02Su2019. (See Figure 24.)
    Figure 24 Assign Source fields
    -- Similarly, choose source fields for Sales Organization, Distribution Channel, and Division. (See Figure 25.)
    Figure 25 Field Mapping and Conversion Rules
    -- Scroll down to structure BKNVV fields and assign source fields to three fields Sales Office, Sales Group, and Customer Group (Figure 26).
    Figure 26 Field Mapping and Conversion Rules
    Save and go back to main screen.
    Step 12: Display Converted data
    When you convert data, LSMW automatically converts into the appropriate structure layouts, as required by Standard program (RFBIDE00). (See Figure 27).
    Figure 27 Converted data into multiple structures
    Note that if you had only one record in source file, the converted file has four records.
    Earlier, creating this input file, so that the standard interface program can read it, was a big nightmare, the primary reason being that it could have multiple record layouts. Even for a simple conversion with one input record, you would have to create this complex file with many record layouts. The advantage of LSMW is that it prepares these multi-layout files automatically.
    Step 13: Create batch input session
    Once source data is converted in internal format, you can create a BDC session to process the updates (Figures 28 and 29). 
    Figure 28 Create BDC Session
    Figure 29 BDC Session u2018CUST_OBJu2019 created.

  • How to display planned movement date and actual movement date together?

    Hi, Professionals,
    My purpose is to list delayed outbound deliveries.
    Anyone could tell me how to display planned movement date and actual movement date?
    Appreciate your help.

    Thanks Shiva.
    I tried another way to do it. It works only for a short period of time.
    By using VL06O, I list all outbound deliveries by limiting both planned goods movement dates and actual goods movements dates to the same week I would like to inspect. Say both from 7th/11 to 14th/11.
    then I list outbound delivery list with planned goods movement date to 7th/11 but left out actual goods movements dates this time.
    In excel, I compare those two lists and filter out those unique ones because those unique documents means delayed deliveries which cannot delivery according to planned date.
    However, the "delayed" list generated by this method has some noises. Not all of documents are really delayed although most of them do.
    I'm also looking for a way to list sales documents number of these delayed delivery documents so i can retrieve order details from it such as order value.
    Help still needed.

  • Display custom service for an ESS user

    Hi,
    I need to extract Employee Education details based on his Employee id ( Pernr ) from R/3 table and display them in ESS.
    For example, ESS employee 123 is accesing his data in ESS. When 123 clicks custom Education tab, it should display his details.
    I have created a ABAP program and assign T-codes, services. But this program needs Employee number as Input. How do I get his Employee number in ABAP Editor ?
    Thanks.
    jey

    Thanks for the info guys. But what I need exactly is,
    - When an ESS user click particular tab, it should display his Education details.
    - In R/3, I wrote a small program which extacts these info using <b>Personal number</b>
    - How does the program come to know which Employee ( <b>Perosnal number</b>) clicks the tab ?
    - How do I extract the clicked Employee number and pass it to my custom program ?
    Thanks
    jey

  • How to print the display 2D Barcode details in Oracle Reports

    Hi Experts,
    Can you pleas share the approach to print the 2d Bar code in reports
    we have requirement from our Customer to
    display 2D Barcode details in Oracle Reports (In the Invoice print or in
    Annexure).
    Following are details we have carried out so far :-
    1. We have got JAR file from the Vendor.
    2. We have loaded the JAR File in the FND_TOP.
    3. Then we tried to call the same in the report.
    But we got struck here, didn't know how to proceed further because the
    JAVA Class is not loaded in Oracle Database.
    Kindly help us as to how to achieve the same.

    What jar is it? What is fnd_top? To load java in the database there are several methods. Please use google to find them, or oracle documentation.
    Version of reports?
    Edited by: Lars Sjöström on Nov 25, 2012 11:37 PM

  • HT1860 my apple tv (1st gen) has worked fine for a year/ All of a sudden it has stopped displaying any movies or tv. It only displays my movies or my tv that has been previously down loaded. however it appears connected wirelessly with good strenght. Any

    my apple tv (1st gen) has worked fine for a year/ All of a sudden it has stopped displaying any movies or tv. It only displays my movies or my tv that has been previously down loaded. however it appears connected wirelessly with good signal strength. Have tired swithing off both router and apple TV. Any ideas?

    This is a known, ans ongoing issue. Rest assured you're not the only one affected. There are several threads here already discussing this, I suggest searhing them out if you want more details, and possible work-arounds for locally hosted content.

Maybe you are looking for