BW: Change load of program/resources of the leads in BW.

Dear One's
Can any one Provide me the solution for the problem mentioned here below -
Due to the change of the export of the leads in Lotus Notes application to BW:
the loading of the lead program/resources in BW is not correct anymore.
Problem:
As per new data transfer from Lotus Notes to BW, changes of Leads, where
resources are made to zero, do not get transferred to BW.
Due to this old record continue to exist with resources > 0 even though it is
changed to "0" in Lotus Notes DB.
Your Question:
Whether it is possible to implement things similar to Invoice Months where old
months record if deleted in Lotus Notes side are made to have zero values in BW
even though they do not get transferred from Lotus Notes DB to BW side.
So if I understood the problem and your question correctly then the answer is
"Yes, it is feasible".

if  its not getting transfered that means you always a point of time analysis. so see if you can delete option of infopackage at loading this will give the latest image as needed.
thanks
amit

Similar Messages

  • ABAP Error:Illegal interruption of the event LOAD-OF-PROGRAM (in MIGO-Goods issue to Production)

    Hi Experts,
    while i am doing MIGO(Goods Issue to Production Order, I am getting the below ABAP Error:
    Please give solution, It is urgent requirement.
    THE ERROR IS:
    Short text
         Illegal interruption of the event LOAD-OF-PROGRAM.
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "/MRSS/SAPLRAP_INT_OB" had to be terminated because it
          has come across a statement that unfortunately cannot be executed.
    Error analysis
         During the flow of the event LOAD-OF-PROGRAM (event for the
         initialization of an ABAP program), a condition occurred under which
         the event was to be left early. This is not permitted as it would
         result in an inconsistent status in the ABAP program.
    Trigger Location of Runtime Error
        Program /MRSS/SAPLRAP_INT_OB
        Include /MRSS/LRAP_INT_OBF00
        Row                                     34
        Module type                             (FORM)
        Module Name                             GLOBAL_INIT
    Source Code Extract
    Line  SourceCde
        4
        5 *&---------------------------------------------------------------------*
        6 *&      Form global_init
        7 *&---------------------------------------------------------------------*
        8 *       text
        9 *----------------------------------------------------------------------*
       10 FORM global_init.
       11
       12 * local data
       13   DATA lv_badi_impl_exists TYPE flag.
       14
       15
       16 * get ref to BAdIs
       17   CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST
       18     CHANGING
       19       instance = gv_ref_badi_inter_company.
       20 *  CALL METHOD cl_exithandler=>get_instance
       21 * CHANGING
       22 *      instance = gv_ref_badi_rap_back.
       23 *  CALL METHOD cl_exithandler=>get_instance
       24 *    CHANGING
       25 *      instance = gv_ref_badi_ps_int.
         26   CALL METHOD cl_exithandler=>get_instance "#EC CI_BADI_GETINST

    Hi Rob thanks for your response.  I thought about doing an OSS note however; I would think I would need to get the problem in config corrected first as it contradicts each other.  The problem I am talking about is how they are to return material to vendor....I have never even seen this as a process in my 10 years....
    Process.....when the PO is a return to vendor PO they go to migo and choose the goods receipt and mvmt type 101 and the system will default the 161 in the item level....the two are inconsistent.  If I try to change the top level to a 161 mvmt (as this is what I am used to seeing) it gives the error that the PO is not a stock transport order... Would you agree that I should correct that problem first before creating an OSS note?

  • Difference between Load - of - program & Initialization ?

    Hi Friends,
    What is the "Difference between Load - of - program & Initialization "
    Cheers
    R.Kripa.

    The corresponding event is triggered in an internal session immediately after a program with type 1, M, F, or S is loaded. The corresponding processing block is processed once per program and internal session.
    The processing block LOAD-OF-PROGRAM has approximately the same function in an ABAP program with type 1, M, F, or S as the constructor method of a class in ABAP Objects.
    Programs wiht type 1, M, F, or S can be loaded into an internal session in two ways:
    Program calls
    Whenever you call a program using SUBMIT or a transaction code, a new internal session is opened. The LOAD-OF-PROGRAM event is therefore called in each program call.
    External procedure calls
    The first time you call an external procedure (subroutine or function module), the main program of the procedure that you called is loaded into the internal session of the calling program. The eventLOAD-OF-PROGRAM is triggered and the corresponding processing block is executed before the procedure that you called. However, subsequent calls from the same calling program to a procedure in the same subroutine pool or function group do not trigger the LOAD-OF-PROGRAM event.
    so it's before the program is loaded in the memory for execution.
    Initialization:
    (For executable programs of type 1), the associated event is executed before the selection screen is displayed.
    The parameters (PARAMETERS) and selection criteria (SELECT-OPTIONS) defined in the program already contain default values (if specified). You can assign different values here and also change the database-specific selections.
    Example
    Define the last day of the previous month as the key date:
    PARAMETERS QUAL_DAY TYPE D DEFAULT SY-DATUM.
    INITIALIZATION.
      QUAL_DAY+6(2) = '01'.
      QUAL_DAY      = QUAL_DAY - 1.
    Here, the default value of QUAL_DAY is the current date, e.g. 05.04.88 (QUAL_DAY = '19880405'). Two subseqent statements set the date first to the beginning of the month, e.g. 01.04.88 (QUAL_DAY = '19880401') and then, by subtracting one day, to the last day of the previous month, e.g. 31.03.88 (QUAL_DAY = '19880331').
    so load-of-program before program is loaded in the main memory is excuted and initialization is done before selection screen of the program is displayed..
    reward points if it helps
    regds
    gunjan

  • Error When Submitting WIP Mass load Concurrent Program (Work in Process)

    Hi,
    I am submitting WIP Mass Load concurrent program to get the data from WIP_JOB_SCHEDULE_INTERFACE table in to base tables.
    The concurrent program is completed with Warning status.
    My Package inserts the data into wip_job_schedule_interface table to create a WIP Job. After inserting the data in to wip_job_schedule_interface table, it submits a concurrent program (WIP Mass Load) (Standard concurrent program) to create a WIP job automatically from the data inserted into wip_job_schedule_interface table.
    This concurrent is errored out with the following warning message:
    ===========================================================
    Group ID: 7026 Report Date: 23-OCT-2007 12:26
    Job and Schedule Interface Report Page: 1 of 1
    Create Discrete Jobs
    Source Code: XXEXT019
    Organization: DVR
    Process Process
    Job Job Type Assembly Quantity Start Date Completion Date Kanban Card Phase Status
    6094-3 Non-standard DEV-GA-1 1.00 23-OCT-07 11:57 23-OCT-07 11:57 Validation Error
    Error: Invalid or insufficient Completion Subinventory/Locator information.
    Check that you have entered valid subinventory/locator information based on the organization and assembly
    that you have chosen.
    0 out of 1 jobs were successfully loaded
    =========================================================
    I populated locator information in to the interface, then too its saying the same.
    Can you please me know where exactly i am going wrong. Help Appreciated.
    Thanks

    Have a look to the Metalink note "Note:207646.1", which deals with the error "WIP_ML_ORA_ERROR (ERROR_CODE=-1653)".

  • LOAD-OF-PROGRAM  IS EXECUTED AT EVERY PBO

    Dear All:
    I'm working with a ECC6 system, which was upgraded from a 4.6C.
    Concerning to LOAD-OF-PROGRAM:  When an ABAP program is loaded in an internal session, the runtime environment triggers the LOAD-OF-PROGRAM event, and the corresponding event block is executed.
    This means that LOAD-OF-PROGRAM should be executed only once.
    But I have different behaviour. In my system is executed at every PBO.
    I have this test code:
    REPORT  ztest .
    PARAMETERS: p_gjahr TYPE gjahr.
    LOAD-OF-PROGRAM.
      BREAK-POINT.
    START-OF-SELECTION.
      WRITE:/ 'Hello'.
    When I run this program, the break-point is triggered. This is correct.
    After that, I press F8, to skip the break-point, and F8 to launch the report.
    The system shows 'Hello'.
    But when I press back, the break-point located in load-of-program is triggered again, which is incorrect.
    Has someone faced the same problem?
    Thanks in advance.

    When I run this program, the break-point is triggered. This is correct.
    After that, I press F8, to skip the break-point, and F8 to launch the report.
    The system shows 'Hello'.
    But when I press back, the break-point located in load-of-program is triggered again, which is incorrect.
    No, which is not Incorrect. It is correct. Even if you try to put the INITIALIZATION event and put a break-point system will go it both the time as it went in the LOAD-OF-PROGRAM.
    That means when you come back from the List to selection screen, system will load the program using the LOAD-OF-PROGRAM and that's why all your global data is being cleared everytime your run the program from the selection screen.
    Regards,
    Naimesh Patel

  • How can i exit in "LOAD-OF-PROGRAM" event?

    Hi, experts.
    I want to know how to exit in "load-of-program event".
    Recently our system was upgraded from 4.6c to ecc 6.0.
    Some programs have a coding as follows.
    LOAD-OF-PROGRAM.
    IF SY-TCODE = 'XXXXX' OR SY-TCODE = 'YYYYY'.
      IF SY-UNAME = 'AAAAA'.
        MESSAGE E000 WITH TEXT-001.
      ENDIF.
    ENDIF.
    CLEAR ............
    PERFORM ..............
    It's running well in 4.6c but occurred error in ecc 6.0 as follows.
    Runtime Errors         SYSTEM_LOAD_OF_PROGRAM_FAILED
    Short text
        Illegal interruption of the event LOAD-OF-PROGRAM.
    During the flow of the event LOAD-OF-PROGRAM (event for the
    initialization of an ABAP program), a condition occurred under which
    the event was to be left early. This is not permitted as it would
    result in an inconsistent status in the ABAP program.
    I think that used a option "message type;e" in the load-of-program event.
    For example, it's ok with "s,i,w" options...
    Teach me how to exit in load-of-program. Thanks.
    p.s That programs' type  is module-pool.
    Regards.
    ytkim.

    Thank you for your answer.
    But my question has not been answered yet.
    It still occured a error as follows.
    Runtime Errors         SYSTEM_LOAD_OF_PROGRAM_FAILED
    Short text
        Illegal interruption of the event LOAD-OF-PROGRAM.
        Error in the ABAP Application Program
        The current ABAP program "YT_TEST06" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        During the flow of the event LOAD-OF-PROGRAM (event for the
        initialization of an ABAP program), a condition occurred under which
        the event was to be left early. This is not permitted as it would
        result in an inconsistent status in the ABAP program.
    I think that i maybe use the keyword "exit"...

  • Diff betw Load-of-program and Initialisation

    Hi,
    can anyone give me in points the Diff betw Load-of-program and Initialisation events?
    Useful answers wil b rewarded.
    Thanx in advance!

    Hi,
    The purpose of load of program is to load the program into system memory so that it can be execute the program and also this is the first event in the program. After executing this event only other events is executed. Other events are
    Initialization
    start-of-selection
    get
    end-of-selection
    etc all other events are triggered.
    The purpose of Initialization:
    1 . In initialization it is not only the parameters default value
    which are required/accessed/controlled
    in initialization event.
    2. In a program there are so many variables,
    the values of these variables
    can be set in intiailization event.
    3. Such values sometimes cannot be hardcoded.
    They may be requried to fetch from database
    or do some calculations,
    (which is not possible while declaration
    data and parameters)
    4. Sometimes, some variant can also be imported
    for selection screen.
    5.This event is invoked directly after LOAD-OF-PROGRAM and before the selection screen processing of any existing standard selection screen.
    This gives you the one-time opportunity to initialize the input fields of the selection screen, including those defined in the logical database linked with the program.
    When run in background, values initialized in initialization event are considered.
    For eg: if you want to initialize like this:
    carrid-sign = 'I'.
    carrid-option = 'EQ'.
    carrid-low = 'AA'.
    carrid-high = 'LH'.
    APPEND carrid TO carrid.
    You cannot achieve this by giving 'default' or 'value' at selection-screen.
    Don't forget ot reward if useful.
    Regards,
    Varun.

  • Difference between Initialization and Load-of-Program

    Hi All!
    Could anybody tell me what exactly is the difference between Load-of-program and initialization using a sample program?
    Thanks in advance...
    Jag.

    Hi Jag
    It seems not so much difference. But INITIALIZATION block is peculiar to executables.
    <b>INITIALIZATION</b>: Only occurs in executable programs. The ABAP runtime environment triggers the INITIALIZATION event before the selection screen is processed, at which point the corresponding event block is processed.
    <b>LOAD-OF-PROGRAM</b>: When an ABAP program is loaded in an internal session, the runtime environment triggers the LOAD-OF-PROGRAM event, and the corresponding event block is executed.
    Regards
    *--Serdar <a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d">[ BC ]</a>

  • When I load Illustrator creative suit (5.5) on my new computer, it loads Then I put in the serial number, which is correct, but when i go to click on the program to use it it says ERROR: localized resource file from this program could not be loaded. pleas

    When I load Illustrator creative suit (5.5) on my new computer, it loads Then I put in the serial number, which is correct, but when i go to click on the program to use it it says ERROR: localized resource file from this program could not be loaded. please re install of repair the application and try again. I have done this and it's still not working                  

    anomaly jade,
    You only need to use the serial number during installation.
    Have you, at least seemingly, been able to install, and then you are unable to start up?
    If that is the case, you could try to reinstall using the full three step way:
    Uninstall, run the Cleaner Tool, and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • Failed to load an application resource (internal error) - error message when previewing pdf in program

    Hi,
    I keep getting this error message when trying to Preview PDF in program "Failed to load an application resource (internal error)". I haven't changed anything in LiveCycle, so not sure why this is happening. Have had this issue for the past few months. I've been working around it, but it's kind of a pain. Would prefer to view forms in program. Suggestions to fix this?
    Thank you!
    Stacy

    I fixed mine! In Reader 9 and 10.0 I had disabled the ReadOutLoud feature as it kept popping up whenever it felt like it, and I don't need ReadOutLoud. What worked for me was first to purge the system of Reader 9 - the uninstall routine leaves stuff behind. Then I went into the Reader 10 program folder, located the plug_ins sub folder, and renamed it to oldplug_ins. Then I ran the repair routine which recreated the plug_ins subfoler.. All now works, except that the <expletive deleted> ReadOutLoud is up to its old tricks again, but I can live with that for now.
    Hope this helps.

  • My ipod has had a previous owner How do I change my ipods email address so that when I try to down load anything it asks for the previous owners password but when I go to my account it says its my email my account but not when I try to download????

    My ipod has had a previous owner How do I change my ipods email address so that when I try to down load anything it asks for the previous owners password but when I go to my account it says its my email my account but not when I try to download can anyone please help me ????Plus it still has some of the previous owners pictures and videos on it that I want to delete and can't????? Also is there a way to kill the apps that u have used throughout the day the battery doesn't last long at all ??????

    - How did you dlete stuff from the iPod? If you have a 1G or 2G iPod and deleted the stuff by going to Settings>Genera.>Reset>Erase aall contents and settings without being connected to a power source, the battery dies before he erase was comleted since it can take hour.
    - In any event try the following:
    - Connect to a chaging sour for three hours.
    - Reset the iPod and then connect to the computer and try to restore va iTunes.
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Next try placing the iPod in recovery moe and then try to restore. For recovery mode:
    iPhone and iPod touch: Unable to update or restore
    - Last try DFU made and restore.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • HT5621 I bought my iMac from someone. Everything was changed over to my name however when I try to update programs it only shows the old users apple ID and I can't update. How do I change this so I can update the applications and have everything fully und

    I bought my iMac from someone. Everything was changed over to my name however when I try to update programs it only shows the old users apple ID and I can't update. How do I change this so I can update the applications and have everything fully under me?

    The first thing to do with a second-hand computer is to erase the internal drive and install a clean copy of OS X. You — not the previous owner — must do that. How you do it depends on the model, and on whether you already own another Mac. If you're not sure of the model, enter the serial number on this page. Then find the model on this page to see what OS version was originally installed.
    1. You don't own another Mac.
    If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc from the Apple Store or a reputable reseller — not from eBay or anything of the kind. If the machine has less than 1 GB of memory, you'll need to add more in order to install 10.6. Preferably, install as much memory as it can take, according to the technical specifications.
    If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for some MacBook Air models. For early MBA models, you may need a USB optical drive or Remote Disc. You should have received the media from the previous owner, but if you didn't, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To boot from an optical disc or a flash drive, insert it, then reboot and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    If the machine shipped with OS X 10.7 or later, you don't need media. It should boot into Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    2. You do own another Mac.
    If you already own another Mac that was upgraded in the App Store to the version of OS X that you want to install, and if the new Mac is compatible with it, then you can install it. Use Recovery Disk Assistant to create a bootable USB device and boot the new Mac from it by holding down the C key at the startup chime. Alternatively, if you have a Time Machine backup of OS X 10.7.3 or later on an external hard drive (not a Time Capsule or other network device), you can boot from that by holding down the option key and selecting it from the row of icons that appears. Note that if your other Mac was never upgraded in the App Store, you can't use this method.
    Once booted in Recovery, launch Disk Utility and select the icon of the internal drive — not any of the volume icons nested beneath it. In the Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive.
    After partitioning, quit Disk Utility and run the OS X Installer. You will need the Apple ID and password that you used to upgrade. When the installation is done, the system will automatically reboot into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    Then run Software Update and install all available system updates from Apple. To upgrade to a major version of OS X newer than 10.6, get it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the previous owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed — you have to repurchase them.
    3. Other issues
    If you see a lock screen when trying to boot from installation media or in Recovery mode, then a firmware password was set by the previous owner, or the machine was remotely locked via iCloud. You'll either have to contact the owner or take the machine to an Apple Store or another authorized service provider to be unlocked. You may be asked for proof of ownership.
    If the previous owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Mac App Store Customer Service has sometimes issued redemption codes for these apps to second owners who asked.
    If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able to  authorize it immediately under your ID. In that case, you'll either have to wait up to 90 days or contact iTunes Support.
    When trying to create a new iCloud account, you might get a failure message: "Account limit reached." Apple imposes a limit of three iCloud account setups per device. Erasing the device does not reset the limit. You can still use an account that was created on another device, but you won't be able to create a new one. Contact iCloud Support for more information.

  • I have a mac osx 10.411G4 powre pc and recently I down loaded excel for mac 2004 the problem that iam having is that the two other programs i downloaded one program it says unable to read the dictionary of the application of the extension because it is no

    I have a mac osx 10.411 power pc and recently i downloaded excel for mac 2004 so that i could download some program that only would work if i have excel for mac but what happen was it went to script and said that unable to read the dictionary of the application of the extension because it is not scriptable and the second pop up said the document autorun,inf could not open script editor can not open files in script editor app can any one help me how do i get these program working  thank you norro460

    good afternoon  Limnos i think  i didnt give the right info I didnt download well in a way i did i bought a copy of microsoft excel for mac 2004 i loaded on to my mac then i went and down loaded some software that said i needed to have excel you see my mac is osx 10.4,11 power pc G4 and that is were i had the problem now  the excell loaded allright but the the other programs did not the pop ups say it is not scriptable or can not read dictionary if you can help m,e iam not great with computers but i  along

  • Every time I sync my iphone 4 with itunes my ring custom ring tones change.  I have 7 custom ring tones in itunes.  One time it will load 1 custom ring tone the next it may be 3 then the next it is one again.  The last time it gave me 4 of the 7.

    Every time I sync my iPhone 4 with iTunes the number of my custom ring tones change.  I have 7 custom ring tones listed.   The first time it will load 1 of the ring tones and the next time it will load 3,  The next time it will be back to 1.  If I have assigned one of the custom ring tones and it does not get loaded it goes back to the ring tone that came with the phone.  The last time itunes gave me 4 of the 7 so I have not tried to sync it again.  I am using iTunes 10 (10.4.10), and windows 7.
    Has anyone else had this problem??
    Any ideas to what I need to do??

    Have you ever had all 7 of them synced before? Are these ringtones you made yourself? Is there a chance they could exceed 30 seconds in length? Is there a chance you have moved the original file location on the computer? May need the answers to a couple more questions to try and determine an answer.

  • I can not open the Safari browser in the operating system ( os x Mavericks) due to load a program of site

    I can not open the Safari browser in the operating system ( os x Mavericks ) ?    
    due to load a program of site>!!!!
    please help me .
    thank you

    Try this.
    Force Quit .
    Press command + option + esc keys together at the same time. Wait.
    When Force Quit window appears, select  Safari if not already.
    Press Force Quit button at the bottom of the window.   Wait.
    Safari will quit.
    Relaunch Safari holding the shift key down.

Maybe you are looking for

  • Adobe Bridge CC keeps stalling

    Adobe bridge keeps crashing. Whenever I open bridge, it asks me to purge my cache, which I do. After viewing my folders for a while, and it doesn't matter which hard or folder I view ( I use multiple hard drives depending on the project and client),

  • ITunes 7.01 Stuttering on MBP

    Good morning, I know there are a million issues with iTunes 7, but I haven't seen too much about stuttering on the mac side. I upgraded to 7 and then 7.01 on my MBPro, and am having a terrible stuttering problem. It tends to be when mail is checking

  • Unable sync music to iphone 4

    I synced music, photos, videos and apps to my iphone 4 which shows not a song or video in it, but photos and apps have no problem.  I have checked under the music tab, all song are checked.  I updated all the version i need, but still doesn't work .

  • Question about MP3-Disc

    How can I make a mp3 disc with each music cd in another directory ??? Example I have ' got cd1 with song 1 and song 2 , another cd : cd2 with song 1. The name of the first directory is cd1 with the 2 songs and an another directory "cd 2" with song 1.

  • Mac PPt 2011 is freezing in show mode

    Hi all, I have 2 MBP 17 inch last gen laptops. I use them for live shows where speakers use PPt. My machines are bootcamped and function on both sides using Windows or Lion OS. Most of the files I receive are created in Windows PPt versions. I recent