Table for infopacakges used in process chains

Hi,
Can any one disclose me the table name for the infopackages used in process chains??
Raj

Another one:
RSLDPIO Links datasource to infopackages
RSLDPIOT  InfoPackage Text Description
RSLDPRULE ABAP source code for InfoPackages
RSLDPSEL   Hardcoded selections in InfoPackages
RSMONICDP Contains the request-id number by data target
RSPAKPOS List of InfoPackage Groups / InfoPackages
RSSELDONE InfoPackage selection and job program
From: table that contains the name of infopacks
Lot of info already available on this in SDN.
Hope it helps.
AT

Similar Messages

  • How to extend the execution time of an ABAP Program using the Process chain

    Hello Sapians,
    Our Environment has got 600seconds = 10 mintues as the execution time.
    My ABAP Program is taking more than this 600 seconds, to show the result, I found this when I tried to execute in debug mode, it shows the result.
    If I execute in background also it shows the results succesfully.
    Only issue is when I execute this report in foreground it has been taking ages and goes on Time OUT Error.
    It has been decided that we can extend the execution time only for this report, and it will reset the time back to 10mintues once the report has been executed successfully or failed in between for any other reasons.
    And we can achieve this by using the process chains.
    Can any body help me please in this regard
    Thanks,

    Hi,,,,,,,,,,
    Besides Process Chain There is another way out for this........
    Resetting time counter of dialog process so that time-out does not
    happen. Use this fm within your program at appropriate locations to
    reset time counter.
    "CALL FUNCTION 'TH_REDISPATCH'."
    Thanks
    Saurabh

  • BW: Not getting Dump For Program error in Process Chain

    I have one issue regarding Master data loading issue in BW(3.5).
    My business flow like we have received data from server A and Server A extract data from Server B and
    Server B which is extract data from source(R/3).
    Flow like this R/3-->Server B-->Server A(ETL) -
    > My Server.
    We have a mater data process chain and that chain we have have the source system Server A but in the process chain one process is there which is fethces data like global transport e.g UOM,factory calender etc through Custom program directly from Server B.
    Oneday what happened On that process the process chain Yellow since more than 16 hrs.Once nextday process chain trigger the process chain runs sucessfuly.
    But lastdays process chain paticular process stills remains yellow?
    We are not getting any dumps and even if from Server A there is no logs then anyone could please tell me what is reason and how to solve it.
    Note: it will be helpful for me  if any one know how to check dump for program errors in Process chain as narated issue.

    Guys, I am also facing the same issue.
    When DTP is completed successfully, it has the job log blow :
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391261, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIDTPR_335754_1 with ID 06532200
    Job finished
    When it fails or remain yelllow for long time and then turn into red.
    Job started
    Step 001 started (program RSPROCESS, variant &0000000391306, user ID BWREMOTE)
    Performing check and potential update for status control table
    Status 'Executable' (user BWREMOTE)
    Status 'Active' (user BWREMOTE)
    EXTRACTION OF DATAPACKAGE 000001
    EXTRACTION OF DATAPACKAGE 000002
    Job finished
    The question is, why the program  RSBATCH_EXECUTE_PROZESS is not scheduled.  Is it because there is no free resource? Or poor response from SAP ECC?
    Finally what does "EXTRACTION OF DATAPACKAGE 000001" mean? Its not scheduled?
    Regards
    MultiABAP
    Edited by: MultiABAP on Oct 6, 2010 10:32 AM

  • Trigger a program in ECC from BI using a process chain with out Program

    Hi,
    How can we trigger a program which is in ECC system from BI using a process chain with out writing any program.
    is it possible? if yes how can we achieve this.
    Thanks & Regards,
    Madhu

    Madhu,
    Not possible, indeed need event or Remote Function Call using an ABAP program.
    Other option would be to use a 3rd party tool like Control-M to run programs/jobs on whatever system in your landscape (but requires investments of course).
    Grtx
    Marco

  • Where to use in process chains in process type in os option

    hi
    where to use in process chains in process type in os option
    regards
    vijender reddy

    Hi reddy,
    check this links,
    http://help.sap.com/saphelp_bw33/helpdata/en/35/6d6b3cfa58dd7de10000000a114084/frameset.htm
    How to Use Process Type OS Command
    Hope this helps,
    Sudhakar.

  • "Still waiting for replays Issue In process chain please help me"

    Hi Xpertz
    Could any one clarify me in the following aspect .I have a process which is having
    4 infopackages updating to a single ods and then in to a cube I copnverted it in to
    a process chain evry thing seems to be fine how ever one issue is ther .I am not
    getting any repeat option on the failed infopackage .But if the ods activation fails
    then am able to see the repeat option on that activation process.
    How can we get the repeat option on the failuere info package .
    Other than segis weblog is ther any other option to restart the process chain.3
    ITs in BW 3.5
    Thanx in advance
    Regards
    R M K
    No need to say good answers willl get full pointz***

    Hi..
    I have worked on process chains..and I too have seen this..that when chain fails..often repeat option does not appear at infopackage step..
    but then this does not cause an issue..as I simply double click on the step..open the infopackage and run it..
    Siggi's blog is very useful..I havent found another method to kick off a chain from the failed step..(other than repeat)..
    sometimes..u manually correct the failure..but the process chain step remains RED..
    as per the blog..change the field on the table..so that step goes GREEN and kicks off further steps of the chain..
    Vishvesh

  • Parallel processing for ABAP prorams in Process chain.

    Hi All,
    In one of the process chain, we have added the ABAP program. In Backend,the job is running as "BI_PROCESS_ABAP".
    I just want to know, same like DTP, can we keep parallel processing for the ABAP programs also. Please suggest.
    Thanks.

    Hello Jalina
    Also check with BASIS if the memory allocated to run this program has not overflowed and the selections you have in your ABAP program is in small chunks and use variants to run them in parallel OR series
    Thanks
    Abhishek Shanbhogue

  • Wait time for 5 min in process chain

    hi Guru,
    how to add in the process chin for wait time 5 min.
    two flat files are there, once the complete of first flat file wait for another 5 min for the second flat file load.
    my question how to add a condition for 5 min wait time , the flat file load after 5 min(means second process is trigger after 5 min).
    Thanks in advance
    Edited by: priya das on Sep 29, 2008 5:02 AM

    See if below threads are useful -
    waiting time in process chain
    Set delay for process in process chain (BI7)

  • Delete unnecessary data in info objects by using a process chain

    Hi Guru's
    I need to make a process chain which deletes data which is not used within an info object. I know how to delete the  master data which is not used for an info object. But I want to make a chain for this so I can run this chain so all not used data of all info objects will be deleted. Can anyone show me how to make this chain?
    Thanks in advance!
    Best regards,
    Jens
    Edited by: Jens Bevers on Aug 13, 2008 12:15 PM

    Hi Siggi,
    Thanks for your quick reply!
    Can you please be a bit more specific with your answer,  because I am not used to create an ABAP. So can you please give a short stepwise manual what I need to do now.
    Best regards,
    Jens
    Edited by: Jens Bevers on Aug 13, 2008 1:39 PM

  • Error while deleting data from a write optimized DSO using a Process Chain?

    Dear Bwers,
    I am facing a strange error while using process chains to delete data from data target which is a write optimized DSO. The process shows as failed but the data gets deleted in the DSO. The error message is as below. Did anybody have a similar problem? Any suggestions.
    Thanks
    Raj
    Error while deleting content of InfoCube/DataStore object ZLSD_G03
    Message no. RSDODSO153

    Please, check if you get any short dump in ST22 related to this issue.

  • Can I delete 'Initialization Options for Source System' in Process Chain?

    Hi All,
    Can I automate the process of deleting the 'Initialization Options for Source System' for Delta Init package? I need to include this step in a process chain, rather than deleting the init request manually.
    Thanks,
    Naveen.

    Naveen,
    As far as I know, nope. And it's logical, considering the Initialization is a "one time" process and not a repetitive one (unless you have to reinitialize, of course...)
    Regards,
    Luis

  • Autorization object for veiwing log of process chain

    Hi,
    I am looking out for an authorization object or role which will give only access to view the log generated on a day due to the execution of process chain.
    Thanks in advance.
    Regards,
    Naveen

    Hi,
    This is a good and interesting Question.
    I too am not aware of the same. Could you check the followoing Link and find if you get anything here.
    http://help.sap.com/saphelp_bw31/helpdata/en/52/671126439b11d1896f0000e8322d00/frameset.htm
    Hope it helps,
    Keen to the answer here,
    Pradip Parmar.

  • Group data locked error for MM01 using parallel processing

    Hello gurus,
                       I am using Call txn method (MM01) Parallel Processing method ( around 9 threads ). The Materials are getting locked around 10 percent sometimes.
    This is happening randomly ..one day i dont have any locking errors ..next day i have ...Any ideas why this could be..any prereq i need to check before executing the parallel processing..
    Thank you in advance..
    sasidhar p

    Hi Sasidhar
    I guess you are either extending the Sales Data or MRP Data. Just make sure that you are processing these transactions in a linear form for a single material. We can use parallel processing for different materials but for a single material if we go for parallel processing we can definetely expect the Lock Objects error.
    Kind Regards
    Eswar

  • Searching for ABAP to Download Process Chain Definition

    Dear all,
    Has somebody an ABAP to download BW Process Chain definitions as a TXT or XLS file (to local PC)?
    (and want's to share it...
    Best regards,
    Jos

    hi,
    process chain are stored in tables RSPC*
    RSPCCHAINT store the text.
    hope this helps.

  • Transacton codes for production support and process chain

    hi guys,
    please any one tell me the Transacton codes for production support and process chain

    For event creation - SM64
    For Job - SM36 to Define . However for process chains you can define job in Start Process maintenance itself.
    Regards.
    Sanjay

Maybe you are looking for

  • Error while running package ORA-06553: PLS-553 character set name is not re

    Hi all. I have a problem with a package, when I run it returns me code error: ORA-06552: PL/SQL: Compilation unit analysis terminated ORA-06553: PLS-553: character set name is not recognized The full context of the problem is this: Previously I had a

  • Can't add a program to an account in parental controls

    I'm a teacher who recently received a number of IMacs. I've set up a parental controlled account using only simple finder. I've also only allowed certain programs to be accessed via their account. My problem is that I've added the program Digicel Fli

  • Mail problems,,no attachements options

    HI, I just started to use iPad 2 And having problems with mail accounts. I am trying to compose mail and I am not getting an option to add or change front, add attachements.... And all the other options associated with creating emails... All I am see

  • How to register Rest web services in Cold Fusion 9 administration console?

    I am building a Rest web service using Cold Fusion 9 and Cold Fusion Builder 3 and now I want to register it on Cold Fusion 9 admin console, but I didn't see any option there as in CF 10 and CF 11 Data Services ---> Rest Web service. So, please tell

  • My windows 8 bootcamp got changed to FAT format.

    So I needed more space on my windows 8 bootcamp drive. So I resized my Macintosh HD drive and added about 20 GBs of space, then went to Windows and changed the drive space to add the 20 GBs to it and it worked fine. (This was mostly a test to see if