Is Job Control required for Full Dataloads in LO Cockpit

Is Job Control required for Full Dataloads in LO Cockpit
Points will assigned for every useful answer.
regards,
AVNEET

No, Job control is required only for delta records
Why?
When you do full update/Initilization of delta, the system directly goes to the setup tables (note that setup tables are filled from applications tables using statistical setup) and gets the data to the data targets. Normally, you go with this option to get all the historical data which is present in the applications tables.
So, when you peformed init, all the historical data till today are moved to the BW system. Now, how are your delta records( records which are created/modified after your init) moved?
It depends on the update option you have selected in the LO cockpit
if you go with Direct Delta : All the delta records are posted directly to the Delta Queue(RSA7). In this case, Job control is not required.
2. If you go with Queue Delta : All the delta records are first posted to Extraction Queue (LBWQ) and from here records are moved to RSA& using Job Control.
3. If you go with Unserialized V3 update : All the delta records are first posted to Update tables (SM13) from there records are moved to RSA7 using again Job control.
So, all the delta records must be moved to RSA7 from where the bw system picks it delta records.
Thanks
Vj

Similar Messages

  • New copy control requirement for deliveries

    Hi
    I am trying to create new copy control requirement for deliveries in VOFM tcode. when i enter 901 and enter it is asking for access key. is it that we nned to et access for creating custom requirements also or am i doing somehting wrong.?
    thanks
    sankar

    Hi Sankara,
    The number space between 500 and 999 is customer space for defining the routines. since you want to define a custom rotuine
    you need to get the access key from sap for that.
    the access key will be generated for the 901 routine that you want to develop
    reward if helpfull
    Thanks
    Akasha

  • How to make JOB CONTROL setting for delta extraction in Production system .

    Hello All,
    We are in the process to transport our development to PD server in BI . We have transported the data sources to ECC production and now we are filling the setup table for " SD BILLING BW " . After filling Setup table data in full mode through infoPackage we have to load data in delta mode .    
    How we can set our Update mode(LBWE setting) in PD server ?
    Is LBWE  T.Code authorisation required in ECC PD server to make the setting of Update mode   or   We have to set all  Job Control Paramater in Dev System at the time of transport the datasource request to ECC production .  Is our time which is set in job control of  ECC development  will be reflected in ECC production ?
    can any body tell me about how to make setting for delta extraction in Production system .
    Thanks ...

    Hi,
    How do you load the data in the development system?
    - you set up the update mode in the infopackage. There you must customize "Initialization"
    - you have to filled the setup table in the production system without laoding the data in the BW? then this step was for nothing. Filling the setup table and do the INIT in the BW, this must be together - during no changing will be done in your R/3 SD.
    Sven

  • SQL Query Assistance Required for Full Outer Join

    Hi,
    Lets say I have two tables, i.e:
    TAB_A (colA1, colA2, colA3, colA4)
    TAB_B (colB1, colB2, colB3, colB4) where colB2 is a FK to colA1
    I am after an SQL query that will cater for both the following two scenarios.
    Scenario 1:
    TAB_A has two rows of data, i.e
    (1, ABC100, 1, WG_A)
    (2, ABC100, 2, WG_B)
    TAB_B has one row of data, i.e
    (1, 1, EMP_222, 4)
    I use the following SQL:
    select a.*, b.*
    from tab_a a FULL OUTER JOIN tab_b b ON (a.colA1 = b.colB2)
    where a.colA2 = 'ABC100'
    This returns two rows:
    1, ABC100, 1, WG_A, 1, 1, EMP_222, 4
    2, ABC100, 2, WG_B
    Now, what I actually would like my query to do is actually only return the row where a tab_b record exists, i.e, should only return one record:
    1, ABC100, 1, WG_A, 1, 1, EMP_222, 4
    This I can achieve by using a RIGHT OUTER JOIN instead above, but this causes issue with my scenario 2, which is the following set-up
    Scenario 2:
    TAB_A has only one row of data this time, i.e
    (2, ABC100, 2, WG_B)
    TAB_B has no data at all this time
    This returns no rows but I actually now want this single record from tab_a returned.
    I basically require an SQL query that will cater for both the top 2 scenarios, i.e, if a tab_b record exists from the outer join then only return this record along with tab_a data. If a tab_b record doesn't exist, then only return the tab_a record.
    Hope the above makes sense.
    Thanks.

    Is it what you need (not very elegant) ?
    SQL> select * from t_outer;
            ID CODE
             1 100
             2 100
    SQL> select * from t_inner;
    no rows selected
    SQL> with tab1 as (
      2  select a.id a_id, a.code, b.id b_id from t_outer a join t_inner b on
      3  (a.id = b.id and a.code = '100'))
      4  select * from tab1
      5  union all
      6  select a.*, null from t_outer a where not exists (
      7  select 1 from tab1)
      8  and a.code = '100'
      9  /
          A_ID CODE             B_ID
             1 100
             2 100
    SQL> insert into t_inner values(2);
    1 row created.
    SQL> with tab1 as (
      2  select a.id a_id, a.code, b.id b_id from t_outer a join t_inner b on
      3  (a.id = b.id and a.code = '100'))
      4  select * from tab1
      5  union all
      6  select a.*, null from t_outer a where not exists (
      7  select 1 from tab1)
      8  and a.code = '100'
      9  /
          A_ID CODE             B_ID
             2 100                 2
    Rgds.

  • Any special license required for full AXI BFM IP generation?

    Hello,
    I need an AXI BFM (master and slave) to test my multi-master, multi-slave environment. So I generated the AXI4-Lite BFM using Coregen.
    Coregen --> AXI Infrastructure --> AXI Bus Functional Model (v2.1)
    But I found only the following files are generated...
    cdn_axi3_example_memory_model_test.v
    cdn_axi3_example_tb.v
    cdn_axi3_example_test.v
    cdn_axi4_example_memory_model_test.v
    cdn_axi4_example_tb.v
    cdn_axi4_example_test.v
    cdn_axi4_lite_example_memory_model_test.v
    cdn_axi4_lite_example_tb.v
    cdn_axi4_lite_example_test.v
    cdn_axi4_streaming_example_tb.v
    cdn_axi4_streaming_example_test.v
    cdn_axi_test_level_api.v
    Among the above the following are of interest to me...
    cdn_axi4_lite_example_memory_model_test.v
    cdn_axi4_lite_example_tb.v
    cdn_axi4_lite_example_test.v
    When I took a look into cdn_axi4_lite_example_tb.v, I found that instances of 'cdn_axi4_lite_master_bfm' and 'cdn_axi4_lite_slave_bfm' *NOT generated*. Actually I was expecting Coregen to generate these two (the instiantiation of the master I would have repached by my own model).
    My question is why were these not generated. Is it not part of the package or is a special license required?
    Our server already has the license for ISE 14.4.
    The info message on the AXI BFM @ Coregen says...
    "The AXI BFM solution is an optional product that is purchased separate from the ISE software. Licensing is handled through the standard Xilinx licensing scheme. A new license feature, XILINX_AXI_BFM, is needed in addition to the standard ISE license features."
    So is it because of the unavailability of the license feature XILINX_AXI_BFM that something like cdn_axi4_lite_slave_bfm.v or cdn_axi4_lite_master_bfm.v is not being generated?
    How can I ensure that the Xilinx license we have doesn't have this feature?
    Is it also alo true for the XPS flow?
    Because I read in the doc ds824_axi_bfm.pdf
    "This section only applies to AXI BFM cores that are instantiated inside the EDK XPS project with the following
    requirements:
    • Xilinx EDK and AXI BFM Licenses
    • Supported simulator"
    Thanks,
    dp

    Hi,
    Check this.
    http://www.xilinx.com/products/intellectual-property/do-axi-bfm.html
    http://www.xilinx.com/support/answers/55464.html
    http://www.xilinx.com/support/answers/41485.html

  • System requirements for new 3D text

    Just to point out that the system requirements for full 3D titles has been updated,
    256MB of VRAM (1GB recommended for 4K editing and 3D titles)
    My mid-2012 MBP has only 512k

    hey, 
    Mac OS
    Multicore Intel processor with 64-bit support
    Mac OS X v10.7.4 , v10.8 or v10.9
    4GB of RAM (8GB recommended)
    5GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    Additional disk space for disk cache (10GB recommended)
    1440x900 display
    OpenGL 2.0–capable system
    QuickTime 7.6.6 software required for QuickTime features
    Optional: Graphics card from list below with at least 1GB VRAM for GPU acceleration of ray-traced 3D renderer
    Internet connection and registration are necessary for required software activation, membership validation, and access to online services.*

  • Urgent Full Time Requirement for SAP Senior FI/CO Analyst

    Hi,
    Any one looking for Urgent Full Time Requirement for SAP Senior FI/CO Analyst
    Moderator: This is not job board. Upon second violation your user will be banned

    Hi,
    Any one looking for Urgent Full Time Requirement for SAP Senior FI/CO Analyst
    Moderator: This is not job board. Upon second violation your user will be banned

  • If I'm in Lightroom 5, and try to Edit in Photoshop CS6, I always get the following message: "This version of Lightroom may require the Photoshop Camera Raw plug-in version 8.6 for full compatibility." But I have updated to 8.6 and have no remaining updat

    If I'm in LIghtroom 5, and try to Edit in Photoshop CS6, I always get the following message: "This version of Lightroom may require the Photoshop Camera Raw plug-in version 8.6 for full compatibility." But I have updated to 8.6 and have no remaining updates. How can I fix this?
    If I click "Open Anyway" or "Render using Lightroom", I get the following message:
    "Adobe Photoshop CS6 cannot be opened because of a problem.
    Check with the developer to make sure Adobe Photoshop CS6 works with this version of OS X. You may need to reinstall the application. Be sure to install any available updates for the application and OS X."
    Please tell me what to do so I can edit from Lightroom to Photoshop.

    In Photoshop, if you choose Help - About Plug-in... - Camera Raw, does it say 8.6?
    Seems to me there was some hiccup they found in the update process, which prompted this:
    Camera Raw updates cannot be applied
    I honestly don't know if the problem could apply to 8.6 as well, which is why I asked you to check to make very sure you really got it.
    -Noel

  • Error when scheduling job for Job Control LO

    Hi all,
    I tried to schedule the job for collective update after I set the job parameter in tcode LBWE for LO Data Extraction. But they said 'Error generating job' without any description why.
    Maybe you can help me about this since I still can't do the delta extraction for LO.
    Thanks and appreciate for your help.
    -Martin Darmawi-

    Hi!
    You have to pass two parameters for job control scheduling.In that you have traffic light for the respective parameters,defaulty those will appear in red.when you have specified parameters,both turns in to green.then you can say start.hope this will helps.....
    Best Regards
    Sunil.

  • Got the following message when trying to install Photoshop CC "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." I use Windows Vista so not sure what I need to

    Hi there
    I got the following message when trying to install Photoshop CC, "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms."
    I use Windows Vista so not sure what I need to do now! Any help would be much appreciated thanks.

    Photoshop CC only runs on Windows 7 or Windows 8/8.1. Not Vista.
    System requirements | Photoshop

  • I have tried many times to download creative cloud desktop app such as AI, LR, PS, ID and so on.  the following message appears You are running an operating system that Illustrator no longer supports. Refer to the system requirements for a full list of su

    I have tried many times to download creative cloud desktop app such as AI, LR, PS, ID and so on.  the following message appears You are running an operating system that Illustrator no longer supports. Refer to the system requirements for a full list of supported platforms. The only one I have succeeded to download are DW and MU.
    Please could you help out

    Hello,
    please have a look at the different sys-requirements for example:
    AI: http://helpx.adobe.com/illustrator/system-requirements.html
    PS: http://helpx.adobe.com/photoshop/system-requirements.html
    (LR 1-5: http://helpx.adobe.com/de/lightroom/system-requirements.html)
    You will find the same explanations for your other programs.
    Hans-Günter

  • I'm running Mac OS X version 10.6.8 How come I get this error message "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." When I Try to download a FREE trail?

    I'm running Mac OS X version 10.6.8 How come I get this error message "You are running an operating system that Photoshop no longer supports. Refer to the system requirements for a full list of supported platforms." When I Try to download a FREE trail?

    Hi Brizill,
    Please refer to the help document below to understand the technical specifications for the same:
    System requirements | Photoshop
    Regards,
    Sheena

  • Grid Control installation for 11G: is 10g grid required ?

    Dear All,
    We are currently using the local dbconsole for the monitoring and doing administrative work on our 11g database. My limited experience and observation indicates that 11G does not have its own enterprise Grid control yet and it requires the older 10G grid control ? So if we deploy (albeit successfully 10G grid control), does the enterprise manager control tabs will be very different than the current dbconsole in 11G ?
    Thanks.

    user6116850 wrote:
    Dear All,
    We are currently using the local dbconsole for the monitoring and doing administrative work on our 11g database. My limited experience and observation indicates that 11G does not have its own enterprise Grid control yet and it requires the older 10G grid control ? So if we deploy (albeit successfully 10G grid control), does the enterprise manager control tabs will be very different than the current dbconsole in 11G ?
    Thanks.Upgrade Grid Control to 10.2.0.5. Grid Control is an independent product and will not follow the same numbering as Database and App Server/Fusion.
    It will provide a lot of extra pages and tabs anyway. And it will format and present the information for Oracle 11g properly to work in it's pages.
    Try it and see.
    and ask Grid Control questions in the Grid Control forum for better Grid Control answers.

  • Unable to download because it says "You are running an operating system that InDesign no longer supports. Refer to the system requirements for a full list of supported platforms." But its updated according to the system requriements

    Unable to download because it says "You are running an operating system that InDesign no longer supports. Refer to the system requirements for a full list of supported platforms." But its updated according to the system requirements. What can I do to fix this?

    Which versions of InDesign are you referring to?  What are the operating system specs for the machine?

  • You are running an operating system that After Effects no longer supports. Refer to the system requirements for a full list of supported platforms.

    Help when i try to download the after effects trial this is what it comes up with
    You are running an operating system that After Effects no longer supports. Refer to the system requirements for a full list of supported platforms.

    See the system requirements for each version of After Effects:
    System requirements | After Effects

Maybe you are looking for

  • VPN Clients can't access DMZ Network

    Hello, I will try to describe my problem as best as possible. The title says VPN clients cannot access DMZ network, but that is not exactly the problem, the situation is this, a group of users are using an actual 10.x network where they have their se

  • Adding field in standard report

    Hi, I have copied the standard table RM07MLBD(T-code MB5B) into Z-Report.  Now, i have to add a field LSMNG into the list output of the report. How to do that.? Plz help.!

  • Can you connect a usb SuperDrive if you use a lightning to usb camera adapter and a usb hub?

    I was just wondering if ypu could connect a usb SuperDrive if you use the lightning to usb camera adapter, a usb hub, and then plug the SuperDrive into the hub. Will it work to play disks, or movies, or something?

  • Nw2004s Authorization display access

    Dear Gurus, I have a problem in an authorization variable for query with cost center infoobect and while executing query it keeps on saying generated statement too long.. thanks

  • Simple Query, Manifest file, Jar, Main-Class

    Hello :P thanks for reading my post. I compiled a java file which gave me: *.class *$1.class Then I created a jar file which i want to run when a user clicks on a link or button ect. I have the latest SDK and the -e mod did not exist :( so i used cfm