Events in lo cockpit

hi friends,
i hope every is doing good. i have got a doubt regarding LO Cockpit. when we are using LO Cockpit you can find some events under the extract structure. is they are similar like in ABAP or any difference. if they related to abap when they are going to triger while doing the  extraction.
           if some one gives me information that is going to be great for me.
thanks in advance.

Hi sree kanth,
we can create user events in SM62. In SM62, next to "User even names", click on Maintain and press Enter. Click on the Create icon to create a new event (let's call it ZEVENT).
Next, in your process chain, change the Start variant to be scheduled "After event", and put in ZEVENT for the event name. Also, click on the "Periodic job" at the bottom. This will automatically reschedule the jobs for the process chain after it executes.
Next, create an ABAP program (let's call it Z_EVENT_RAISE) to call the function module BP_EVENT_RAISE. You're code can look like this:
REPORT Z_EVENT_RAISE.
PARAMETERS: P_EVENT LIKE TBTCO-EVENTID.
CALL FUNCTION 'BP_EVENT_RAISE'
EXPORTING
EVENTID = P_EVENT.
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
This ABAP program will prompt for an event name, so you will need to create a variant (let's call it ZEVENT) which will save the value of the event name (also ZEVENT). You will need the variant name to be able to trigger the event in a batch job.
Now all you need is the batch job. Use tcode SM36 to create a batch job where you call the ABAP program (Z_EVENT_RAISE) using the variant (ZEVENT).
Note, SM64 only triggers an event manually.

Similar Messages

  • What are events in LBWE for a particular application  area

    hi ,
    I would like to know what are events in LBWE for a particular application area extract structures.
    What impact and how does it relate to BW/BI

    Hi
    There are lot of discusions on EVENT in SDN you can search and kindly look below links:
    Events in LO cockpit
    LBWE events
    events
    and so many other discussions
    http://forumsa.sdn.sap.com/search.jspa?threadID=&q=LBWE+EVENTS&objID=c4&dateRange=all&numResults=15
    Ravi

  • PR to SRM Sourcing Cockpit Issue

    In ECC, the ME_SOU* BADI is implemented to activate sending PR of type RV to go to SRM Sourcing Cockpit.
    The necessary Workflow Event Linkages are activated in ECC to send the PR to SRM.
    When the PR is released, it does not trigger the event to call the workflow. The event trace SWELS at the time of releasing the PR does not show any events triggered.
    Any thoughts here to resolve this issue?
    Thanks

    Hi Kasee,
    If you are going to transfer ECC PR to SRM via SOA, the following steps should be configured well in ECC side:
    1, LOG_MM_P2PSE_1 should be activated via trx SFW5 in ECC side;
    2, implement BADI ME_REQ_SOURCING_CUST;
    3, go to trx SWETYPV and check if the following objects are existing:
    BUS2015 RFXREQUESTED
    BUS2105   SOURCINGREQUESTED
    4,activate outbound message as below:
    (ERP) Transaction SPRO -> Other mySAP.com components->Supplier Relationship Management->
    Message Control-->Activate outbound messages through qRFC
    BUS2015 RFXREQUESTED
    BUS2105   SOURCINGREQUESTED
    5, configure RFC destination for workflow system
    6,configure RFC destination for SAP XI
    7, create SU01 XI user
    8, trx olme: Portal  >Set Up Landscape
    9, trx smqr: MMPURS_BUS2105_* should be registered.
    XML message should be triggered after this.
    You may also refer to the following notes:
    note 1263876
    note 1268336
    Hope this helps.
    Regards,
    Ivy

  • Error "No extraction structure for event I3" running set up 2LIS_17_I3HDR

    Hi, Experts:
    I am trying to activate and run set up datasource for PM 2LIS_17_I3HDR, so that data can be extracted from R/3 into BW 3.5 system.
    In R/3 environment, we have 2 clients. client 200 for configurations but has no data, and client 230 has data but can not change configurations.
    I have done the following in client 200:
    - Activated datasources for for PM 2LIS_17_I3HDR in RSA5.  
    - Made selection in RSA6.
    - Activated extract structures and datasource for application 17 in LBWE and also ran job control. Now I can see the extract structures for application 17 are active in client 200 only, but inactive in client 230. I tried to turn then active in client 230 but got error "Client 230 has status not modifiable".
    - I assume I should run set up tables in client 230 because it is the client with data in tables? But when run set up in OLIIBW, I got the error "
       No extraction structure for event I3: Messages active
       Message no. MCEX106
       Diagnosis
       You called the setup for the extractor structures of application '17' (Plant Maintenance). However no extractor structure is active for event I3 (messgaes).
       System Response
       Data for event I3 is not transferred to the BW interface.
       Procedure
       First activate the desired extractor structures for application '17' using the Customizing Cockpit and then start the setup again."
    - I can not manually activate extract structures in client 230 because it is not modifiable. I tried moving transports, the path is not set up. I see extract structures for other applications like 11, 13 are active. So I guess there may be other ways to activate the extract structures in client 230.
    - I also tried to run set up in client 200, which has extract structures for 17 in active status. But got the same error as client 230.
    Would anyone please help me with what to do to fix this?
    Thanks,
    Jenny
    Edited by: Jenny Chen on Oct 29, 2009 6:38 AM

    Hi, thanks for the reply!
    Just update for what we did to solve this. Both clients are for development. Client 200 is only for configuration but no data. Client 230 has data but not modifiable. Usually, when we create a structure, table, program, or active anything in 200. We will see it in 230 right away without transports. But this is not the case for activating extract structure for datasource from Business Content. We end up having Basis guy manually activate the structure for us directly in client 230 with transaction LBWE. That worked.
    Thanks,
    Jenny

  • How to include events for LO

    Hi,
    Is there a way to include events for standard LO data sources ?
    There are a list of events that are available for 2LIS_02_ITM and it records all the delta changes as per the events.For 2LIS_02_SCN there is only one event available which triggers only when a purchase order is saved or changed. But since there is no event available for GRn and Invoice reciept for this content no changes are recorded when a GR is done for a Purchase order.
    I wish to include events for 2LIS_02_SCN same as 2LIS_02_ITM, is there a way to do so ? Thanks.

    Hi,
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    LOGISTIC COCKPIT DELTA MECHANISM - Episode two: V3 Update, when some problems can occur...
    LOGISTIC COCKPIT DELTA MECHANISM - Episode three: the new update methods
    LOGISTIC COCKPIT - WHEN YOU NEED MORE - First option: enhance it !
    LOGISTIC COCKPIT: a new deal overshadowed by the old-fashioned LIS ?
    differences between LIS & LO
    lis and los
    LIS &LO
    Drawbacks of LIS  compare to LO
    Difference between various queues
    difference b/w lo&lis
    Business Content and other extractors : difference?
    Also go through this link to know the procedure step by step
    http://www.sap-img.com/business/lo-cockpit-step-by-step.htm
    Use LO job control /LBWE to schedule V3 jobs.
    LO-JOB CONTROL
    job controls
    LO-JOB CONTROL
    Delta Job Control
    LO Cookpit: when to set Job Control?
    Regarding Job Control in LBWE for Dueued Delta
    Job control
    job control
    Job Control
    Job control
    job control
    LBWQ and RSA7
    question on LBWQ and RSA7
    RSA7 Delta queues
    RSA7 Delta queues
    full update
    For advantage of LO over LIS, go through this thread
    Lo extraction

  • Assert condition failed when saving freight unit planning in transportation cockpit

    Hi all,
    I can successful complete Transportation Proposal and Optimizer Planning for freight Unit in Transportation cockpit. But when I am trying to save the freight Unit in Transportation cockpit, system is giving me dump "ERROR: The ASSERT condition was violated. (termination: RABAX_STATE)"
    ST22 showing  /SCMTMS/CL_BUFVAR_DISPATCHER==CP      Assertion failed
    Details of Active calls/Event in ST22
    35 METHOD       /SCMTMS/CL_BUFVAR_DISPATCHER==CP    /SCMTMS/CL_BUFVAR_DISPATCHER==CM005   116
        /SCMTMS/CL_BUFVAR_DISPATCHER=>/BOBF/IF_FRW_BUFFER~MODIFY
    34 METHOD       /BOBF/CL_FRW==================CP    /BOBF/CL_FRW==================CM00K  1173
        /BOBF/CL_FRW=>DO_MODIFY
    33 METHOD       /BOBF/CL_FRW_INT_ACCESS=======CP    /BOBF/CL_FRW_INT_ACCESS=======CM002    45
        /BOBF/CL_FRW_INT_ACCESS=>END_MODIFY
    32 METHOD       /BOBF/CL_FRW==================CP    /BOBF/CL_FRW==================CM00E   861
        /BOBF/CL_FRW=>DO_DETERMINATIONS
    31 METHOD       /BOBF/CL_FRW==================CP    /BOBF/CL_FRW==================CM01C   274
        /BOBF/CL_FRW=>/BOBF/IF_FRW_SERVICE_LAYER~FINALIZE
    30 METHOD       /BOBF/CL_LIB_DELEGATION_BOPF==CP    /BOBF/CL_LIB_DELEGATION_BOPF==CM00E    12
        /BOBF/CL_LIB_DELEGATION_BOPF=>/BOBF/IF_FRW_DELEGATION~FINALIZE
    29 METHOD       /SCMTMS/CL_BUFVAR_DODELEGATIONCP    /SCMTMS/CL_BUFVAR_DODELEGATIONCM004     6
        /SCMTMS/CL_BUFVAR_DODELEGATION=>/BOBF/IF_FRW_DELEGATION~FINALIZE
    28 METHOD       /BOBF/CL_FRW==================CP    /BOBF/CL_FRW==================CM01C   246
        /BOBF/CL_FRW=>/BOBF/IF_FRW_SERVICE_LAYER~FINALIZE
    27 METHOD       /BOBF/CL_TRA_SERVICE_MGR======CP    /BOBF/CL_TRA_SERVICE_MGR======CM00P    23
        /BOBF/CL_TRA_SERVICE_MGR=>/BOBF/IF_TRA_SERV_MGR_TRANSACT~FINALIZE
    26 METHOD       /BOBF/CL_TRA_TRANSACTION_MGR==CP    /BOBF/CL_TRA_TRANSACTION_MGR==CM001    60
        /BOBF/CL_TRA_TRANSACTION_MGR=>FINALIZE
    25 METHOD       /BOBF/CL_TRA_TRANSACTION_MGR==CP    /BOBF/CL_TRA_TRANSACTION_MGR==CM00S    63
        /BOBF/CL_TRA_TRANSACTION_MGR=>/BOBF/IF_TRA_TRANSACTION_MGR~SAVE
    24 METHOD       /BOFU/CL_FBI_CONTROLLER_NEW===CP    /BOFU/CL_FBI_CONTROLLER_NEW===CM00D    22
        /BOFU/CL_FBI_CONTROLLER_NEW=>IWCI_IF_FPM_TRANSACTION~SAVE
    23 METHOD       /SCMTMS/CL_UI_CONTROLLER_PLN==CP    /SCMTMS/CL_UI_CONTROLLER_PLN==CM00L    63
        /SCMTMS/CL_UI_CONTROLLER_PLN=>SAVE_PLANNING
    22 METHOD       /SCMTMS/CL_UI_CONTROLLER_PLN==CP    /SCMTMS/CL_UI_CONTROLLER_PLN==CM00N    41
        /SCMTMS/CL_UI_CONTROLLER_PLN=>HANDLE_ACTIONS
    21 METHOD       /SCMTMS/CL_UI_CONTROLLER_PLN==CP    /SCMTMS/CL_UI_CONTROLLER_PLN==CM00A    16
        /SCMTMS/CL_UI_CONTROLLER_PLN=>IWCI_IF_FPM_APP_CONTROLLER~AFTER_PROCESS_EVENT
    20 METHOD       /1BCWDY/03N7LCDLX3EFC4K580SF==CP    /1BCWDY/B_03N7LCDLX3EFC4K580YR        689
        CL_COMPONENTCONTROLLER_CTR=>AFTER_PROCESS_EVENT
        Web Dynpro Component          /BOFU/WDC_FBI_CONTROLLER
        Controller                    COMPONENTCONTROLLER
    19 METHOD       /1BCWDY/03N7LCDLX3EFC4K580SF==CP    /1BCWDY/B_03N7LCDLX3EFC4K580YR        119
        CLF_COMPONENTCONTROLLER_CTR=>IWCI_IF_FPM_APP_CONTROLLER~AFTER_PROCESS_EVENT
        Web Dynpro Component          /BOFU/WDC_FBI_CONTROLLER
        Controller                    COMPONENTCONTROLLER
    18 METHOD       CL_FPM========================CP    CL_FPM========================CM00G   101
        CL_FPM=>CALL_UIBB_PROCESS_EVENT
    17 METHOD       CL_FPM========================CP    CL_FPM========================CM005    46
        CL_FPM=>PROCESS_EVENT
    16 METHOD       CL_FPM========================CP    CL_FPM========================CM00C    33
        CL_FPM=>RUN_EVENT_LOOP
    15 METHOD       CL_FPM========================CP    CL_FPM========================CM002     5
        CL_FPM=>IF_FPM~RAISE_EVENT
    14 METHOD       /1BCWDY/03N7LCDLX3EFC3O22W8A==CP    /1BCWDY/B_03N7LCDLX3EFC3O22XGJ       1412
         CL_PAGE_HEADER_CTR=>ONACTIONACTION
         Web Dynpro Component          FPM_OVP_COMPONENT
         Controller                    PAGE_HEADER
      13 METHOD       /1BCWDY/03N7LCDLX3EFC3O22W8A==CP    /1BCWDY/B_03N7LCDLX3EFC3O22XGJ        581
         CLF_PAGE_HEADER_CTR=>IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER
         Web Dynpro Component          FPM_OVP_COMPONENT
         Controller                    PAGE_HEADER
      12 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM006     6
         CL_WDR_DELEGATING_VIEW=>INVOKE_EVENTHANDLER
      11 METHOD       CL_WDR_ACTION=================CP    CL_WDR_ACTION=================CM00A    38
         CL_WDR_ACTION=>IF_WDR_ACTION~FIRE
      10 METHOD       CL_WDR_WINDOW_PHASE_MODEL=====CP    CL_WDR_WINDOW_PHASE_MODEL=====CM00U    95
         CL_WDR_WINDOW_PHASE_MODEL=>DO_HANDLE_ACTION_EVENTS
       9 METHOD       CL_WDR_WINDOW_PHASE_MODEL=====CP    CL_WDR_WINDOW_PHASE_MODEL=====CM002    95
         CL_WDR_WINDOW_PHASE_MODEL=>PROCESS_REQUEST
       8 METHOD       CL_WDR_WINDOW=================CP    CL_WDR_WINDOW=================CM00V    12
         CL_WDR_WINDOW=>PROCESS_REQUEST
       7 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00I    77
         CL_WDR_MAIN_TASK=>EXECUTE
       6 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00U     6
         CL_WDR_MAIN_TASK=>IF_WDR_RUNTIME~EXECUTE
       5 METHOD       CL_WDR_CLIENT_ABSTRACT_HTTP===CP    CL_WDR_CLIENT_ABSTRACT_HTTP===CM01C   114
         CL_WDR_CLIENT_ABSTRACT_HTTP=>HANDLE_REQUEST
       4 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00J    85
         CL_WDR_MAIN_TASK=>IF_HTTP_EXTENSION~HANDLE_REQUEST
       3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM00I   627
         CL_HTTP_SERVER=>EXECUTE_REQUEST
       2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                     1218
         HTTP_DISPATCH_REQUEST
       1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13
         %_HTTP_START
    Any help will be appreciated
    Thanks and regards
    Shambhu Sarkar

    Hi Shambhu,
          When i see the assert,i feel there is some problem at the determination. Whether you have implemented any custom determination of your own? 
          No issues, Place the break-point at the assert and check the call stack and find the which determination is that?
    Thanks,
    Dinesh

  • BI Administrator Cockpit within SAP Portal: no data will be shown

    Hi!
    I have installed the BI Administrator on my Portal and configured the settings for SAP BW system.
    The activation cockpit on SAP BW runs with some errors.
    Unfortunately when I logging on Portal all the content of my SAP BW system under BI Administrator is empty.
    How can I trace the error?
    Thank you very much!
    regards

    HI
    You can call the BI Administration Cockpit from the BI Administration 1.0 business package in SAP Enterprise Portal
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90080703-4331-2a10-cd98-9c1e95acdea0
    https://www.sdn.sap.com/irj/sdn/howtoguides
    https://www.sdn.sap.com/irj/sdn/event/webinars?rid=/library/uuid/d09864c5-0bb0-2910-8e8a-a306a886dcd9
    http://help.sap.com/saphelp_nw04s/helpdata/en/48/bc406a800a4226951dcc57428e03f2/frameset.htm
    BI ADMINISTRATION COCKPIT
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50f95b21-7fb8-2910-0c81-f6935d4c654b
    Also Check the Note 934848 - Collective note: (FAQ) BI Administration Cockpit
    Hope it helps

  • SRM7 - Sourcing Cockpit steps and FPM

    Hi all gurus,
    in SRM7 there's a sourcing cockpit for purchase requisitions which is basically split in 4 main steps:
    - in the first one (which corresponds to a specific WebDynpro/view) the user cah search for a PR; after the results are retrieved, the user can select PR's positions and proceed to the second step;
    - the second step (second WD) represents the user's workarea; here positions from one or more PR can be selected to create a following document (contract or purchase order);
    - the third step (third WD) let the user specify in depth which document should be made (e.g., the specific type of the contract);
    - the fourth step (fourth WD) shows which document has been created.
    By standard, navigation between steps (in both directions, as the user can go back from step 2 to step 1 and so on) is implemented via FPM buttons (e.g, NEXT_STEP).
    In my task I have to work on step 2, and these are the requirements: each time the user goes from step1 to step2 (with some positions, of course) I have to perform a sketch of code.
    The code is ready and works, but don't kwon how to restrict the execution on the clause "each time the user goes from step1 to step2" because:
    - WDDOINIT of step2 is triggered only once, so it works for the first time  the user goes from step1 to step2. If the user goes back to step1 and then proceed to step2, the code isn't triggered anymore.
    - WDDOMODIFYVIEW of step 2: quite similar as before. Using the FIRST_TIME parameter I can execute correctly the code when the user proceed to step2, but if he goes back and then again to step2 the code isn't triggered anymore.
    Outside the IF FIRST_TIME = 'X' condition is not a solution as well, since we'd like the code to be executed only when stepping from step1 to step2.
    I guess the solution could be something related to FPM world, but I'm absolutely not an expert of it so I kindly ask for help to you gurus.
    Thanks for your support.

    Saravanan, I've seen that PROCESS_EVENT method for componentcontroller; when I pass from step1 to step2, that method is executed 3 times and in each run mv_event_id is set as follows:
    1) REFRESH_TOOLBAR
    2) RENAME_STEP
    3) RENAME_STEP
    well, actually I passed from step 1 to step 2 exactly two PR items, that could explain redundancy in 2) and 3).
    Anyway... time to go deeper in the specs I guess, as I don't see a path to find a solution using the componentcontroller.
    My task is to remove the initial lead selection from the table that contains PR items in step2.
    This seemed to be straightforward by removing the initialization of the lead selection from the context node which represents the table (even though this is a custom modification of a standard WD).
    However, that did not work as the standard Webdynpro/view itself has been made on the specific assumption that a leadselection ALWAYS exists; it is used to initialize some properties on the table, so if I remove that "Initialization Lead Selection" flag the standard code dumps.  So, this cannot be a solution.
    However, I've seen that once the lead selection has been set and the screen has been rendered, the user can un-select it via CTRL+left click on the selection column.
    I debugged a bit and was able to reproduce via code that behaviour; no more dumps. Here's the code (actually I put it in a post exit of  WDDOMODIFYVIEW, when FIRST_TIME = 'X'.. not a solution anyway, as I explained before):
    DATA:  lon_soco_workarea           TYPE REF TO if_wd_context_node.
        DATA:  lead_selelement             TYPE REF TO if_wd_context_element.
        DATA:  idx TYPE i.
        lon_soco_workarea = wd_context->get_child_node( name = 'SOCO_WORKAREA' ).
        CALL METHOD lon_soco_workarea->get_lead_selection
          receiving
            element = lead_selelement
        DATA wpr TYPE TABLE OF wdr_event_parameter.
        DATA wpr1 TYPE  wdr_event_parameter_list.
        DATA dref TYPE REF TO data.
        DATA nullref TYPE REF TO data.
        DATA did TYPE REF TO data.
        DATA didx TYPE REF TO data.
    * Get element index - redundant, cause it's = wa_item_indexes-index
        CALL METHOD lead_selelement->get_index
          RECEIVING
            my_index = idx.
    * Getting reference to DATA generic datatype in order to
    * define a custom event parameters for the lead selection
        CREATE DATA dref TYPE REF TO if_wd_context_element.
        GET REFERENCE OF lead_selelement INTO dref.
        CREATE DATA nullref TYPE REF TO if_wd_context_element.
        CREATE DATA did TYPE REF TO string.
        DATA: idstring TYPE string VALUE 'WA_TABLE'.
        GET REFERENCE OF idstring INTO did.
        CREATE DATA didx TYPE REF TO i.
        GET REFERENCE OF idx INTO didx.
    * Creation of custom wpr1 event
        DATA wps TYPE wdr_event_parameter.
        DATA newevt TYPE REF TO cl_wd_custom_event.
        wps-name = 'ID'.
        wps-value = did.
        INSERT wps INTO TABLE wpr1.
        CLEAR wps.
        wps-name = 'CONTEXT_ELEMENT'.
        CLEAR wps-value.
        INSERT wps INTO TABLE wpr1.
        CLEAR wps.
        wps-name = 'ROW'.
        wps-value = didx.
        INSERT wps INTO TABLE wpr1.
        CLEAR wps.
        wps-name = 'NEW_ROW_ELEMENT'.
        wps-value = nullref.
        INSERT wps INTO TABLE wpr1.
        CLEAR wps.
        wps-name = 'OLD_ROW_ELEMENT'.
        wps-value = dref.
        INSERT wps INTO TABLE wpr1.
        CLEAR wps.
        CREATE OBJECT newevt             "pass this event to that method.
         EXPORTING
           name = 'REMOVE_SEL'
           parameters = wpr1.
        wd_this->mo_dom_soco_gaf2->/sapsrm/if_cll_do_tree_mapper~handle_lead_select( newevt ).
    * for other lead selection related actions
        wd_this->mo_dom_soco_gaf2->additional_act_on_lead_sel( io_wdevent = newevt ).
    Problem: this code is related to the view's table management, how could I port such code to the componentcontroller? My guess is it's not possible; I should find a way to execute this code only "every time user switch from step 1 to step 2", maybe  I could raise a "sign" from the method PROCESS_EVENT that i could catch in WDDOMODIFYVIEW?
    Any help as always's welcome.

  • KPI cockpit : modelling question

    Hi,
    We are making a KPI cockpit in the Visual Composer based on BW keyfigures. In our application we have 4 tables in which we show the keyfigures based on different queries. Thus in one table we show multiple keyfigures from multiple queries thanks to the "union" operator. In the first column we show the different keyfigures (from different queries), in the next colums we show the values and trends
    This is how one of our table looks
    Key figure     Value           Trend          Exception
    Net Value     100 €            Down         Red
    Weight         20 Kg           Up             Green
    Headcount   25                 Same         Yellow
    The keyfigures above originate from different queries (co-pa, hr,...)
    But, now we'd like to offer drilldown possibility from the tables to detail queries and/or webreports but our biggest problem is that the target report is fully dependend on the keyfigure row that is selected from the table. Is it possible to create a model in VC in which the target report choosen is dependend on a certain row that is selected in the table ?
    thanks for your feedback

    Hi Double U,
    I'm not sure whether I fully understood your problem. Getting a row index from a table is not possible (e.g. row 3 is selected). Still you can distinguish by using the table field "Key_figure" in guard conditions. I don't know how you plan to invoke your reports, but you might do the following. Drag four connectors from the out-port of your table. An event listener for the "select"-event should be generated automatically. For every connector you define a special guard condition. For example:
    "IF(@key_figure=="Net Value",true,false)"
    would be the guard condition on the connector to your Detail Report on Net Value.
    In case this is not what you plan to do, please provide us with more details.
    Best regards,
      Benni

  • Setup new cockpit for different company

    Dear Forum,
    To make new cockpit for differebt company, i see the steps that to be needed :
    below is how to install dashboard for multiple companies on the server.
    1) create new SLDs (with new IDs)
    2) export com.sap.b1i.dashboards BizStore
    3) fix Info.xml, Deployments package, copy old dashboards and set them new names with corresponding IDs.
    4) import new package to BizStore
    5) Set Up event sender with new companies
    6) In the Integration Framework -> Scenarios -> Scenario Package Setup:
    6.1) turn sap.Xcelsius scenario off
    6.2) push button Sender, activate new companies
    6.3) turn sap.Xcelsius on
    7) disable dashboards and cockpit in target companies
    8) re-start event-sender, Integration Service
    9) enable cockpit and dashboards in target companies.
    no 1 i already done and test connection ok, but no 2 - 5 how to do it? which module i use it?

    Dylan,
    For step #2, you need to open the B1if Tools and there you will have an option on the to export different aspects of the BizStore.  There is a drop-down for what you want to export.
    Once exported, you then need to use an xml editor to make the changes and then once done re-import the changed files.  You setup the new company information in the SLD option in B1if.
    Hope that helps,
    Eddy

  • LO-Cockpit advantages over LIS

    Hi all,
    Can anyone please tell me how LO-Cockpit is better than LIS.  I dont' have knowledge of R/3, I read Negro's answer in the forum, but not really clear about the advantages.
    1.  Detailed Extraction: extraction can be deactivated (e.g. Schedule Line Data) leads to leaner extractors with less volume.
    Is this because the extraction for LIS is done on the Statistical tables and not the application tables.  Statistical tables might not have all the fields compared to application tables since they are used only for reporting purposes.  What does "extraction can be deactivated, leads to learner extractors with less volume mean?
    2.  Document Changes: only BW-relevant data changes will be updated (less upload volume).
    Even with LIS we can pull delta with the two tables SnnnBIW1 and SnnnBIW2.  So how is LO adv compared to LIS in this respect?
    3.  No LIS-Know How necessary
    What does this mean?
    4.  LIS-Tables are not updated reduced data volume due to avoided redundancy.
    what does this mean?
    I appreciate your help.
    Thanks,
    Sabrina.

    Bernd,
    in what you write there is already (and quite evident) an answer (or better, a possible methodological criticism approach):
    1) "If you create self-defined info structures"....you can obtain the same result granted by STANDARD logistic cockpit datasources...
    2) "with self-defined info structures, events and updating groups you can do the same or better in LIS"...
    3) "training courses for the LIS"...
    It's evident that we have to compare STD functionalities (the same starting points) and not what we can achieve with several (more or less complex) customizations.
    If you believe that obtaining a certain level of result with no effort thanks to LC (as a starting point) and the same result but with self-defined infostructures, custom events, new updating groups, training courses, modifications of the standard and so on it's the same (and for this reason you say that those "real advantages" are not significant)....ok, everyone is free to say what he wants !
    Everybody (working with BW) knows that there will be no further developments in LIS extraction and related STD datasources are already no longer maintained (in fact, people says "OLD lis datasource"...), but, in my opinion, if a beginner asks why LC replaced LIS (and it's the same to ask what are the advantages of this change, because I hope that SAP replaces something with something new because there will be some advantages or some less disadvantages, compared with the old one),it is a self-evident truth to say that LIS is old and no longer maintained and LC is the future and don't offer any profit to our BW beginner that are trying to better understand the reason of what happened and don't render unto Caesar that which is Caesar's !
    I'm almost amused that you are showing your badge of rank ("I have been the responsible developer...")...
    I pay tribute to your experience, but what I wrote simply comes not from me (I'm an ordinary BW consultant) but from a transcript of a know-how conference call ("Logistics Extraction Cockpit" September 14, 2000/10:00 a.m. CDT) and, to be more specific, from one of your colleaugues, Nicolai Unterbarnscheidt from the European RIG, the Regional Implementation Group for BW.
    If you want I can send to you this document so you can reach an agreement with Nicolai.
    Nice to meet you !
    Bye,
    Roberto

  • "Normal" events

    hi all,
    is there a possibility to handle "normal" events raised by a class instance using the directive "raise event xy" (sender) respectively by the handler method and the directive "set handler xy for abc"?
    i have a sapgui based cockpit, which consists of hundreds of classes and which uses events for interoprationen between the different components. i'd like to adapt this framework to web dynpro, but i did not yet find a way to listen to these event.
    any ideas?
    thx in advance
    fabian

    Hi thomas,
    I've understood correctly that a assistance class can be used to communicate between SAPGUI and WD?
    I have almost spend two days for searching after a solution about this, but couldn't find one, yet.
    Because I don't know how to exchange a object reference between SAPGUI und WD.
    I tried shared objects, but there I can't store a object reference.
    If I understood you correctly, my assistance class handle the event from the OO Framework (SAP GUI) and call a method of my web dynpro component. But therefor my assistance class needs the object reference which raise the event so that the event handler in the assistance class can be registred. correct?
    How can I pass this reference to my assistance class?
    Can I create a instance of my assistance class in OO Framework (SAP GUI) an use the same instance in my web dynpro?
    Thanks,
    Florian

  • Diaplying cockpit frame through url

    hi all,
    we have created a management cockpit with walls,logical view and frames in SEM 3.5.
    In logical view there are 5-6 frames.
    Now our requirement is that we have to give individual urls of frame to the user. By clciking on that url the user should be able to see the respective frame only not the whole cockpit.
    For eg: the url of frame is :
    http://trexsvr.tatachemicals.com:8001/sap/bsp/sap/sem_mc/frames.htm?event=frame_selected&id=311
    we expect that the through this url the frame should open.
    But when i give this url in browser it opens the whole cockpit heirarchy with the following url:
    http://trexsvr.tatachemicals.com:8001/sap/bc/bsp/sap/sem_mc/cockpit_hierarchy.htm?width=925&height=768
    Please suggest how could we proceed to meet the requirement.
    Thanks in advance.
    regards,
    Yogesh

    We had the same issue except SEM version is 4.0.  Maybe the same configuration will apply.  Check out SAP note 624605.
    Hope it helps.
    Mike

  • Training and Event Management - report on list of cancelled courses

    Hi All,
    Is there any standard report available to get the list of cancelled courses (be it business event grp , type or business event) Would appreciate your inputs on this.
    Kind regards
    Sathya

    S_AHR_61016216 - Cancellations per Attendee , i think there is no standard report for cencelation of business events, type and group.
    for cancellations per attendee reports is available in the system.
    good luck
    Devi

  • How can I see Calendar event END times at a glance?

    How can I display my Calendar event titles exactly as I type them? I do not want Calendar to remove duration from the titles of my events. Otherwise I can't see event END times at a glance in month view; only start times. How can I "trick" Calendar to just show my titles as I type them - as I always could before I upgraded. I used to be able to enter "Seminar 9am-5:45" and it would appear that way regardless of how or what I chose to enter (or not enter) for duration.
    I am running OSX 10.9.3.

    It's a bit weird, but if you type in the time info TWICE into the event title then Calendar uses/deletes one of them to populate the event details and leaves the other.
    Apple - Mac OS X - Feedback

Maybe you are looking for