Container problems!

I made a workflow with a task, which sends an email with a material. For this I created an element in the container called z_matnr, type matnr. I set it to be import-export.
In the header of the email i have &Z_MATNR&.
The event that is triggering the program is called Z_EVENT, and is made for the object BUS2032. I dont think that is a problem. I just wanted to create an event that is starting the workflow.
I made a program. The mail is sent but the material is empty. Why is that?
Here is the code:
{INCLUDE <cntn01>.
DATA:    lt_message TYPE TABLE OF swr_messag,
         gt_container TYPE TABLE OF swr_cont,
         gs_container LIKE swr_cont.
gs_container-element = 'Z_MATNR'.
gs_container-value = '10'.
append gs_container to gt_container.
CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
  EXPORTING
    object_type             = 'BUS2032'
    object_key              = 'Z12345'
    event                   = 'Z_EVENT'
   COMMIT_WORK             = 'X'
TABLES
   INPUT_CONTAINER         = gt_container
   MESSAGE_LINES           = lt_message.
FORM append_container  USING    value(p_0456)
                              p_ls.
  gs_container-element = p_0456.
  gs_container-value   = p_ls.
  APPEND gs_container TO gt_container.
ENDFORM.                    }

Hi
By looking at all your posts I felt like you are still woring on your assignment... well you are trying to start workflow by using the events. right?
now the check list for starting workflow by using events are
1. Make sure you have defined the start event in the basic data of the workflow.  Or atleast make sure you ahve made an entry in the SWE2 transaction with the respective workflow tempalte number and business obect in your case 'BUs1001 and the event is Z_EVENT.
2. Once this is done the next thing is you need to check whether the workflow is actring as receiver or not it can be done by using the txn SWUE.
3. Now inorder to pass soem thing to workflow or if you want to pass parameters of event to event container to workflow contianer make sure you ghave defined the binding between event container and workflow container in the basic data of the workflow. or from PFTC txn.
4. By looking at your code I feel like you want to pass the material object  to workflow container. Now when you are starting workflow by using a event One thing is sure that you do not have to instatiate the BOR all you have to do is pass th object name you want to instantiate and the object key.
data:
begin of lv_object_instance,
objtype type swo_objtyp,
objkey type swo_typeid,
end of lv_object_instance.
swc_container lt_wf_cont.
swc_create_container lt_wf_cont.
lv_object_instance-objtype = 'MATERIAL'.
lv_object_instance-objkey = '000000000000000011'.
swc_set_element lt_wf_cont 'MATERIAL' ''000000000000000011'.
"<------- lt_wf_cont-element = 'Z_BUS1001'.
"<--------lt_wf_cont-value = lv_object_instance.  " <---- Do not require like this.
"<------append lt_wf_cont.
CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
EXPORTING
object_type = 'Z_BUS1001'
object_key = 'Z12349'
event = 'Z_EVENT'
COMMIT_WORK = 'X'
TABLES
INPUT_CONTAINER = lt_wf_cont
MESSAGE_LINES = lt_message.
Edited by: Pavan Bhamidipati on May 10, 2011 11:24 AM

