Load into PSA, then into target - in process chains

Hi
I have a question regarding first loading into PSA, then into target - using process chains
It can be done by executing a package only loading into PSA. Then using the process type "Read PSA and Update Data Target".
My problem is, that I want to split this into two seperate chains. I.e. loading all data into PSAs before loading into targets. But when I do these two tasks in seperate chains I get a syntax error shown below. Can it really be true, that you are not able to do this in seperate chains???
Thanks
Karsten
Process LOADING variant ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7 is referenced but is not in the chain
Message no. RSPC060
Diagnosis
Process LOADING, variant ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7 must precede the current process. This process is not however available in the chain.
System response
The system is unable to activate the chain.
Procedure
Change the current process so that it no longer references LOADING ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7, or schedule process LOADING ZPAK_3WI2VMPZM3FE8Y1ELC0TKQHW7 in the chain so that it precedes the current process.

Hello Karsten
I've discussed this with SAP and even if the response was not clear, it doesn't seem to be possible. We also wanted to do this because we have source system working 24h/24 and 7/7. So as master data and tx data can be created at any time, it was the only way to make sure all master data were available for the load of tx data (loading tx data in PSA, then loading master data, then PSA to target). Is it for the same reason that you want to dissociate the loads ?
What I've done eventually is load in an ODS not BEX relevant (so SID not required), no master check in IP, so the ODS is like the PSA. Then load master data, activate. Then load from this ODS to target. It's working fine. I do not reconsidere changing this.
Good luck
Philippe

