Assigning an ID with QT_WritePoster_XHTML

I can't seem to find an information about QTWritePosterXHTML on the Apple website. There is plenty on QT_WriteOBJECT.
I want to embed quicktime using QTWritePosterXHTML AND control the video with javascript on the page. Essentially I want to stop this video (or probably an easier task ANY video on the page) with a link on the page. I need to give the movie an ID but that doesn't seem to be supported by this method.
The main purpose for this is that I have a javascript slideshow carousel thing that needs to support Quicktime video. I don't want the quicktime to embed and/or load in the background.

You know, I was trying to find the parameters for WriteOBJECT awhile back and was unable to. I would have thought that
'id', 'moviename',
would work, but I haven't tried it and from your post, it sounds like it doesn't. Even though 'name' would be improper, did you try it just to see?

Similar Messages

  • Acct determination for Account-assigned purchase order with keys not define

    Hi,
    I'm trying to post an IDOC of type BBPIV through XI to an R/3 system.
    The posted idoc in R/3 is in status 51 (Application document not posted) with the error message "Acct determination for Account-assigned purchase order with keys not defined in chart of acts WP2P"
    As per my understanding this is something related to FI.
    Long text of the error is "The system cannot generate an automatic posting because there is no account determination defined for Account-assigned purchase order with keys   in chart of accounts WP2P.
    Correct the account determination for Account-assigned purchase order"
    Please help me how to solve this.
    Regards,
    Rashmi

    Hiya,
    This looks like its a MM posting / transaction.
    You need to go to OBYC and maintain the account assignment. If you provide the business scenario (GR into Stock, Subcontracting, etc.) for the process, I may be able to help.
    VKOA is for SD account assignment and I don't believe you can use that here.
    Cheers.

  • Guided Procedure: Dynamical User Assignment at Runtime with WD API

    Hallo out there,
    I'm trying to assign a user to a process role.
    I set up my process in that way:
    Process as root,
    sequential block,
    First action with callable Object,
    Second action with callable Object,
    It looks quite easy.
    The callable Objects are embedded WD4J UI's and the data transfer GP Context, etc works fine
    I'm still starting the process with the GP Designtime center, not via Webdynpro method (startProcess).
    The following codesd snippets are placed in the execute method of the first callable object.
    I guess a have to use the runtime methods.. not the designtime methods to assign the users
    For example:
    In Step 1 - execute Method: 
    discovering the user for processing step2!
    assigning the to the processrole depending for step2!
    My Coding in step 1 looks like this:
    First step: Getting the user infos:
    //  Retrieve an IUser instance by a logon ID specified dynamically at runtime.
              IUser userStep1;
              IUser userStep2;
                  userStep1 = UMFactory.getUserFactory().getUserByLogonID("user1");
                  userStep2 = UMFactory.getUserFactory().getUserByLogonID("user2");
                  IGPUserContext userContext;
                  IGPUserContext userContext2;
                     userContext = GPContextFactory.getContextManager().createUserContext(userStep1);
                  userContext = GPContextFactory.getContextManager().createUserContext(userStep2);
                  IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
    Now, i want to assign user2 to step2 :
       IGPProcess process =  GPProcessFactory.getDesigntimeManager().getActiveTemplate(
                          // by specifying its ID
                          processId,
                          // and the user accessing it
                          userContext);
                 // create an empty role assignment list
                 IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
                 // get the process role number
                 int rolenum = process.getRoleInfoCount();
                 // iterate over the required roles
                 for (int i = 0; i < rolenum; i++) {
               msgmr.reportSuccess("Anzahl der gefunden Prozessrollen: " + rolenum);
                    // create a new role instance by specifying the role's unique name
                    IGPProcessRoleInstance roleInstance = roles. createProcessRoleInstance(process.getRoleInfo(i).getRoleName());
       // add a user to the role instance
                    roleInstance.addUser(userStep2);
                    // add the new role to the assignment list
                    roles.addProcessRoleInstance(roleInstance);   
    I guess the problem is, that i call the wrong method to assign the user. I need to assign the user with following code snippet...
    // dynamically assign a user to a role
    rtm.addRuntimeDefinedUserToRole(
                      // process instance
                      prInstance,
                      // role name
                      "Processor",
                      // user that is assigned (IUser)
                      user,
                      // user context (IGPUserContext)
                      userContext);
    // dynamically change the user assigned to a role for a particular task
    String prInstanceID = prInstance.getID();
    rtm.changeTaskProcessor(
                      // process instance ID
                      prInstanceID,
                      // activity instance ID
                      activityInstanceID,
                      // current user (IGPUserContext)
                      currentProcessorContext,
                      // new user (IGPUserContext)
                      newProcessorContext);
    Thank you for any hint.

    Hi,
    Refer this
    Re: Adding users to a process role at runtime   method :- addRuntimeDefinedUser

  • The  vendor code is not coming against some Assignment line items with the

    Hi All,
    While executing  t.code FBL3N,the  vendor code is not coming against some Assignment line items with the GL A/C4607000, some line items it is coming.
    The GL A/c 4607000 is GR/IR clearing a/c.
    Please let us know  why this situation is happeing at the time of FBL3N.
    Thanks
    Ram

    HI,
    By activating the special fields you can the vendor number, but use the new reprot called "FAGLL03 - Display/Change Items (New) ".
    First go to SPRO> Financial Accounting (New)> General Ledger Accounting (New)--> Master Data > G/L Accounts>Line Items --> Define Special Fields for Line Item Display
    Click on New Entries -
    Table - BSEG - Field - LIFNR
    Save. Now execute the report - FAGLL03 - Display/Change Items (New)
    Give the gl account number and execute.
    After getting the line items list from menu select --Settings --> Special Fields --> Click on New Entries --> Enter Table BSEG, Field Name LIFNR.
    After this come back and execute again. It will give you the vendor number.
    Thanks & Regards,
    Shashi Kanth.

  • How to assign function module with process code in IDOC ?

    how to assign function module with process code in IDOC ? and what code i have to write in that function module for custom IDOC ?
    helpful answer will be rewarded?

    Hi,
    First goto transaction we42 -->editing mode --> new entries -->give name of your process code and description --> processing with alv service and function module -->then press enter -->after that enter the name of the function module you want to associate from the drop down and save it.
    Thats the way to assign function module with process code.
    In that process code we will have the Function modules and Bapi's which will take the data which we are sending through IDOC and then process it.
    for example: i am triggering the IDOC for every purchase order created then this process code in the receiver system will take the data which i have enetered in the sender system to create the purchase order and process it and creates the same purchase order in the receiver's system.
    Reward if helpful.
    with regards,
    Syed

  • BAPI for assigning A contract with Assortment

    Hi all,
         Can any one gimmie the name of the BAPI that is used to Assign a contract with Assortment with the given Contract id and Assortment ID.The transaction used is VA42.
       Points are waiting.
    Regards,
    Ravi K.

    Hi,
    Check with these function modules one will work.
    bapi_assortment_maintain
    bapi_assortmentlist_getgroup
    bapi_assortmentlist_gethead
    bapi_assortmentlist_getpos
    regards,
    ms

  • HOW TO ASSIGN MCSI REPORT WITH MC93

    Dear Gurus
    in my company, we have created on infostructure for MCSI report. the data is being populated and the report can also be seen.
    But now, i want to put planned quantity/material for this infostructure through MC93, so that i can compare the actual sales with planned sales.
    would you please advice me how to assign the infosturcuture with MC93 to put the planned quantity/target.
    thank you
    shabbir
    Edited by: ashabbir on May 25, 2010 11:08 AM

    Hello Shabbir
    1) First create 'PLANNING hierarchy' using T code MC61. Specify the custom infostructure and do not enter any characteristics in the next scree. In  the next screen enter the pan data level by level for all characteristics.
    2) Now get into MC93 to create planning. Enter your custom infostructure in the opening screen for 'Planning Type'. Enter the characteristics as needed and click enter. Enter the plan data in the next screen and save the version.
    3) Now use MCSI with your custom infostructure and when the standard Analysis: Basic list is displayed, go via menu option Edit/Comparisons/Planned/Actual to see the comparison.
    Hope this helps.

  • How to assign cost centre with position

    Hi Guys
    How to assign cost centre with a position?
    thanks

    Hi,
    Go to PPOM_OLD t code & select ur organisational unit.
    Then click on staff assignments & the GOTO in menu bar,click on Accounts assignment.
    Put cursor on the position & lick on master cost center icon & assign the cost center.
    Cheers
    Ramesh

  • In PLSQL assigning from %rowtype with potentially inexistent columns

    In PL/SQL, I need to assign a variable with the value of a column provided a parameter of table%rowtype type.
    The table in question is accessed using a database link, and the column I need to read may not exists.
    A direct assignment (variable := parameter.column;) is not possible because the procedure will not compile if the column does not exists. As this is to be used as an interface mechanism, this procedure needs to compile whether the column exists or not.
    I have tried dynamic SQL, but table%rowtype type for bind variables are not supported, the other method would be to have two function and check if they are valid before calling them, but this is messy.
    Any other ideas?

    This will not work. The procedure call will not compile if the column does not exists.
    create procedure avdp
    (pvar in emp%rowtype)
    is
    v_var varchar2(30);
    begin
    v_var := pvar.do_not_exists;
    end;
    create procedure avdp2
    begin
    avdp;
    end;
    Warning: Procedure created with compilation errors.
    I can make it work using dynamic SQL to call the avdp procedure, but this is messy.
    create procedure avdp2
    is
    v_count number;
    begin
    select count(*)
    into v_count
    from user_objects
    where object_name='AVDP'
    and status='VALID';
    if v_count > 0 then
    EXECUTE IMMEDIATE 'begin avdp; end;';
    end if;
    end;

  • Reconciliation Action Rule action - Assign To Administrator With Least Load

    I have a recon action rule "No Matches Found - Assign To Administrator With Least Load" and I want to know what exactly is supposed to happen. I know when the condition is met the event in the recon manager gets assigned to the admin with the least load, but is there something else that should happen? I was hoping that a task item or something would be created for the admin or a notification but from what I see the only way an admin would know about the event is by searching the recon manager. I am using OIM 9.1.
    Thanks

    I'd like to know the answer to this too. I'd like to imagine that unlinked recon events (or events where there is more than one match) would get assigned to xelsysadm and appear in the xlwebapp, but do they? And if not how can it be done? I've tried searching OIM docco and this forum for an answer but I cant find squat. I'm running OIM 9.101 patchset 5.
    Sorry to dig up an old post for everyone, but it would be good to see this answered for others to reference if they have the same issue.

  • Quickpaint reports not working with assignment set defined with criteria

    Hello,
    I have a problem with quickpaint reports in HRMS. When i run quickpaint report against assignment set defined with criteria it reports following error: APP-PAY-06867 An error occurred during formula execution FFX00_DATA_NOT_FOUND (assignment criteria was &ASG_LOCATION=New York).I defined several assignment sets with different criteria and i always get the same error when i run any quickpaint report.
    The same Quickpaint report works well with assignment set defined by including individual assignment.
    Thanks in advance!
    best regards

    Thanks for uploading the sample reports. 
    I am not abe to reproduce the issue and the graphs generated in both the attached reports are the same except that the width of the graphs being displayed are different as seen in the below images.
    ATML 5.1 Report Graph
    XML Report Graph
    Regards
    Srivinayaka Pandurangan
    National Instruments
    With Best Regards,
    Srivinayaka
    National Instruments

  • Type conflict with ASSIGN in assoc with CL_ABAP_TABLEDESCR

    Hello Xperts,
    over the functionalities within CL_ABAP_TABLEDESCR I have added two fields to an ITAB.
      "thismanpo   type  /bic/oiblmansec1,
      gs_comp-name  = 'THISMANPO'.
      gs_element ?= cl_abap_elemdescr=>describe_by_name( '/bic/oiblmansec1' ).
      gs_comp-type ?= cl_abap_elemdescr=>get_p( p_length = gs_element->length
                                      p_decimals = gs_element->decimals ).
      APPEND gs_comp TO gt_components.
    So far so good. Furthermore I have declared the following:
      field-symbols:
        <f_thismanpo_ref>       type  /bic/oiblmansec1,
    The problem occurs at the statement:
        assign component:
          'THISMANPO'  of structure <f_ref_data> to <f_thismanpo_ref>,
    >ASSIGN_TYPE_CONFLICT
    > You attempted to assign a field to a typed field symbol,
    > but the field does not have the required type.
    The other field (which works fine!!!):
      "thiscostpo  type  /bic/oiblcopem1
      gs_comp-name  = 'THISCOSTPO'.
      gs_element ?= cl_abap_elemdescr=>describe_by_name( '/bic/oiblcopem1' ).
      gs_comp-type ?= cl_abap_elemdescr=>get_p( p_length = gs_element->length
                                      p_decimals = gs_element->decimals ).
      APPEND gs_comp TO gt_components.
      field-symbols:
        <f_thiscostpo_ref>      type  /bic/oiblcopem1,
        assign component:
          'THISCOSTPO' of structure <f_ref_data> to <f_thiscostpo_ref>,
    The difference between the two fields is:
    /bic/oiblcopem1 is CURR DEC 17 2
    /bic/oiblmansec1 is FLTP 16 16
    I have also tried:
          'THISMANPO'  of structure <f_ref_data> to <f_thismanpo_ref> CASTING,
    but then get the dump:
    > In the current program "ZCL_RSPLF_CCM_CALIB_CALC======CP", an error occurred
    > when setting the
    >field symbol "<F_THISMANPO_REF>" with ASSIGN or ASSIGNING (maybe in the
    > combination with
    > the CASTING addition).
    >
    >When converting the base entry of the field symbol "<F_THISMANPO_REF>" (number
    > in base
    >table: 34334), it was found that the target type requests a memory
    >alignment of 8.
    >
    >However, the source data object has an invalid memory alignment, that is
    > an alignment not divisible by 8.

    Since /bic/oiblmansec1 is Floating, you need to use the method GET_F, not GET_P
    " /bic/oiblmansec1 is FLTP 16 16
    gs_element ?= cl_abap_elemdescr=>describe_by_name( '/bic/oiblmansec1' ).
    gs_comp-type ?= cl_abap_elemdescr=>get_F( ).
    Regards,
    Naimesh Patel

  • Assign Type conflict with field symbols

    I have two tables tab1 & tab2, want to assign field values from tab1 to tab2 suing field symbols. Deatils are :
    TYPES: BEGIN OF ty_tab1,
        item1   TYPE char20,
        item2   TYPE char20,
        val1 type i,
        val2 type i,
    END OF ty_tab1,
    BEGIN OF ty_tab2,
        item1 TYPE char20,
        item2 TYPE char20,
    END OF ty_tab2.
    DATA: it_tab1 TYPE TABLE OF ty_tab1,
                it_tab2 TYPE TABLE OF ty_tab2.
      FIELD-SYMBOLS <fs_tab1> TYPE ty_tab1.
                     <fs_tab2t> type ty_tab2.
      LOOP AT it_tab1 assigning <fs_tab1>.
        READ TABLE it_tab2  assigning <fs_tab2> WITH KEY item1 = <fs_tab1>-item1
                                                                                    item2 = <fs_tab1>-item2.
        IF sy-subrc EQ 0.
          ASSIGN COMPONENT 'ITEM1' OF STRUCTURE <fs_tab1> TO <fs_tab2>.
         ASSIGN COMPONENT 'ITEM2' OF STRUCTURE <fs_tab1> TO <fs_tab2>.
        endif.
    endloop.
    Getting error msg
    You attempted to assign a field to a typed field symbol, but the field does not have the required type.         
    whats the reason of error.
    Edited by: Matt on May 27, 2011 8:59 AM - added  tags

    Taken from example dump
    A new value is to be assigned to the field "...", although this field is
    entirely or partly protected against changes.
    The following are protected against changes:
    - Character literals or numeric literals
    - Constants (CONSTANTS)
    - Parameters of the category IMPORTING REFERENCE for functions and
    methods
    - Untyped field symbols not yet assigned a field using ASSIGN
    - TABLES parameters if the actual parameter is protected against changes
    - USING reference parameters and CHANGING parameters for FORMs, if the
    actual parameter is protected against changes and
    - Accesses using field symbols if the field assigned using ASSIGN is
    protected (or partially protected, e.g. key components of an internal
    table with the type SORTED or HASHED TABLE) against changes
    - Accesses using references, if the field bound to the reference is
    protected (or partially protected) against changes
    - External write accesses to READ-ONLY attributes,
    - Content of a shared object area instance accessed using a shared lock
    (ATTACH_FOR_READ).
    You likely fall in one of these cases. Check each and if still unsure please share your code so we can reproduce the error.
    Regards
    Marcin

  • Assignment of FSV with 52 periods in OB37 not possible

    Hello SAP Guru,
    I am having this concern of assigning the Fiscal Year Variant WK with 52 periods thru OB37 to company code 1000 but error
    "More than 16 periods can only be used in the Extended General Ledger" appears.
    The management would like to change the current fiscal year from V3 which is from April to March which holds the 16 posting periods including the 4 special periods into a 52 WorkWeek periods.  The purpose of having the 52 WorkWeek is that the Management wanted to see the Financial Statement in a weekly basis.  And this changes should have take effect on April 1, 2014.  I have successfully created the Fiscal Year Variant WK but when I am about to assign it to CoCode 1000,  such error message appears.  The message says that the periods more than 16 period should be used in an Extended General Ledger.  Can someone please guide me on how to do this or is there a simple way on assigning the new Fiscal Year Variant to a CoCode. 
    Appreciate your immediate feedback as I have to report to management on March 14 that the new Fiscal Year with 52 periods is available in the system.
    Thanks,
    Julie

    Hi Sowmya,
    Thanks for the info.  But how can I use the FSV WK with 52 periods as the management want to start using workweek in generating reports effective April 1, 2014?  Can you help me on this as there are only 2 weeks to report to management that the WK is available in the system.
    I read about the Non Leading Ledger and already assigned the Cocode 1000 and the WK as well to this ledger,  how will this work?
    The objective is for reporting purposes only,  to generate the Financial Statement on a weekly basis as well as the GL posted transaction.
    Please guide me.
    Thanks,
    Julie

  • Self Assigned IP Address with Airport Extreme

    I just changed my router from an Asus to AIrport Extreme.   The Airport Extreme is connected to an ATT DSL modem.  I know the modem works because I can connect to the internet when I connect it directly to my IMac.  However, when I try to access the internet through the airport extreme it connects temporarily and then loses the connection.  It tells me that I have a self assigned IP address and cannot connect to the network.  This is the case through both Ethernet and WiFi.  It is also the case when I try it with other devices (e.g. IPad, MacBook). 
    I know there are lots and lots of threads in this forum (and others) on this topic.  I have been pouring over them for days and trying everything I could find including but not limited to--
    Rebooting/power cycling
    Keychain clearing and repairing
    Renewing DHCP lease
    Turning off firewall and virus barrier
    deleting and recreating network
    The modem is set up based on the ATT instructions for when it is to be connected to a non ATT router, thus it is in Bridge mode and the Airport Express is set to use PPPoE.   OS and all firmware is up to date. 
    There is another issue which may or may not be related.  It is also an issue for which there are many existing threads (but apparently no definitive solution).  My Imac keeps giving me a message that the name of my computer is already in use and has been changed to.....
    http://https://discussions.apple.com/thread/4207056?start=0&tstart=0
    I have tried several suggested solutions (e.g. energy savings pref, using only wifi or only ethernet to connect).  So far no luck. 
    Both of these issues seem to have started when I switched routers.  
    Anyone know if the two issues are related?  And whether there is a solution?  Seems like both issues have been around a long time.......

    Was using the wrong password option in UIXperts driver. Kept thinking it was a different protection mechanism than it was. Once the password was set, all was well. Referred back to the IOXperts installation guide (RTFM) for a clue.

Maybe you are looking for