Similar Messages

  • Common Agent Container Problem on New Solaris Cluster 3.2 (1/09)

    Hi,
    I have just installed Solaris Cluster 3.2 u2. Getting following error when run cluster check or sccheck -v 2:
    cluster check
    cacaocsc: unable to connect: Connection refused by peer
    cluster check: (C704199) unable to reach Common Agent Container
    sccheck -v 2
    sccheck: Requesting explorer data and node report from node1.
    sccheck: Requesting explorer data and node report from node1-cl.
    sccheck: node1: Additional explorer arguments: -w !default,cluster,disks,etc,messages,nbu,netinfo,patch,pkg,sds,lvm,sonoma,sysconfig,var,vxvm,vxfs,vxfsextended -c "/usr/cluster/lib/sccheck/vfstab-global-mount-points" -c "/usr/cluster/lib/sccheck/netapp-nas-quorum-devices"
    sccheck: node1: WARNING: EXP_CONTRACT_ID not set!
    sccheck: node1: WARNING: EXP_REPLY not set!
    sccheck: node1:
    sccheck: node1: 2 warnings found in /etc/opt/SUNWexplo/default/explorer
    sccheck: node1:
    sccheck: node1: Mar 07 21:56:15 node1[5519] explorer: ERROR explorer
    sccheck: node1: Mar 07 21:56:15 node1[5519] explorer: ERROR Module or alias sds does not exist.
    sccheck: node1: Explorer run failed:
    sccheck: node1-cl: Additional explorer arguments: -w !default,cluster,disks,etc,messages,nbu,netinfo,patch,pkg,sds,lvm,sonoma,sysconfig,var,vxvm,vxfs,vxfsextended -c "/usr/cluster/lib/sccheck/vfstab-global-mount-points" -c "/usr/cluster/lib/sccheck/netapp-nas-quorum-devices"
    sccheck: node1-cl: WARNING: EXP_CONTRACT_ID not set!
    sccheck: node1-cl: WARNING: EXP_REPLY not set!
    sccheck: node1-cl:
    sccheck: node1-cl: 2 warnings found in /etc/opt/SUNWexplo/default/explorer
    sccheck: node1-cl:
    sccheck: node1-cl: Mar 07 21:56:15 node1-cl[3851] explorer: ERROR explorer
    sccheck: node1-cl: Mar 07 21:56:15 node1-cl[3851] explorer: ERROR Module or alias sds does not exist.
    sccheck: node1-cl: Explorer run failed:
    sccheck: node1 error: Unexpected early return from server.
    sccheck: node1-cl error: Unexpected early return from server.
    sccheck: Unable to run checks on: node1,node1-cl
    Even when I try to run Cluster Manager from web I am getting following error:
    "A communication problem was encountered by the system"
    Following is the version I am using:
    root@node1 #
    root@node1 # cacaoadm -V
    2.2.0.1
    root@node1 #
    root@node1 # smcwebserver -V
    Version 3.1
    root@node1 #
    root@node1 #
    root@node1 # svcs -a | grep container
    online 21:30:30 svc:/application/management/common-agent-container-1:default
    root@node1 #
    root@node1 #
    root@node1 # svcs -a | grep webconsole
    online 21:20:29 svc:/system/webconsole:console
    root@node1 #
    root@node1 #
    root@node1 #
    root@node1 # cat /etc/release
    Solaris 10 5/08 s10s_u5wos_10 SPARC
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    root@node1 #
    root@node1 #
    root@node1 # cat /etc/cluster/release
    Sun Cluster 3.2u2 for Solaris 10 sparc
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    root@node1 #
    root@node1 #
    Do you have any idea or tips to solve this problem?
    Thanks
    Edited by: shmozumder on Mar 8, 2009 1:50 AM

    Hi Tim,
    Yes - it's running:
    default instance is ENABLED at system startup.
    Smf monitoring process:
    29410
    29411
    Uptime: 0 day(s), 0:14
    dssdbgen03p1 # svcs -a |grep -i comm
    disabled 17:03:06 svc:/network/rpc/mdcomm:default
    online 13:20:53 svc:/application/management/common-agent-container-2:default
    uninitialized 16:58:32 svc:/application/management/common-agent-container-1:default
    I also get messages like the following in the /var/adm/messages file when starting cacaoadm :
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.rmi.impl.RMIModule in module com.sun.cacao.rmi
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.invoker.impl.InvokerModule in module com.sun.cacao.invoker
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.snmpv3adaptor.SnmpV3AdaptorModule in module com.sun.cacao.snmpv3_adaptor
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.dtrace.impl.DTraceModule in module com.sun.cacao.dtrace
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.rbac.impl.RbacModule in module com.sun.cacao.rbac
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.instrum.impl.InstrumModule in module com.sun.cacao.instrum
    Jul 7 13:20:52 dssdbgen03p1 java.lang.ClassNotFoundException: Cannot find class com.sun.cacao.commandstream.CommandStreamAdaptorModule in module com.sun.cacao.command_stream_adaptor

  • Substitution time container Problem

    Hi Friends,
    I am facing a problem can anybody suggest !...
    When i substituted a  person/position/user  Eg : Level 4 palce i substituted Level 5 Person.
    If Level 5 approoves workitem, POSITIONID container showing Level 4 Position ID.
    Is it possible to set container who approoves the workitem, i need <b>that person Position id into POSITIONID container.</b>
    Tanks in Advance,
    Kumar.

    Hai,
    As AK suggested, the WorkItem Property WI_Actual_Agent would hold the actual agent detail of the agent who might have executed the WorkItem. Isn't this enough for further processing of the workflow?
    Regards,
    Jubish Jacob

  • Firefox locks up on the Onion AV Club website (possibly plugin container problem).

    Over the last couple of weeks when I try to look at a page on the Onion AV Club website, Firefox locks up completely. The page will open up but won't finish loading, the hourglass stays on the screen, and the page will not scroll. I find there is no solution for this but to close Firefox altogether. I have no problem accessing AV Club pages with Google Chrome. I suspect the problem may have to do with plugin container, but I don't really know what the cause is.

    You can run Java in Firefox.exe instead of plugin-container.exe, but I'm not sure that actually would be better than where you are now.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''java''' and pause while the list is filtered
    (3) If '''dom.ipc.plugins.java.enabled''' is true (bolded), right-click it and choose Reset (or double-click it to toggle).
    If that value already is false, you might be having a problem with another common plugin such as Flash.

  • Scroller Container Problem

    I can't get this Scroller to work in Opera, Firefox or Safari. The main scroller on the front page works but this one doesn't. Can anyone help me out?
    Here's the code:
    <style type="text/css">
    .Container {
      position: absolute;
      width: 920px;
      height: 410px;
    #Scroller-4 {
      position: absolute;
      overflow: hidden;
      width: 920px;
      height: 410px;
    .Scroller-Container {
      position: absolute;
      top: 0px; left: 0px;
    .Scrollbar-Up {
      cursor: pointer;
      position: absolute;
      top: 0px; left: 905px;
    .Scrollbar-Down {
      cursor: pointer;
      position: absolute;
      top: 399px; left: 905px;
    </style>
    <script type="text/javascript" src="js/Scrolling.Scroller.js"></script>
    <script type="text/javascript">
    var scroller = null;
    window.onload = function () {
    var el = document.getElementById("Scroller-4");
    scroller = new Scrolling.Scroller(el, 920, 410);
    </script>
    <div class="Container">
        <img src="uparrow.jpg" class="Scrollbar-Up" onmouseover="scroller.startScroll(0, -5);" onmouseout="scroller.stopScroll();" />
        <img src="downarrow.jpg" class="Scrollbar-Down" onmouseover="scroller.startScroll(0, 5);" onmouseout="scroller.stopScroll();" />
        <div id="Scroller-4">
         <div class="Scroller-Container">
         <table width="895" cellpadding="0" cellspacing="0" border="0">
         <tr>
         <td width="18"></td>
         <td valign="top">
        </td>
        </tr>
        </table>
        </div>
        </div>
        </div>

    Fixed the problem myself.

  • Collection.contains problem !!

    Hi everybody,
    I've a collection of a special objects, and when I try to check if an object1 is present in the collection the contains() method falls.
    Here is my code :
    ExtClass object1 = new ExtClass ();
    .... initialisation
    Set set = new HashSet();
    set.add(object1 )
    ExtClass object2 = new ExtClass ();
    ..... I initialise object2 as done for object1 and whith the same values
    if(set.contains(object2))
    System.out.println("Set contains object 2");
    I've also implemented equals method in ExtClass.
    Thanks a lot,
    Addam

    You have to properly override equals and hashCode.
    Read this, follow it, and then post your equals and hashCode code (in [code] and [/code] tags) if you still have problems.
    http://developer.java.sun.com/developer/Books/effectivejava/Chapter3.pdf

  • Rownum and contains() problem

    hi,I meet a strange problem.I employ rownum and full text index in my sql as follow.But it does not works well ,and nothing can be displayed at all.
    The most strangest is , the sql whitch lies from line 3 to line 11 can works well(It could display what I want),but the whole can't.
    anyone could lend me a hand?THX.
    1 select *
    2 from (
    3 select row_.*,rownum as rn
    4 from (
    5 select *
    6 from node c, s_title s1
    7 where exists(select y.PKID FROM NODE_TYPE y WHERE y.PKID=s1.NODE_ID AND
    8 y.PKID=c.PKID)
    9 and contains(s1.value,'abc',1)>0 ORDER BY score(1) desc ,ORDERNO asc
    10 ) row_
    11 where rownum < 20
    12 )
    13 where rn>0

    But,to my surprise,nothing can be displayed.Why are you surprised?
    SQL is too dumb to lie to you.
    no rows is the correct result set.
    SELECT *
    FROM   (SELECT row_.*,
                   ROWNUM AS rn
            FROM   (SELECT   *
                    FROM     node c,
                             s_title s1
                    WHERE    EXISTS (SELECT y.pkid
                                     FROM   node_type y
                                     WHERE  y.pkid = s1.node_id
                                            AND y.pkid = c.pkid)
                             AND Contains(s1.VALUE,'abc',1) > 0
                    ORDER BY Score(1) DESC,
                             orderno ASC) row_
            WHERE  ROWNUM < 20)
    WHERE  rn > 0

  • Rownum and contains() problem.THX

    hi,I meet a strange problem.
    I employ rownum and full text index in my sql as follow.But it does not works well ,and nothing can be displayed at all.
    The most strangest is , the sql which lies from line 3 to line 11 can works well(It could display what I want),but the whole(1~13) can't.
    anyone could find out the problem?THX.
    1 select *
    2 from (
    3 select row_.*,rownum as rn
    4 from (
    5 select *
    6 from node c, s_title s1
    7 where exists(select y.PKID FROM NODE_TYPE y WHERE y.PKID=s1.NODE_ID AND
    8 y.PKID=c.PKID)
    9 and contains(s1.value,'abc',1)>0 ORDER BY score(1) desc ,ORDERNO asc
    10 ) row_
    11 where rownum < 20
    12 )
    13 where rn>0

    Please either post including a 4 digit Oracle version, or do not post at all.
    Please also don't post vague generalities like 'works well' or 'doesn't work well'
    Either post output, required output, or do not post at all.
    Crystal balls have worn out here long since because many similar posters 'couldn't do the needful'
    Sybrand Bakker
    Senior Oracle DBA

  • CONTAINS problem in materialized view

    SELECT SCORE(1) AS RELEVANCE, AST_OID, TOTAL
    FROM asset_materialized_vw
    WHERE CONTAINS(total, '%PRODUCT%', 1) > 0
    ORDER BY RELEVANCE DESC;
    The table in the FROM clause, asset_materialized_vw is a materialized view of a view called asset_vw with a complex query in it, it produces 2 columns, 1 ast_oid, which contains a unique id, and total which is a varchar2 column on which I put a CTXSYS.CONTEXT index, after putting the index on this column, I can execute the above query and it results many rows, but after about 5 - 10 minutes it doesn't return any rows at all anymore. Here is the script I used to create the index and materialized view:
    The view:
    SELECT * FROM asset_materialized_vw WHERE upper(total) LIKE '%N4S%'
    DROP MATERIALIZED VIEW mv_emp_pk
    CREATE MATERIALIZED VIEW asset_materialized_vw
         REFRESH COMPLETE
         NEXT SYSDATE + 1/96
         WITH PRIMARY KEY
         AS
         SELECT AST_OID,
              CONCAT(ASSET_REMARK, CONCAT(OBJECT_REFERENCE, CONCAT(PRJ_PROJECT_NAME, CONCAT(DV_REFERENCE_VALUE, CONCAT(LD_NAME_B, CONCAT(LD_NAME_A, CONCAT(DVL_DESCRIPTION, CONCAT(MDV_TEXT_VALUE, CONCAT(BUT_DVL_DESCRIPTION, CONCAT(MAG_DVL_DESCRIPTION, CONCAT(AGP_DVL_DESCRIPTION, CONCAT(BRC_DVL_DESCRIPTION, CONCAT(CAM_DVL_DESCRIPTION, CONCAT(PRS_NAME, PRD_PROPERTIES)))))))))))))) AS TOTAL
         FROM ASSET_VW
    The index:
    CREATE INDEX idx_asset_materialized_vw ON asset_materialized_vw(total)
    INDEXTYPE IS CTXSYS.CONTEXT

    Simple testcase to reproduce your issue:
    /* snapshot refreshes every 15 seconds */
    SQL> CREATE MATERIALIZED VIEW emp_mv
    REFRESH COMPLETE
    NEXT SYSDATE + 15/(24*60*60)
    AS
    SELECT * FROM emp
    Snapshot created.
    /* Context index */
    SQL> CREATE INDEX emp_txt_idx ON emp_mv
    (ename)
    INDEXTYPE IS ctxsys.CONTEXT
    Index created.
    SQL> SELECT ename,
           deptno
      FROM emp_mv
    WHERE contains (ename, 'scott') > 1
    ENAME          DEPTNO
    SCOTT              20
    /* wait 20 seconds*/
    SQL> EXEC dbms_lock.sleep(20)
    PL/SQL procedure successfully completed.
    SQL> SELECT *
      FROM emp_mv
    WHERE contains (ename, 'scott') > 1
    "no rows selected."
    /* sync the index */
    SQL> BEGIN
       ctx_ddl.sync_index ('emp_txt_idx');
    END;
    SQL> SELECT ename,
           deptno
      FROM emp_mv
    WHERE contains (ename, 'scott') > 1
    ENAME          DEPTNO
    SCOTT              20I would alter the generated job (from creation of materialized view) to append the sync of the index:
    BEGIN
      SYS.DBMS_JOB.CHANGE
          job        => 325634 /*  your job number */
         ,what       => 'dbms_refresh.refresh(''"EMP_MV"'');
                         ctx_ddl.sync_index (''emp_txt_idx'');'
         ,next_date  => sysdate
         ,interval   => 'SYSDATE + 15/(24*60*60) '
    END;

  • Can't remove adobe reader x--plugin for container problem message?

    Adobe reader x installed but doesn't function. Tried to uninstall and this message appears.

    Firefox has a side program called plugin-container.exe. Maybe the error indicates that plugin-container.exe is still running?? If exiting Firefox does not let you uninstall Adobe Reader X, you might try restarting Windows and going straight to the uninstall without restarting Firefox.

  • Marge container problem

    Hi all
    I use designer 10.1.2.0.2, when i try marge my container it throws this error message
    Message
    CDR-17038: No open activities were detected.
    Cause
    The .msg message file 'd:\oracle\product\oradev10g\repadm61\cdrus.msg' for product "CDRMSG61", utility "CDR" could not be found.
    The .msg message file 'd:\oracle\product\oradev10g\repadm61\cdrus.msg' for product "CDRMSG61", utility "CDR" could not be found.
    Action
    Thanks

    or this error - when uncheck automatick marge
    Message
    CDR-18009: Could not close a transaction.
    Cause
    The system was expectedly unable to close a transaction.
    Action
    If the error persists contact your support representative.
    Message
    RME-00011: Operation 'close' on ACTIVITY has failed
    Cause
    An API operation request has failed for some reason.
    Action
    Examine other reported errors for specific details.

  • Container problem

    I'm trying to make a Sprite fit into a container, but the graphics drawn in the Sprite appear to override the bounds of the container. The class ColorBlock.as has graphics drawn in it, and the idea is that those graphics will expand as content that will be placed into the class increases. When the width of the class becomes larger than the container into which it is placed (i.e. the HBox), I want the HBoxto become scrollable. In this way, the user would have to scroll to access content that is too big to fit in the HBox. How do I prevent the grahics from 'spilling out' of the HBox?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"  creationComplete="init()">
        <mx:Script>
            <![CDATA[
                private var chart:ColorBlock;
                private function init():void{
                    chart=new ColorBlock();
                    comp.addChild(chart)
            ]]>
        </mx:Script>
        <mx:HBox width="500" height="500"   backgroundColor="0xffff00">
            <mx:UIComponent id="comp" />
        </mx:HBox>
    </mx:Application>
    ColorBlock.as
    package{
        import flash.display.Sprite;
        public class ColorBlock extends Sprite{
            private var _chart:Sprite;
            public function ColorBlock(){
                super();
                _chart = new Sprite();                       
                addChild(_chart);
                _chart.graphics.beginFill(0xff0000,1)
                _chart.graphics.drawRect(0, 0, 800, 500);

    You can do whatever you want. Experiment.
    Although typically you would design an applcation something like:
    a) north - toolbar
    b) center - main application
    c) south - status bar
    Thats why the default LayoutManager is the BorderLayout. In this simple example you would probably create a panel with all you toolbar buttons and a panel for you main application, but you might just simply use a JLabel as the status bar. Its up to you.

  • Docking Container Problem - 2 GRID's in one screen

    Hi Friends,
    I am not getting any output from the below code. Help me to achieve this.
    Regards,
    Viji.
    REPORT ZTEST_ALV1234567 .
    TYPE-POOLS: slis.
    * Tables
    TABLES: mara.
    TYPES: BEGIN OF ty_name,
            name TYPE char10,
            age TYPE i,
           END OF ty_name.
    TYPES: BEGIN OF ty_marks,
            sub1 TYPE i,
            sub2 TYPE i,
            total TYPE i,
           END OF ty_marks.
    TYPES: BEGIN OF ty_phone,
            phnum TYPE char10,
           END OF ty_phone.
    TYPES: BEGIN OF ty_addr,
            address TYPE char20,
           END OF ty_addr .
    * Output internal table
    DATA: itab TYPE TABLE OF ty_name,
          wa TYPE ty_name,
          itab1 TYPE TABLE OF ty_marks,
          wa1 TYPE ty_marks.
    * ALV Grid
    DATA: r_grid TYPE REF TO cl_gui_alv_grid,
          r_grid1 TYPE REF TO cl_gui_alv_grid,
          g_dock TYPE REF TO cl_gui_docking_container,
          g_dock1 TYPE REF TO cl_gui_docking_container,
          it_fieldcat TYPE lvc_t_fcat,
          it_fieldcat1 TYPE lvc_t_fcat,
          wa_fieldcat TYPE lvc_s_fcat.
    START-OF-SELECTION.
      wa-name = 'TEST01'.
      wa-age = '1'.
      APPEND wa TO itab.
      wa-name = 'TEST02'.
      wa-age = '2'.
      APPEND wa TO itab.
      wa-name = 'TEST03'.
      wa-age = '3'.
      APPEND wa TO itab.
      wa1-sub1 = '11'.
      wa1-sub2 = '22'.
      wa1-total = wa1-sub1 + wa1-sub2.
      APPEND wa1 TO itab1.
      wa1-sub1 = '22'.
      wa1-sub2 = '33'.
      wa1-total = wa1-sub1 + wa1-sub2.
      APPEND wa1 TO itab1.
      CALL SCREEN 100.
    *& Module STATUS_0100 OUTPUT
    * text
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'LISTOUT1'.
      SET TITLEBAR 'LIST1'.
      wa_fieldcat-fieldname = 'NAME'.
      wa_fieldcat-seltext = 'NAME OF THE STUDENT'.
      wa_fieldcat-coltext = 'NAME OF THE STUDENT'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-fieldname = 'AGE'.
      wa_fieldcat-seltext = 'AGE OF THE STUDENT'.
      wa_fieldcat-coltext = 'AGE OF THE STUDENT'.
      APPEND wa_fieldcat TO it_fieldcat.
      wa_fieldcat-fieldname = 'SUB1'.
      wa_fieldcat-seltext = 'SUBJECT1'.
      wa_fieldcat-coltext = 'SUBJECT1'.
      APPEND wa_fieldcat TO it_fieldcat1.
      wa_fieldcat-fieldname = 'SUB2'.
      wa_fieldcat-seltext = 'SUBJECT2'.
      wa_fieldcat-coltext = 'SUBJECT2'.
      APPEND wa_fieldcat TO it_fieldcat1.
      wa_fieldcat-fieldname = 'TOTAL'.
      wa_fieldcat-seltext = 'TOTAL'.
      wa_fieldcat-coltext = 'TOTAL'.
      APPEND wa_fieldcat TO it_fieldcat1.
      IF g_dock IS INITIAL.
        CREATE OBJECT g_dock
              EXPORTING repid = sy-repid
                        dynnr = sy-dynnr side = g_dock->dock_at_top
                        extension = 300.
        CREATE OBJECT r_grid
              EXPORTING i_parent = g_dock.
      ENDIF.
      IF g_dock1 IS INITIAL.
        CREATE OBJECT g_dock1
              EXPORTING repid = sy-repid
                        dynnr = sy-dynnr side = g_dock1->dock_at_bottom
                        extension = 300.
        CREATE OBJECT r_grid1
              EXPORTING i_parent = g_dock1.
      ENDIF.
        IF NOT itab[] IS INITIAL.
          CALL METHOD r_grid->set_table_for_first_display
                CHANGING it_outtab = itab
                         it_fieldcatalog = it_fieldcat.
        ENDIF.
        IF NOT itab1[] IS INITIAL.
          CALL METHOD r_grid1->set_table_for_first_display
                CHANGING it_outtab = itab1
                         it_fieldcatalog = it_fieldcat1.
        ENDIF.
    ENDMODULE. " STATUS_0100 OUTPUT
    *& Module USER_COMMAND_0100 INPUT
    * text
    MODULE user_command_0100 INPUT.
      CASE sy-ucomm.
        WHEN 'BACK'.
          LEAVE PROGRAM.
      ENDCASE.
    ENDMODULE. " USER_COMMAND_0100 INPUT
    *& Module EXIT INPUT
    * text
    MODULE exit INPUT.
      CALL METHOD g_dock->free.
      CALL METHOD g_dock1->free.
    ENDMODULE. " EXIT INPUT

    I am getting the output.. if you are not getting the output still then ....
    The issue is that you didn't uncomment the PBO and PAI modules. try to uncomment them and test it again.
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_0100.
    PROCESS AFTER INPUT.
    MODULE USER_COMMAND_0100.

  • Mpeg2 encoding problems, compressor 4

    When I compress any Quicktime file to mpeg2 using compressor 4.0.7 and/or 3.5 I get intermittent digitially distorted (square pixels) frames. Usually 1-2 frames per location.
    I've done multiple Quicktime exports from FCP (all 1920x1080 30P) with the same results.

    Trailpro wrote:
    FYI, I had the same problem originally with the 1080i export using compressor 4. It was a while ago and I believe I resolved the problem by using compressor 3.5. However that isn't working this time.
    AFAIK, 3.5 amd 4.x encode for DVD MPEG the same.
    Sounds like you used QuickTime Conversion to go out from FCP7? Generally, the preferred route is to do as little as possible to the sequence in exporting from FCP; which would mean, Export QT Current Settings.
    Another general comment: Interlaced material never looks great on a computer display, and if there is much motion, including pans and zooms, it can really look awful. But that doesn't mean you should de-interlace in FCP. A DVD player and/or the TV should be able to handle interlaced perfectly well. In that case, you would not do any software de-interlacing. Other times, one might decide it was still desirable to de-interlace; and in that case, Compressor will d a better job than FCP.
    It's also possible that what you're seeing is just artifacts that were introduced in down-scaling (amd changing pixel shape) from 1080 to 480 anamorphic. Setting he Resize Filter in Frame Controls to Best may cure that problem. In the preview window, mark a short section (that you know contains problem frames) with in and out point as a test and see whether that clears up the problem.
    Good luck.
    Russ

  • HELP... Clipboard not working in CS6 on Mac

    DESPERATELY NEED HELP.
    Just upgraded to Creative Cloud CS6 Photoshop on my Xeon Mac Pro, 16 gigs ram, tons of disk space, Mac OS 10.7 and when I take a screenshot I can't import it to Photoshop.
    I get the message that it could not import the clipboard because the file is not a TIFF.
    WHAT? I have been using PS since it was in Beta and NEVER had this problem before. How do I fix it??
    I'm desperate... I have work to do but I can't do it without importing screenshots from the clipboard. Reverting to CS3 isn't an option because I've upgraded to OS 10.7 and it no longer works. UGH...
    Thanks to anyone who can help... or who can tell me how to get through directly to Adobe to get a fix.
    Carol

    It sounds like something is wrong in the application that put the data on the clipboard.
    It is writing something that is supposed to be TIFF, but contains problems.
    This is probably not something that Adobe can fix - since the Macintosh clipboard works for others, and Photoshop is just reporting an error in the data given to it by another application.

Maybe you are looking for

  • 5 year old Imac running Snow Leopard with Boot camp.

    My IMac will not boot up when I turn on? The grey apple logo screen and Apple Jingle occurs but I get no desktop or Finder Window and the computer turns off after about 5 minutes of trying to start up. I inserted Snow Leopard Start Up Disk and tried

  • Can I connect a portable hard drive to an ipad 4 to play music?

    I am buying an ipad 4 for my wife as a present. At the moment we both use PCs as well as iphones to play music which we store on a portable hard drive which can then be moved between our PCs (we have different music tastes so have different itunes li

  • Why is the new iMac so hot to the touch????

    Was just at Best Buy checking out the new 27" iMac pentium i5's. Why are they so darn hot to the touch? Is this normal? How can that be a good thing? I need to know because this is the only thing preventing me from purchasing one. Thanks.

  • Thunderbolt latency?

    Hello everyone! I was going to buy a Mac Pro but would instead get a new MacBook Pro if there were any low latency network adapters available. It doesn't have to be available now but I would need it in the near future. Since Thunderbolt is a PCI Expr

  • SAP ERP 2005 ECC 6.0 with Windows 2000 Application Server

    Hi, We are currently running SAP 4.6C in iSeries model 570 OS V5R3. I would like to know after upgrade from 4.6C to ERP 2005 ECC 6.0 if we will gain any performance improvement by adding Windows 2000 Application Servers in our environment.  Second Qu