Similar Messages

  • How do I get iphone5 video clips from my camera roll into videos, then into icloud?

    How do I get video clips from my iphone5 camera roll into videos, then into icloud?

    Thank you -- I was able to find an answer in the previous posts and I just figure it out!  ;-}

  • How to load data targets through process chain

    hello gurus,
    i am new to bi7.0 environment,
    can anyone provide me step by step loading of data targets with the help of process chains.
    its very urgent
    thanks in advance
    bharath kumar

    Hi,
    After creating Start variant, select Data Targets in left side, find out which one you want to create PC. Drag and drop that Data Target ODS into right side, and select info package and ods activation.
    For Master data also the same you have select Attr Change run.
    Connect the links from Start variant to data targets.
    Check the below links:
    http://help.sap.com/saphelp_bw33/helpdata/en/d5/e80d3dbd82f72ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_bw33/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/dc/c7e542de327276e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/87/13843b74f7be0fe10000000a114084/frameset.htm
    Business Intelligence Old Forum (Read Only Archive)
    Reg
    Pra

  • PSA to Multiple Data Targets in process chain

    Hello All,
    I am trying to create a process chain that loads data from an already loaded PSA to further targets. (Note that the infopackage to load from R/3 to PSA is in another process chain). I am using the "Read PSA and Update Data Target" process type. But it allows only one data target. I need to push the data to all the targets of that infosource. Do I have to put a process for each target? Or is there a work around? Please help.
    Thank you,
    Rinni.

    Hi Hemant,
    Thank you for your detailed answer. I know that it is mostly not practical to have the InfoPackage and "Read from PSA" package in different local chains. However I am facing a situation where I need to create a chain that just extracts all the data from R/3 and loads it till PSA in BW (This is very time critical, so we do not wish to put any other processing in this chain). And in the second chain, we want to put further processing steps within BW. That is the reason, loading from PSA to ODS needs to be in a separate chain.
    Another thing is the variant does have a field to enter Data Target, and that shows only the targets of InfoPackage, but allows me to select only one. However, I will go ahead and try with the Infopkg entry as you suggested.
    But if you could just elaborate on why you said, I CANNOT have PSA to Targets in a separate chain, I would really appreciate it!
    Thanks again,
    it was a big help!!

  • Increse No of BGP while data load and how to bypass the DTPin Process Chain

    Hello  All,
    We want to improve the performance of the loads. Currently we are loading the data from external Data Base though DB link. Just to mention we are on BI 7 system.  We are by passing the PSA to load the data quickest. Unfortunately we cannot use PSA.  Because loads times are more when we use PSA. So we are directly accessing views on external data base.  Also external data base is indexed as per our requirement.
    Currently our DTP is set to run on the 10 parallel processes (on DTP settings for batch Batch Manager with job class A). Even though we set to 10 we can see loads are running on 3 or 4 Back ground parallel processes only. Not sure why. Does any one know why it is behaving like that and how to increase them?
    If I want to split the load into three. (Diff DTPs with Different selections).  And all three will load the data into same info provider parallel. We have the routine in the selection that will look a table to get the respective selection conditions and all three DTPs will kick off parallel as part of the process chain.
    But in some cases we only get the data for two or oneDTPs(depends on the selection conditions). In this case is there any way in routine or process chain to say that if there is no selection for that DTP then ignore that DTP or set to success for that DTP and process chain should continue.
    Really appreciate your help.

    Hi
    Sounds like a nice problemu2026
    Here is a response to your questions:
    Before I start, I just want to mention that I do not understand how you are bypassing the PSA if you are using a DTP? Be that as it may, I will respond regardless.
    When looking at performance, you need to identify where your problem is.
    First, execute your view directly on the database. Ask the DBA if you do not have access. If possible perform a database explain on the view (this can also be done from within SAPu2026I think). This step is required to ensure that the view is not the cause of your performance problem. If it is, we need to implement steps to resolve that.
    If the view performs well, consider the following SAP BI ETL design changes:
    1. Are you loading deltas or full loads. When you have performance problems u2013 the first thing to consider is to make use of the delta queue (or changing the extraction to just send deltas to BI)
    2. Drop indexes before load and re-create them after the load 
    3. Make use of the BI 7.0 write optimized DSO. This allows for much faster loads.
    4. Check if you do ABAP lookups during the load. If you do, consider loading the DSO that you are selecting on in memory and change the lookup to refer to the table in memory rather. This will save tremendous time in terms of DB I/O
    5. This will have cost implications but the BI Accelerator will allow for much faster loads
    Good luck!

  • Loading from flat file to dso using process chains

    hi,
    i am using BI7.0
    i am new to  process chains
    can anyone  explain how to load data from flat file to dso using process chains(i have created all the objects created) preffered if explained with an example

    You can find a lot info if you can searh SDN.
    Metachain
    Steps for Metachain :
    1. Start ( In this variant set ur schedule times for this metachain )
    2.Local Process Chain 1 ( Say its a master data process chain - Get into the start variant of this chain ( Sub chain - like any other chain ) and check the second radio button " Start using metachain or API " )
    3.Local Process Chain 2 ( Say its a transaction data process chain do the same as in step 2 )
    Steps for Process Chains in BI 7.0 for a Cube.
    1. Start
    2. Execute Infopackage
    3. Delete Indexes for Cube
    4.Execute DTP
    5. Create Indexes for Cube
    For DSO
    1. Start
    2. Execute Infopackage
    3. Execute DTP
    5. Activate DSO
    For an IO
    1. Start
    2.Execute infopackage
    3.Execute DTP
    4.Attribute Change Run
    Data to Cube thru a DSO
    1. Start
    2. Execute Infopackage ( loads till psa )
    3.Execute DTP ( to load DSO frm PSA )
    4.Activate DSO
    5.Delete Indexes for Cube
    6.Execute DTP ( to load Cube frm DSO )
    7.Create Indexes for Cube
    3.X
    Master loading ( Attr, Text, Hierarchies )
    Steps :
    1.Start
    2. Execute Infopackage ( say if you are loading 2 IO's just have them all parallel )
    3.You might want to load in seq - Attributes - Texts - Hierarchies
    4.And ( Connecting all Infopackages )
    5.Attribute Change Run ( add all relevant IO's ).
    Start
    Infopackge1A(Attr)|Infopackge2A(Attr)
    Infopackge1B(Txts)|Infopackge2B(Txts)
    /_____________________|
    Infopackge1C(Txts)______|
    \_____________________|
    ___________________|
    __\___________________|
    ___\__________________|
    ______ And Processer_ ( Connect Infopackge1C & Infopackge2B )
    __________|__________
    Attribute Change Run ( Add Infobject 1 & Infoobject 2 to this variant )
    1. Start
    2. Delete Indexes for Cube
    3. Execute Infopackage
    4.Create Indexes for Cube
    For DSO
    1. Start
    2. Execute Infopackage
    3. Activate DSO
    For an IO
    1.Start
    2.Execute infopackage
    3.Attribute Change Run
    Data to Cube thru a DSO
    1. Start
    2. Execute Infopackage
    3.Activate DSO
    4.Delete Indexes for Cube
    5.Execute Infopackage
    6.Create Indexes for Cube
    Some Links
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8f/c08b3baaa59649e10000000a11402f/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/19683495-0501-0010-4381-b31db6ece1e9
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36693695-0501-0010-698a-a015c6aac9e1
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9936e790-0201-0010-f185-89d0377639db
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3507aa90-0201-0010-6891-d7df8c4722f7
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/263de690-0201-0010-bc9f-b65b3e7ba11c

  • CIF STEPS to load data from ECC to APO from Process chain

    Hi,
    i try to create on ECC system a process chain in order to execute the CIF program for updating APO Material/Plant Master data on DELTA mode .
    I am not sure that the procedure is correct, at the moment i put on a chain:
    - Step 1 Program RIMODGEN with a specific variant
    -Step 2 Program RIMODACT2 with a specific variant.
    Is necessary a third step with RIMODACT2 in order to deactivate the integration model?
    On APO we have to insert other standard step in order to complete the delta update?
    Any experience on similar situation?
    Thanks,
    Veronica

    Veronica
    You do not need a third step. You do not need to deactivate the model. In fact, it is not recommended to do so. You do not need any step in APO.
    If your CIF setup is correct, the first two steps should be enough.
    If by 'Delta', you mean field value changes to material/ plants in an existing integration model, you dont even need to do CFM1/ CFM2 if you have setup transaction CFC9 for BTE (online transfer).
    Rishi Menon

  • CoordinateMapper is not working properly when converting Depth into Camera then into Color Space

    Hello everyone,
    I am trying to map depth point to color space in the defined portion of the depth frame data in my Kinect v2. I am using CoordinateMapper for conversion between various spaces.
    Below is the snippet of the code-
    private void KinectMultiSourceFrameArrived(object sender, MultiSourceFrameArrivedEventArgs e)
    var reference = e.FrameReference.AcquireFrame();
    ColorFrame ColorFrame = reference.ColorFrameReference.AcquireFrame();
    DepthFrame DepthFrame = reference.DepthFrameReference.AcquireFrame();
    if (ColorFrame != null && DepthFrame != null)//Do not proceed, if any frame is expired
    ColorFrame.CopyConvertedFrameDataToArray(ColorFramePixels, ColorImageFormat.Bgra);
    Image<Bgra, byte> ColorFrameImage = GetBgraImageFromBytes(colorFrameWidth, colorFrameHeight, colorFramePixels);
    DepthFrame.CopyFrameDataToArray(DepthFrameData);
    CoordinateMapper.MapColorFrameToDepthSpace(DepthFrameData, DepthSpacePoints);
    for (int index = 0; index < DepthFrameData.Length; index++)
    ushort depth = DepthFrameData[index];// Get the depth for current pixel
    if (depth > depthMinReliableDistance && depth < depthMaxReliableDistance)//Ignore outside points
    CameraSpacePoint point = CoordinateMapper.MapDepthPointToCameraSpace(DepthSpacePoints[i], depth);
    //Some processing on CameraSpacePoint are cropped while putting the code here
    ColorSpacePoint colorSpacePoint = CoordinateMapper.MapCameraPointToColorSpace(point);
    DrawMarkInImage(ColorFrameImage, colorSpacePoint);
    ColorImgBox.Image = ColorFrameImage;// See the image
    if (ColorFrame != null) ColorFrame.Dispose();
    if (DepthFrame != null) DepthFrame.Dispose();
    //Convert the bytes into image using EmguCV
    Image<Bgra, byte> GetBgraImageFromBytes(int Width, int Height, byte[] Pixels)
    Image<Bgra, byte> Image = new Image<Bgra, byte>(Width, Height);
    Image.Bytes = Pixels;
    return Image
    //Draw circle (Just for debugging purpose)
    void DrawMarkInImage(Image<Bgra, byte> ColorFrameImage, ColorSpacePoint ColorSpacePoint)
    Point CircleCenter = new Point((int)ColorSpacePoint.X, (int)ColorSpacePoint.Y)
    ColorFrameImage.Draw(new CircleF(CircleCenter, 2), new Bgra(0, 255, 255, 255), 1);
    However, when I tried to converting the depth directly to color space, it works well. But since I am doing processing over CameraSpacePoint, I need to make above working.
    Somebody please tell me where is the error and how to resolve it.

    Hi Carmine,
    I apologize for this confusion. I am trying to process only a defined portion in the depth frame, which resides between MinReliableDistance and MaxReliableDistance. For the testing purpose, I kept my Kinect v2 in the table facing towards the floor at the
    height of 1 meter from the floor. Some objects are kept in the floor. Based on the depth information, I just want to mark their top face.
    I tried following two methods-
    Method1: First compare the depth and ignore the undesired depth points. Then find out CameraSpacePoint of this depth point. Do the processing, whatever is needed. Now convert this CameraSpacePoint into ColorSpacePoint and draw a mark on this point in the
    color image. Below is the code snippet-
    CoordinateMapper.MapColorFrameToDepthSpace(DepthFrameData, DepthSpacePoints);
    for (int DepthIndex = 0; DepthIndex < DepthFrameData.Length; ++DepthIndex)
    ushort Depth = DepthFrameData[depthIndex];// Get the depth for current pixel
    if (Depth > depthMinReliableDistance && Depth < depthMaxReliableDistance)
    CameraSpacePoint CameraSpacePoint = CoordinateMapper.MapDepthPointToCameraSpace(DepthSpacePoints[depthIndex], Depth);
    //some of the code is removed while putting it here
    ColorSpacePoint ColorSpacePoint = CoordinateMapper.MapCameraPointToColorSpace(CameraSpacePoint);
    if ((ColorSpacePoint.X >= 0) && (ColorSpacePoint.X < ColorFrameWidth) && (ColorSpacePoint.Y >= 0) && (ColorSpacePoint.Y < ColorFrameHeight))
    DrawMarkInImage(ColorFrameImage, ColorSpacePoint);
    DisplayImage(ColorFrameImage);
    MinReliableDistance is 676mm whereas MaxReliableDistance is 850mm. (Just for this setup)
    The above code doesn't work. It is unable to find out the objects standing in the floor. Please see attached image and notice the yellow marks are not in correct locations.
    Method 2: Just to check the setup, I tried this method but I can't go with this method further (Since I need the points in CameraSpace. In this method, I first check for valid depth point. Then corresponding color pixel is picked up from the ColorFramePixels
    using ColorSpacePoint. Below is the snippet-
    CoordinateMapper.MapDepthFrameToColorSpace(DepthFrameData, ColorSpacePoints);
    Array.Clear(DisplayPixels, 0, DisplayPixels.Length); //Clear pixels to black
    for (int DepthIndex = 0; DepthIndex < DepthFrameData.Length; ++DepthIndex)
    ushort Depth = DepthFrameData[depthIndex];// Get the depth for current pixel
    if (Depth > depthMinReliableDistance && Depth < depthMaxReliableDistance)
    ColorSpacePoint Point = ColorSpacePoints[depthIndex];
    int ColorX = (int)Math.Floor(Point.X + 0.5);
    int ColorY = (int)Math.Floor(Point.Y + 0.5);
    if ((ColorX >= 0) && (ColorX < ColorFrameWidth) && (ColorY >= 0) && (ColorY < ColorFrameHeight))
    int ColorImageIndex = ((colorFrameWidth * ColorY) + ColorX) * BytesPerPixel;
    int DepthPixel = DepthIndex * BytesPerPixel;
    DisplayPixels[DepthPixel] = ColorFramePixels[ColorImageIndex];
    DisplayPixels[DepthPixel + 1] = ColorFramePixels[ColorImageIndex + 1];
    DisplayPixels[DepthPixel + 2] = ColorFramePixels[ColorImageIndex + 2];
    DisplayPixels[DepthPixel + 3] = 255;
    Image<Bgra, byte> DepthFrameImage = GetBgraImageFromBytes(DepthFrameWidth, DepthFrameHeight, DisplayPixels);
    DisplayImage(DepthFrameImage);
    Please see the attached output image. You can notice the internal pixels are picked from color fame and outside pixels are black as expected.
    Output image of method 1. Notice the yellow marks are not in proper place. They should lie on the top face of objects
    Output image of method 2. Notice the unwanted area and top face of the standing object are black (as expected)-
    Hope is clears your doubt.

  • I need help with migration....i need to take movies off 1 hard drive and put into another then into my iPad

    I need help taking movies off of 1 hard drive and putting into another....then putting into my ipad

    Drag them from one hard drive then drop them onto the other. Then you must import them into iTunes in order to sync them to your iPad.

  • HT4623 When I go into settings then into general there isn't any software update...how do I update it now?

    How do I update my iPad 1 so??? Need help FAST !

    You are not running iOS 5 which is needed in order to do OTA software updates. You will have to use your computer running the latest version of iTunes in order to update. You can only update to the most recent version which is 5.1.1.
    iOS: How to update your iPhone, iPad or iPod Touch

  • How can I delete all loads for a specific infopackage in a process chain?

    Good day all,
    I've got a BW 3.5 system. and I have a cube which is loaded by two infopackages, I will call them "Current" and "History" which load each month.  On an ongoing basis I only want one "Current" infopackage load and many "History" infopackage loads.  At the beginning of a month before I load a new "Current", I would like to delete any loads in my cube that were loaded by "Current".  It's not an overlapping selection request, so the automated delete won't work - so I'm open for suggestions.
    Thanks,   Ken

    In the InfoPackage settings - Data Target tab, use the Automatic loading of similar/identical requests option.
    Instead of deleting "overlapping", you can request selection through the routine using the following tables:
    rsreqdone contains the request numbers and the InfoPackage technical name.
    rsseldone contains request numbers and their selection criteria.
    Use something like this:
    TABLES: rsreqdone, rsseldone.
    DATA:   itab_rsseldone TYPE rsseldone,
            itab_rsreqdone TYPE SORTED TABLE OF rsreqdone WITH NON-UNIQUE
            KEY rnr WITH HEADER LINE,
            v_date TYPE sy-datum.
    *selecting all requests from RSREQDONE that were loading from this infopackage
    select rnr from RSREQDONE into table itab_rsreqdone
    where LOGDPID = 'Current Infopackage Technical Name'.
    loop at itab_rsreqdone.
    *selecting all these requests + selection criteria from RSSELDONE
    select single * from rsseldone into itab_RSSELDONE
    where rnr = itab_rsreqdone-rnr.
    if sy-subrc EQ 0.
    v_date = sy-datum.
    *if the Month Selection criteria is less than the current system month
    *then delete request from target.
    if itab_RSSELDONE-low(6) < v_date(6).
    *all requests remaining in l_t_request_to_delete are deleted from the data target
    l_t_request_to_delete-rnr = itab_rsreqdone-rnr.
    append l_t_request_to_delete.
    ENDIF.
    ENDIF.
    endloop.
    *do not delete the actual request
    DELETE l_t_request_to_delete WHERE
    rnr = l_request.
    clear p_subrc.

  • PSA Deletion Issue from the Process Chain

    Hi,
    I am facing problem in PSA Deletion from the chain. Scenario and issue as follow:
    Scenario:
    I have a PSA deletion Chain which got trigger daily. Which contains the many "Deletion of Requests from PSA" step. Datasources in the steps are from 3 different source system. Previously all are working fine.  I am using 7.1 version.
    Issue:
    1. All PSA Deletion step working fine except the BW source system Datasources.
    2. Few of the Datasources from BW source system are working fine(i.e, deleting the requests as per the condition given in the step.) and few are not(i.e, it does not pick up any request for deletion, but it have to delete some requests as per the conditions.).
    All the PSA deletion steps are  turns to green when chain executed.Few of them is not working from august and few are from the october(i.e, Not any specific date)
    Please suggest me the solution for above issue.
    Thanks in Advance.
    Himanshu.

    Hi ,
      Goto display/maintain  variant of the PSA deletion step and compare conditions of  the Infopackages which delete data successfully with those which do not .
       The condition given for the info-package whose data is not deleted from PSA , is not being satisfied that might be the reason the request is not deleted from the infopackage.

  • Error in loading data into PSA from source system.

    Hi Experts !!!
    Good morning .
    I am trying to load data from SRM source system into BI system.When I execute infopackage,the data is not loaded into PSA and status of the process immediately becomes yellow.After sometime it gets timed out and converts to RED.When I checked the error documentation I found that the iDOCS response was not received from the source system.Detailed error is as below.
    System Response
    There are idocs in the source system ALE outbox that did not arrive in the ALE inbox of BI.
    Further Analysis
    Check the TRFC log
    you can access this log using the wizard OR menu path "Environment > Transact. RFC> In the source system
    However,I was not able to navigate to this path.I think if I can navigate to this path,I can manually push IDOCS from source system to BI system.
    Regards,
    Mandar.

    Hi,
    Check the DataSource in RSA3, if it is working fine and able to see the data in RSA3, there is no problem in DS level, then check the Mappings and any routines in BW for that DS, if this is also fine then check the below options.
    See Dumps in ST22, SM21 also.
    Check RFC Connection between ECC and BW systems, i.e. RSA1-->Source System->Right Click on Source system and Check.
    You must have the following profiles to BWREMOTE or ALEREMOTE users.So add it. Bcoz either of these two users will use in background to get extract the data from ECC, so add these profiels in BW.
    S_BI-WHM_RFC, S_BI-WHM_SPC, S_BI-WX_RFC
    And also check the following things.
    1.Connections from BW to ECC and ECC to BW in SM59
    2.Check Port,Partner Profiles,and Message Types in WE20 in ECC & BW.
    3.Check Dumps in ST22, and SM21.
    4.If Idocs are stuck i.e see the OLTP Idoc numbers in RSMO Screen in (BW) detials tab see in bottom, you can see OLTP Idoc number and take the Idoc numbers and then goto to ECC see the status in WE05 or WE02, if error then check the log else goto to BD87 in ECC and give the Idoc numbers and execute manually and see in RSMO and refresh.
    5.Check the LUWs struck in SM58,User Name = * (star) and run it and see Strucked LUWs and select our LUW and execute manually and see in RSMO in BW.
    See in SDN
    Re: Loading error in the production  system
    IDOC getting struck at TRFC (SM58)
    1.Reorg of table (ARFCSSTATE )
    2.Incraesing the resources in the system (no of processes and memory ) , as this issue happens owing to this.
    Source system tries to send TRFC to target and if there are no WP's available it will come to Transaction Recorded state, and form here it will not try to send this TRFC.So you have to execute this manually.
    Also we can increase the timeout parameter so that it can try few more times to send before actually it comes to recorded state.
    Regards,
    Suman

  • Process Chain : Read PSA and Update Data Target in BI 7.0

    Hello Experts,
    In my Process Chain I have a variant Execute Infopackage to load the data only into PSA. then I have next variant as *Read PSA and Update Data Target*. my data target was a Master Data table Hierarchy
    In the variant " Read PSA and Update Data Target". the selection Parameters were
    PSA.Table : 0GLACCEXT_T011_HIER_BA1
    Selection Object Type : same Infopackage in Varaint Execute Infopackage
    the Error message was Variant doesnot contain a valid combination request/data target
    I checked the PSA-Table using RSA1OLD Transaction then I find four PSA Tables:
    0GLACCEXT_T011_HIER_BA1
    0GLACCEXT_T011_HIER_BA2
    0GLACCEXT_T011_HIER_BA3
    0GLACCEXT_T011_HIER_BA4
    All the requests are linked to PSA Table *0GLACCEXT_T011_HIER_BA4*.
    I can't understand why there exists four PSA Tables?
    I try to link the PSA-table 0GLACCEXT_T011_HIER_BA4 in the variant *Read PSA and Update Data Target and try to save it it raises short dump.
    If I select 0GLACCEXT_T011_HIER_BA1 in the varaint I shouldn't face any problems.?
    but the process chain raises an Error message Variant doesnot contain a valid combination request/data target with this variant.
    How shall I handle this issue?
    Please carify me the issues as soon as possible.
    thanks in advance
    Regards
    sailekha

    Hello,
    In the Variant Read PSA and Update Data Target I have to select  the PSA Tabelle Name from the preselection list in the System it shows me all the four PSA Tables that I mentioned.
    I can select any one of them. So I trieed with all the four PSA Tables in the list but I can selct only the XXXX......BA1 table  then only I can save and  include it in the PC. If I select the remaining tables BA2, BA3, BA4.........while I try to save the Variant it raises short dump.
    I checked the PSA using the Transaction  RSA1OLD under PSA...... I find 4 PSA Tables( I don't know whether they are PSA Tables or not but in the Variant it states that they are PSA Tables) in which all the requests are attached to BA4. only.
    I observed that ony for Hierarchies I find four PSA tables for remaining one only one PSA table was available.
    I totally confused how to handle this situation. any suggestions......... please help me to resolve this problem.
    Thanks & Regards

  • Loading from PSA with different process chains at a different time

    Hi,
    We currently have an issue regarding loading the same data from 2 separate Process Chains from the same datasource at a different time.
    Simplified what is happening :
    Process Chain 1:
    Step 1a = Load 2LIS_13_VDITM into ODS "A"
    Step 1b = Load 0FI_GL_4 into ODS "B"
    At a later time, (PC1 is ready) =>
    Process Chain 2:
    Step 1 = Load ODS "A" to ODS "C"
    Step 2 = Load 0FI_GL_4 (from PSA) to ODS "C"
    Because of dependencies, step 2 from PC2 has to be loaded AFTER Step 1 (with activation) from PC2.
    We cannot change Process Chain 1.
    What i want to do is load the data from 0FI_GL_4 only to PSA in Process Chain 1 and pick it up again in Process Chain 2. This functionality is available in NW2004S, but not in our version BW 3.0B.
    Does anyone have an idea how to do this ?
    Thanks,
    Pascal

    Hi Dinesh,
    Thank you for your quick answer.
    The problem is i cannot change PC1, but 0FI_GL_4 is loaded with the option into PSA and then immediatly to the target. So data is available in the PSA.
    When I try to load data from PSA into ODS "C" in PC2, i get an error saying that the belonging infopackage (from PC1) is not available in this PC and thus cannot be loaded from PSA.
    Regards,
    Pascal

Maybe you are looking for

  • Dynamically hide a block in selection screen

    Hi All, Can we hide a whole block in a selection screen dynamically. If so, then how? Regards, Bhaskar Tripathi

  • RAID: What is it and what are the benefits and How to Setup?

    I was wondering what RAID is? How do you set it up? And what are the benefits of having dual hard drives setup in RAID? I have a powermac G5 (quad 2.5ghz/16gb RAM/80gb SSD & 1tb HD) and I want to setup my SSD and HD in RAID...would that be wise? Than

  • How do I store and retrieve variables end user enters in Dynamic Pages ?

    I have 4 dynamic pages, a user enters in variables on first page. At the next 3 dynamic pages I send the user to I have to display the items they entered on the first page in text items. How do I pass these variables ???? thanks!

  • GATE ENTRY PROCEDURE

    I have to set the Gate Entry Procedure for the incoming material.  how do i customize the same and what are the t.codes. is Inbound Delivery can be used for Vendor Gate entry. regards KIM.

  • OSx Mountain Lion - lagg/slow in moving desktops/places

    Hello, After i upgrade to ML my iMAC 2011 is running with lagg or you can see the desktops how it vibrate. Those things i never experienced with lion, everythink was smooth. Probably they have to improve the drivers for video card. Anyone has a solut