Mass activity programming howto

Hi all,
I need to create a mass activity.
Is there any howto or tutorial for a generic mass activity?
Thanks and regards, Matthias

Hello Javed,
Tthe extractor of Items for Collection Agency 0FC_COLL_01 is not a online extractor. The architecture is the following
- the extractor 0FC_COLL_01 initializes delta queue only but selects  no data                                                                 
- in your backend system the mass activity FPCLBW has to be executed      
  regularly, it writes selected records into a delta queue (first time    
  it selects all records, later only changed or new)                      
- BW system has to import records from delta queue regularly              
To answer your question you can execute the mass activity using the transaction FPCLBW.
Best Regards,
Des

Similar Messages

  • 4.6c to ECC 6 upgrade - Mass activation program RADMASG0

    During 4.6c to ECC 6 upgrade - when we try to use Mass activation program - RADMASG0 - how to remove warnings in a single shot ?
    When I am giving some 6 table names as input for activation (under 'DIRECT OBJECTS' in Program RADMASG0 ),after execution i am getting the warning for all the three programs. (same warnings)
    How to clear this.....whether i have to go one by one. If so then what is the use of this program ?
    regards,
    N. Prasanna kumar.

    Hi,
    What Message you are getting.
    One suggestion is that going one by one is most suitable.  Other wise  you will not able to detect the errors.
    With regards,
    Sumodh.P

  • BW object mass activation program

    Hi;
    I'm looking for an abap program that can do a mass activation for bw objects, especially DTP and transformations.
    i know the activation programs for datasource and update rules, but nothing for DTP.
    thanks for your help
    Raed

    hi,
    there is no program to activate the transformations or dtp but RSBKDTPREPAIR it repairs the dtp i think it is not activates the dtp.u can activate in production it self one by oneDTP but in case of transformations only way to transport once again from development.
    for cube--- rsdg_cube_activate
    for ts ---rs_transtru_activate_all
    for obj ---rsdg_iobj_activate
    for dso---ods_activate_all
    for updater----rsau_updr_reactivate_all
    for repaid dtp---rsbkdtprepair
    thanks & regards
    sathish

  • BW Mass activity BWOP   / transaction FPOP

    Hi Experts,
    Please suggest how can i schedule FPOP  on periodic basis (Daily/Weekly/Monthly).
    with mass activity BWOP.
    We are using extractor Business Partner Items data using tcode FPOP out of ECC to BW . We want to automate this extraction using mass activity BWOP in ECC .
    Which transaction should be used?FPSCHEDULER or FKJOXTR?
    We want to just run only FPOP on  periodic basis .
    thanks in advance.
    Regards
    jb

    Hi Jan,
    You can use FPSCHEDULER to schedule FPOP on a periodic basis.
    By entering the mass activity type BWOP and the master template for FPOP (Date and identification) , click on the program->execute in background in the menu section.
    You will get a pop-up for "Background Print parameters". Give output device as 'LP01' and press enter.
    Another Pop-up for "Start time" will come. Click on Date\Time and then click on period values.
    You will be able to set the job either hourly\daily\weekly\Monthly.. etc....
    Hope it helps..
    Thanks,
    Amlan

  • Mass activation of Aggregation level

    Dear all..
    How to do the mass activation of all Aggregation level in Modeler at one instance. while collection tp we have to activate the individual aggregation level, its more time consuming.
    I have lot of aggregation levels to activate, any solutions.
    Regards
    Perasel

    Hi there,
    Create this program (it was referenced by a SAP note) in se38 transaction:
    *& Report  Z_ACTIVATE_ALVL
    REPORT  Z_ACTIVATE_ALVL.
    TYPE-POOLS: rs.
    PARAMETER: g_iprov TYPE rsinfoprov.
    PERFORM run.
    *&      Form  run
    FORM run.
      DATA: l_t_return    TYPE STANDARD TABLE OF bapiret2,
            l_s_return    TYPE bapiret2,
            l_subrc       TYPE sysubrc,
            l_t_alvl      TYPE STANDARD TABLE OF rspls_alvl,
            l_s_alvl      TYPE rspls_alvl,
            l_t_alvl_iobj TYPE STANDARD TABLE OF rspls_s_rfc_alvl_iobj.
      SELECT * FROM rspls_alvl INTO TABLE l_t_alvl
                               WHERE infoprov = g_iprov
                               AND   objvers  = 'A'.
      CHECK l_t_alvl IS NOT INITIAL.
      LOOP AT l_t_alvl INTO l_s_alvl.
        CALL FUNCTION 'RSPLS_ALVL_CHANGE'
          EXPORTING
            i_aggrlevel    = l_s_alvl-aggrlevel
          IMPORTING
            e_subrc        = l_subrc
          TABLES
            i_tk_alvl_iobj = l_t_alvl_iobj
            e_tk_return    = l_t_return.
        CHECK l_subrc = 0.
        CALL FUNCTION 'RSPLS_ALVL_CHECK'
          EXPORTING
            i_aggrlevel = l_s_alvl-aggrlevel
            i_objvers   = rs_c_objvers-active
          IMPORTING
            e_subrc     = l_subrc
          TABLES
            e_tk_return = l_t_return.
        READ TABLE l_t_return INDEX 1 INTO l_s_return.
        CHECK l_subrc <> 0 OR ( sy-subrc = 0 AND l_s_return-type = 'S' ).
        CLEAR l_t_return.
        CALL FUNCTION 'RSPLS_ALVL_ACTIVATE'
          EXPORTING
            i_aggrlevel = l_s_alvl-aggrlevel
          IMPORTING
            e_subrc     = l_subrc
          TABLES
            e_tk_return = l_t_return.
      ENDLOOP.
    ENDFORM.                    "run
    This will mas activate your aggregation levels built on InfoProvider.
    Diogo.

  • Extracting Open Items : Problem with mass activity FPBW

    Hi everybody,
    I need to extract Open Items in BW. I use the extractor 0FC_OP_01 which extract the content of table DFKKOPBW in OLTP. Open Items are written in table DFKKOPBW by the mass activity FPBW.
    I have a problem with this mass activity : the field "Business partner number" stay empty in table DFKKOPBW after the execution of FPBW, whereas it's not empty in table DFKKOP... (and for the cleared items it works...)
    Does anybody have a solution for my problem?
    Best regards
    Aube

    hi buddy,
    go to SBIW go to the setting for application specificdatasourse in that go to contact account recivable, click the fileds for extrction add the field the data to see in to dffkopbw table after mass activity
    regards
    nag

  • Need to create a mass upload program for appraisal document creation for multiple employee

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi Priyaranjan,
    I think you can take the abap'ers help in creating the program. But u need to provide them the exact functionality and the required specifications in creating the appraisal document.
    Even tcode also u can get it prepared by Abap'ers.
    Thanks and Regards
    Balaji

  • Need to create a mass upload program for appraisal document creation for multiple employee in abap hr

    Hi Expertise,
    I need to create a mass upload program for appraisal document creation for manager and his multiple employee
    at a time using tcode appcreate.
    Please help me out.
    Best regards,
    Priyaranjan

    Hi,
    I have done appraisal document creation for bulk using txt file.
    this fm used for single for creation in standard tcode (phap_prepare):  'WZ_HRHAP_0DOC_WZ01_START'.
    So create ztcode  usinh this fm for single form then record BDC for this tcode and called this tcode in that bdc for bulk creation .
    While recording for single I have used manual option instead of automatic .

  • "Mass activity type does not exist" while i try to create a recording in SHDB for FPRW

    hi,
    i'm trying to create a recording in SHDB for transaction FPRW marking the checkbox "simulate background mode".  When i press the buttom "start recording" i recieve the error message >6 117  Mass activity type  does not exist.
    Does somebody know what can i do?
    thnaks

    On the right click on HD under video quality to filter it. 

  • Deleting expired application logs is key to improving mass activity performance issues

    During mass activity runs reference is made to the system's application logs during the process of line item selection. Performance based issues can be overcome by deleting old/expired application logs from the system, and rebuilding the affected table index. Based on my analysis on these issues, there has been a significant observation of 90% improvement in performance.

    Dear Astrid,
    Depending on the performance trace observed using transaction ST12, if for instance the SELECT on a particular table takes the most time, deleting all expired application logs and rebuilding the table index will result in a significant performance improvement.
    Yes 90% improvement will be observed across the entire mass activity run. In my example below I use table BALHDR.
    1. Run report SBAL_DELETE to delete all expired
    application logs from table BALHDR
        1.1. At the selection screen of report
    SBAL_DELETE, set the radio button for the expiry date to 'Only logs which have
    reached their expiry date’
        1.2. Under the tab for 'Selection
    conditions', enter the affected transaction code. e.g FPVA
        1.3. To delete the entries, set the radio
    button under the Options tab to 'Delete immediately'
        1.4. Finally, execute or use shortcut F8 to
    delete logs
    2. Rebuild index 1 on table BALHDR (create a
    secondary index on the table).
    I hope this helps.
    Kind Regards,
    Adrian

  • RSI_COPY_MASS_PARAMETER scripts for all mass activity types

    We have CPS version 7 and I am trying to submit some mass activities
    The first task is to copy mass parameters there are three scripts one for BILLING, BIPR and for INVOICES
    Where can I obtain the scripts for copy mass activity parameters for other types, Such as meter reads?
    Do I have to define them myself?
    Thanks for help

    Hi Joseph,
    The first question to ask is for which of these 24 mass activities you really need to change parameter sets.
    If you only need to copy existing parameter sets and maybe apply a date shift, then for these mass activities the standard RSI_COPY_MASS_PARAMETER will do just fine.
    For those mass activities where you do need to modify the content of the parameter sets from CPS, you need to create one of these scripts. If you need to modify many parameters, this can be somewhat cumbersome, however often the mass activity structures are somewhat similar so you could start off with one of the existing scripts. And you only need to specify the parameters you need to modify, as well as the standard parameters for these scripts (on the first tab on the submit window).
    Regards,
    Anton.

  • IS-U FICA Question for Mass activity BWOP

    Hi Experts,
      We are extracting Business Partner Items data using tcode FPOP out of ECC to BW . We want to automate this extraction using mass activity BWOP in ECC but we cannot find the correct job category which works for Mass activity type BWOP. Please advice.
    Thanks,
    SB

    Mass activities, when requiring a parameter-copy automation -such a SAP CPS implementation- require the additional parameters or move parameters event (tfk090a-EVE_PARA) to be set. Some MassActivities may come with it on the standard package, some may not such as BWOP.
    The following instructions have being successful for my own cases,  be sure to test it! Here it goes:
    What is required is to create the event and the associated function module, and then assign it to BWOP mass activity.
    1)  
          1) Create function module, using FKK_SAMPLE_1701 (event 1701)  as a model. After creating the function module be sure to adjust it to BWOP functionality by changing the h_addons data type definition. Event 1701 uses FKK_MAD_0002 structure type (line 26), but BWOP requires the structure FKK_MAD_BWOP,  be sure to do this.
    2)  
           2) Define a new event and assign to it the just created function module. (view TFKFBM).
    3)  
           3) Assign this event as the move parameters event to BWOP mass activity. (cluster view VC_TFK090A-> General Control->Events).
    4)  
        Test it!

  • How to run mass activity for DS 0FC_INVDOC_00 and activate 2710 event

    Hi,
    I am trying to extract data from DS 0FC_INVDOC_00 it gets me 0 records.I read in the form that to get the records i have to run the Mass Activity type 2620 and for daily processing of invoicing, you have to activate 2710 event.Can anyone please let me know how to do this?
    Thanks,

    Thanks Denis, I did initialization on Bi side and now trying to extract data (FULL) in rsa3 thats when it gets me 0 records.Is there any other step i need to do to extract records?? According to the postiong in the SDN (Refre to the following link) there are activities which need to be done for getting the data.This where i am stuck.
    Re: 0FC_INVDOC_00 FICA Extraction of Invoicing Document Data
    Thanks,

  • RM-CA Mass activity

    Hi all!
    I trying to learn how create mass process and  i have some issues trying to follow the note 144461 - Mass activities step by step setup ...  is not very clear about the relationship between the transaction and the jobs that i want to be execute.
    So far I could create the transaction with the respective layout and addon, create the events etc, but when i execute the process, nothing happens... and i can't understand which step i miss.
    I wanna,  for example,  use any existent job in the system but i don't understand how
    Please, if anyone have a guide, link or something like that please help me!
    Best regards!

    Hi Martin,
    Did you attach a FM and configure your event in FQEVENTS? These steps are necessary to create a mass activity a minimum (create, save, schedule and run):
    1.     Custom Transaction
    2.     Structure for ADDONS
    3.     Subscreens and Group boxes for ADDONS structure fields, if necessary
    4.     Layout
    5.     Parallel Processing Object
    6.     Subobject for the application log
    7.     Interval function module and event
    8.                  Mass activity creation
    a.     General control (mass activity type, interval event, transaction code, structure name (ADDONS), layout)
    b.     Parallel Processing object
    Please provide more details on what you've configured so far to better understand your problem .
    Thanks,
    Sai

  • Automating the mass activity FPBW (pscd open items extraction into BW)

    Hello all -
    We are trying to automate the PSCD mass activity for open item extraction into bw.  We have tried using the t-code FPBW (how you would run it manually), and we have also tried using the mass activity scheduler - rfkk_ma_scheduler.  We can't get it so the key date updates each week.  Can anyone provide some guidance on how to get this automated?
    Many thanks!

    hi buddy,
    go to SBIW go to the setting for application specificdatasourse in that go to contact account recivable, click the fileds for extrction add the field the data to see in to dffkopbw table after mass activity
    regards
    nag

