Removed by Moderator - stopping Function Module Deltas going into RSA 7

All,
    I am about to apply some support packs.  I was able to stop the V3 updates for LO Cockpit jobs, but I have some others (like COPA) that run from Function Modules that need to be stopped as well.  Does anyone know how to a) identify the jobs and/or B) stop them so that I can apply my Support Packs?
   Thanks
Dave

Hi,
when performing an upgrade (sp or other) in an R/3 source system it is recommended to empty its delta queues and avoid any posting by stopping background processing and locking all business users.
Even if you have stopped the V3 update job, your extraction queue might get data updated by any user/process (see that with SMQ1, MCx).
Regarding COPA I don't regard it as critical since the delta data isn't stored in queues like LO. Indeed the data is stored in the original tables CEx and the deltas are extracted with the TIMESTAMP field directly posted in these tables... Unless your upgrade will touch your COPA tables (which I doubt; and even so) you'll always be able to get your delta basc in BW.
For LO since the delta information is stored in the extract queues, actually in table ARFCDATA in the form of "wrapped" data, the update will unwrap it based on the extract structure and pass it to your delta queues... if any change is made on the structure and/or the related programs when your queues (extract + delta) are filled, the delta information might never be recoverable...
hope this helps...
Olivier.

Similar Messages

  • Generic Data Source Based On Function Module (Delta capable)

    Hi,
    My requirement is to develop a Generic Extractor based on Function Module (Delta capable). As I already found many threads explaining this concept, but most of them discussing FM RSAX_BIW_GET_DATA_SIMPLE with Extraction Method F2. There is another FM RSAX_BIW_GET_DATA which, one can use to build delta enabled extractor.
    Although I do have some doubts:
    what is the E_T_SOURCE_STRUCTURE_NAME ?
    read table i_t_select into l_s_select with key fieldnm = 'PGMID'. Use of this code ?
    Templet only showing
    case i_updmode.
          when 'F'.
          when others.
            if 1 = 2. message e011(r3). endif.
            log_write 'E'                  "message type
                      'R3'                 "message class
                      '011'                "message number
                      i_updmode            "message variable 1
                      ' '.                 "message variable 2
            raise error_passed_to_mess_handler.
        endcase.
    i.upmode as F, D(delta) is not included, do i need to include this?
    Can someone help to solve this. Appropriate points will be allotted to helpful suggestions.
    Edited by: Debjit_Singha_86 on Jul 23, 2011 8:35 AM

    Try using following piece of code;
    READ TABLE g_t_select INTO l_s_select
                                 WITH KEY fieldnm = 'Date Field for Delta'.
          IF sy-subrc EQ 0.
    SELECT SINGLE *
                           FROM ROOSGENDLM
                           WHERE oltpsource EQ 'DataSource Nameu2019
                           AND slogsys      EQ lw_slogsys.
              IF sy-subrc EQ 0.                                            
                lw_date = roosgendlm-deltaid+0(8).
                lw_time = roosgendlm-deltaid+8(6).
                                                                                    ENDIF.                       " IF SY-SUBRC EQ 0.
    ENDIF.
    OPEN CURSOR WITH HOLD S_CURSOR FOR
    SELECT * FROM TABLE
                                   WHERE  CPUDT     GE   lw_date   AND
                                               CPUTIME  GE   lw_time.
        ENDIF.                            
    Table R00SGEMDLM stores the date and time data was last extracted from a data source.
    Alternatively, you can also try using the i_updmode.
    When 'F'.
    SELECT * FROM TABLE (without any where clause on last change date)
    When 'D'
    SELECT * FROM TABLE
                                   WHERE  CPUDT     GE   lw_date   AND
                                               CPUTIME  GE   lw_time.
    These are just suggestions. Try these out, I hope it helps.
    Regards,
    Gaurav

  • Time Machine stops due to computer going into Sleep/Hibernation Mode

    Time Machine stops due to computer going into Sleep/Hibernation Mode then restarts to try to start the Back up process again and again vicious cycle. I have made sure all settings are turned off. I have done one or two backups since the initial first backup. My HDD is almost full and I want it backed up before I try to clone/mirror the drive to upgrade it to a 1TB HDD. Thank you in advance. 

    Set the Energy Saver (in System Preferences) to Never. Then reset the NVRAM, as follows:
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the third time.
    Release the keys.

  • Function module - delta extractor

    I have created a function module, it is pretty much based on RSAX_BIW_GET_DATA_SIMPLE.
    I have gone through a lot of forum threads and this is what gathered from those.
    This is what I did. Created a FM, Created generic datasource in RSO2, delta field is TIMESTMP. As per some of the posts it says delts field will be read automatically by SAPI in FM and passed in I_T_SELECT so I have writtten below code
         LOOP AT i_t_select INTO l_s_select WHERE fieldnm = 'TIMESTMP'.
            MOVE-CORRESPONDING l_s_select TO L_R_TIMESTMP.
            APPEND L_R_TIMESTMP.
          ENDLOOP.
    It is not showing up any value L_R_TIMESTMP in when tested in RSA3, also in infopackage load I get 0 records. As mentioned in the posts roosgendlm table is populated but it is not read anywhere in FM.
    Delta Init worked fine but Delta is not working.
    Any help will be appreciated.

    In the function yuo can see this line:
    Maximum number of lines for DB table
      STATICS: s_s_if TYPE srsc_s_if_simple,
    try to change loop like this
    LOOP AT s_s_if-t_select INTO l_s_select WHERE fieldnm = 'TIMESTMP'.
    Mario

  • Function Module Delta

    Hi
    As far as my knowledge, data source should support delta. Is there anything such as function module supports delta? If yes, how can I check it?
    Thanks
    Annie

    Hi Annie
    There are three delta method for the Generic Extractor.
    1.Numeric pointer.
    2.0Calday.
    3.Timestamp.
    Note: Whatever delta method you are using the field(if numeric pointer some field that
    is increasing in some sequence,if calday then there should be field like calday)
    in the data source.
    If you want to make your data source delta enable ,then go to delta in RSo2 and
    select the required delta method.As this is generic method we need to manually do
    all the steps.
    Similarly run the init info package from BI,run the delta.
    It will create a entry in RSA7.
    Hope this is helpful.
    Thanks,
    Saveen kumar
    Edited by: saveen kumar on Dec 11, 2010 6:48 PM

  • Any BAPI or Function module upload data into /LOT/LEOMM01

    Hi ,
      Could you tell me please if there is any BAPI or Function module to upload LEO material Property group data (/LOT/LEOMM01)
    Thanks & Regards
    RK
    null

    Hi Rk,
    take this pavkage name MGA go to se80
    in se80 provide package name click on display
    open  function group folder see the function modules and BAPI s that ful fill u r requirement
    Regards
    kishore ale

  • Function module to download into excel sheet in crm

    Hi,
            Needed the Function module to download the data from internal table into the excel sheet in the CRM
    <b></b>

    use
    FM :- GUI_DOWNLOAD
    Example Code.
    lv_file_name = 'c:abcd.xls'
    *----Load Detail Report Data to Excel File
        CALL FUNCTION 'GUI_DOWNLOAD'
          EXPORTING
            filename                = lv_file_name
            filetype                = 'DAT'
            write_field_separator   = 'X'
            codepage                = '4103'
          TABLES
            data_tab                = lt_det_report
          EXCEPTIONS
            file_write_error        = 1
            no_batch                = 2
            gui_refuse_filetransfer = 3
            invalid_type            = 4
            no_authority            = 5
            unknown_error           = 6
            header_not_allowed      = 7
            separator_not_allowed   = 8
            filesize_not_allowed    = 9
            header_too_long         = 10
            dp_error_create         = 11
            dp_error_send           = 12
            dp_error_write          = 13
            unknown_dp_error        = 14
            access_denied           = 15
            dp_out_of_memory        = 16
            disk_full               = 17
            dp_timeout              = 18
            file_not_found          = 19
            dataprovider_exception  = 20
            control_flush_error     = 21
            OTHERS                  = 22.
      ENDIF.
      IF sy-subrc <> 0.
    *   202 : Error Occurred while writing data to the file.
        MESSAGE e202(zusm_gen) .
        EXIT.
      ELSE.
        WRITE :/ text-042 , lv_file_name.
      ENDIF.
    :- lt_det_report---> is table for storing data .
                         it can be any type
    <b>Please Reward Points & Mark Helpful Answers</b>
    To mark Helpful Answers ;click radio Button next to the post.
    RadioButtons
    <b>o</b> Helpful Answer
    <b>o</b> Very helpful Answer
    <b>o</b> Problem Solved.
    Click any of the above button next to the post; as per the anwers
    <b>To close the thread; Click Probelm solved Radio Button next to the post , which u feel is best possible answers</b>

  • How to find BAPI function documentation without going into multiple screens

    Hi Gurus,
    How I am find the documentation of some function is I use transaction code /nBAPI. That takes me to BAPI Explorer. Then I select the system like "Sales and Distribution". Then I drill deep into the required function.
    This works for all the functions those are inside some module, like SD. But the function that is not present in some module like RFC_SYSTEM_INFO, I just cant find it.
    Is there a place in "SAP Easy Access"/SAP where you find the documentation of any function?
    Thanks
    Abbas

    Hi Abbas,
    You can open up the function module in SE37 and click on the documentation button on the application toolbar.
    Regards,
    Chen

  • How can I stop my phone from going into the lock screen while talking on it? (New issue with ios 6)

    Prior to ios 6, I could talk on my phone and have the mute button available. Now it goes into lock mode while speaking on the phone. This is terribly annoying when on conference calls and you want to mute/unmute, or just hang up a call. I now have to swipe to unlock, go to phone, and hang up or unmute. I've tried upping my timeout, but that just delays the inevitable.

    Yep, it's a pain.  What's even more concerning is that at the Genius Bar, he was trying to tell me that this is the was it was supposed to be, so they probably fixed it in OS 6.  He said it is for people that are using "Bluetooth" and want to keep the phone in their pockets".  Ridiculous!  What compounds the issue is that the Apple Reps have no clue as to what's going on, and either do the senior tech's on the phone.  As I said in my message, this has made it very cumbersome, and makes it very difficult for those who need to use wired headsets.

  • Creation of Function Module Delta Extractor

    can anybody Explain me ,
    How  anybody  handle delta in FM extractor . have you codes  .
    Any body provide me Codes of Z  FM Delta Extractor .
    Edited by: skarya2003 on Dec 7, 2009 10:22 PM

    Hi,
    One way of handling delta is to use table ROOSGENDLM. This table stores the information of last load for a data soure.
    In the FM code, we and read this table to get the time stamp to last load and can use that value for loading delta if delta is based on creation or changed date of document.
    Here is one sample code:
    READ TABLE g_t_select INTO l_s_select
                                         WITH KEY fieldnm = 'ZDATE'.
            IF sy-subrc EQ 0.
              CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
                IMPORTING
                  OWN_LOGICAL_SYSTEM             = lw_slogsys
                EXCEPTIONS
                  OWN_LOGICAL_SYSTEM_NOT_DEFINED = 1
                  OTHERS                         = 2.
              IF SY-SUBRC EQ 0.
                SELECT SINGLE *
                         FROM roosgendlm
                        WHERE oltpsource EQ <Data Source Name>
                          AND slogsys    EQ lw_slogsys.
                IF sy-subrc EQ 0.
                  lw_date = roosgendlm-DELTAID.
                ENDIF.
              ENDIF.                        
            ENDIF.                       
    Open cursor for Sales Orders
            OPEN CURSOR G_CURSOR FOR
              Select VBELN
                     ERDAT
                     SPART From VBAK
              Where  VBELN IN l_r_vbeln
              AND   ( ( ERDAT GE lw_date ) OR ( AEDAT GE lw_date ) )
              AND    SPART IN l_r_spart.
    I hope this should help you.
    Regards,
    Gaurav

  • How do I stop my macbook from going into sleep mode while watching netflix

    Hi can somebody give me a hand?

    Open System Preferences > Energy Saver
    Move the sliders for as long as needed to watch the movie.
    Deselect:  Put hard disks to sleep when possible
    After watching the movie, in System Preferences > Energy Saver, rremember to click:  Restore Defaults to save wear and tear on the hard drive.

  • Queue goes into 'READY' state

    Hi All,
    I'm using the 'TRFC_SET_QIN_PROPERTIES' function module with the qin_name parameter.
    The problem I'm facing is that, most of the times, my function module entry goes into the queue - but the queue is in 'READY' state. I have to manually go to SMQ2 and make a change to put the queue into 'RUNNING' state.
    Is there a way to automatically set the queue to 'RUNNNING' state when i insert an entry into the queue? Or, is there a seperate API that can do this task for me?
    Regards,
    Ram

    Hello Jeff, the agents on an active call will not count for the Not Ready state. When receiving the call (ringing) they will be placed in Reserved state; while the call is connected they will be in Talking state and after the call ends they could be placed in Work state for a while.
    HTH
    Pablo

  • Function module going for DUMP

    Hi ALL,
    I have import request and i got sucess .My 3 function modules are import to client system.2 FM are working properly but 1 function module is going for DUMP.
    When iam Executing this FM through SE37 F8 its running but iam not able to display or change this ZFM.
    In our DEV sytem it is working properly.but Client system it is going for DUMP.
    I have gone dump analysis its saying
    An exception occurred. This exception is dealt with in more detail below
    . *The exception, which is assigned to the class 'CX_SY_IMPORT_MISMATCH_ERROR',
    was neither caught nor passed along using a RAISING clause, in the procedure
    MO_IMPORT_MODIFICATIONS" "(METHOD
    Length error occurred during the IMPORT statement
    *The system found when importing that the target object was longer or
    shorter than the object to be imported*
    Thanks in Advance,
    Madhu.
    Edited by: madhubabu rao on Apr 23, 2009 10:34 AM
    Edited by: madhubabu rao on Apr 23, 2009 10:36 AM

    Hi sekhar,
    I did not transport individually.I have transport 3 FM in a function group and it is assigned to a Package.
    First i have 2 FM in my function group after that i have copied one more FM from another Function group.
    in SE80 right click -->copy it asked me function group name only .not transport number.
    After copy the FM i have transport total package.2 FM are working properly .The FM which i have copied it is not able to display or edit.
    Madhu

  • Reg: Function Module thats used to check the status of JOBS and mail it

    Hi Experts,
    Is there any Standard Function module thats going to find the status of the jobs and mail this status to specied email ID in .xls format. While checking status function module should give whether job is - Aborted, Successful, Running, Waiting, Locked, Error, Warning, Starting Date, Ending Date of the Job.
    Please help me,

    Hello Nagaraj,
    You can find out the status of a job with the SHOW_JOBSTATE function module. You provide this function module with a job name and job number. It returns one of the six possible statuses of the job:
    ABORTED TYPE C,
    FINISHED TYPE C,
    PRELIMINARY TYPE C,
    READY TYPE C,
    RUNNING TYPE C,
    SCHEDULED TYPE C.
    Following is the link for the same:
    http://help.sap.com/saphelp_sm32/helpdata/en/fa/096e10543b11d1898e0000e8322d00/content.htm
    Warm Regards,
    Riki Dash

  • HT5824 can I stop contacts from going into icloud?

    Other than removing my contacts from my iPhone 4S, can I stop my contacts from going into iCloud?

    You could simply turn off iCloud contacts sync on your iPhone in "Settings > iCloud > Contacts".

Maybe you are looking for