Maybe you are looking for

  • Hierarchies About

    Hi,   Can some one let me know 1. When should we use hierarchies, pls. explain with a scenario ? 2. What is the concept behind hierarchies ? 3. How to create a hierarchy - step by step ? 4. Are there any varieties in hierarchy ? 5. what are the compo

  • Checkin, max file size.

    Hi gurus, I switch from SAP content server 6.3 with repository MAXDB 7.3.00.35 to SAP content server 6.4 with repository MAXDB 7.6.06.09. Now with new MAXDB I have an upload limit: if file to checkin is 38MB or bigger checkin is not possible (I don't

  • Need help on using Netbeans 4.1 to produce dos output.

    I'm used to having compilers to produce dos output for basic applications. With eclipse it has it's own output window which I like, but netbeans doesn't really isolate the output into a seperate window, but kind of bundles it in the status window. Is

  • Migrate oracle database users into weblogic application users

    Hello. I need to migrate over 1000 users with its credentials(username, password,email,etc.) from existing ORACLE database into WEBLOGIC application user. But I was facing problem with password hashes. I have created user marlis and set password like

  • Outbound mta only

    I setup one outbound mta only and I connected it to our ldap server. For some reasons, I don't want email send thru this mta server to accept local email. I want it to follow mx record rule. How can I do that? I don't really want to made this server