Infopackage processing options

Hi
Can someone tell me when do we get the options "ALE Inbox and Infoobject" in the infopackage processing tab?
Normally we load via PSA and get 4 options but in some cases we get just 2 options to load via ALE inbox

Hi
While loading the Hierarchies because When we choose IDOCs (Not Psa) then ALE Inboxe option comes As far I know.
Hope you know PSA is for Staging and error handling and IDOCs is used when we know the data is Consistent. Here the existing data is assigned to the nodes via ALE.
In ALE inbox and in InfoCubes or InfoObject immediately
Mark this field if you wish to load data by IDoc in the ALE inbound processing for BI and immediately carry on updating in the InfoCubes, or master data table of an InfoObject.
This is the standard setting.
In ALE inbox, but not straight in InfoCubes / InfoObject
Use
Mark this field is you wish to load data only in the ALE inbound processing for BI but not carry out any update.
You then get the error message "Do not update data immediately" in the monitor. There, you can manually trigger the update in the InfoCubes or master data table of an InfoObject (in the dialog in the background) in the tabstrip All IDocs.
Hope it helps and clear
Edited by: Aduri on Jan 2, 2009 5:36 PM

Similar Messages

  • Maintainance of Infopackage, process chains, BI hierachies in BI production

    Hi,
    I wish to create & maintain infopackage, process chains, BI hierachies BI production server.
    If the production server is not open for changes then how do i maintain these changes in production.
    Please advise.
    Rgds,
    Deepak

    Dear Deepak,
    In many Comp's Transports will be happening in a weekly basis or monthly basis, then if you want to use the objects urgently:
    In production system you can create and maintain Infopackges, no issues.
    Also you can create Manual hierarchies for any InfoObject.
    For process chains best thing to do is go to RSPC go to unassigned chains you can find either process chains which are created and not being used or Test process chains, which can be edited.
    Remove the processes from unused or waste chains and add Ur DTPs etc., so that Ur chain can be created. Assign that chain to Ur  component in RSPC.
    And the other option is you can create new chain in Prod system itself if you have developer access.
    If you can Transport Ur objects on daily basis period then create a new chain in Dev, Test in QA and ransport it PRD.
    Rgs,
    I.R.K

  • Processing options for EDI vendor Invoices

    I'm trying to get a better understanding of what my options are for processing EDI vendor invoices and would appreciate some help.  I'm using  message type INVOIC02 with process code INVL and in configuration I've set the processing option in table T076S to 4 (tolerence corresponding to online processing).  When an invoice fails either the vendor specific tolerance check or the payment blocking checks the invoice gets parked with error status 3.  This is behaving as I would expect.  The issue I have is the price on the parked invoice is the price from the PO and not the price from the EDI segment.  Is there anyway to change this?  This makes it difficult to analyze the cause of the error without going back to the Idoc segments.  I've tried playing with the other processing options but they also enter the PO price in the parked invoice.  If it's not possible to change this are there any tricks that i'm missing that can help the users analyze the cause of the errors without going back into the idoc?
    thanks,

    If anyone has any expierence with this, I would appreciate any advice you may have.
    thanks,

  • Parallel Process Option for Optimization in Background.

    Hi,
    I am testing the SNP Optimizer with various settings this week on  demo version from SAP for a client.  I am looking for information that anyone might have on the SNP Parallel Processing Option in the execution of the Optimizer in the background.   The information that I could find is very thin.   I would be interested in any documentation or experience that you have.
    Sincerely,
    Michael M. Stahl
    [email protected]

    Hello,
    While running the transaction /SAPAPO/SNPOP - Supply Network Optimization  in the background, In the variant of it you can enter Parallel Processing profile in the field Paral. Proc. Profile.
    This profile you will require to define in the Customization(SPRO) before use it in the variant.
    Path to maintain it is as below Use transaction SPRO
    Advanced Planning and Optimization --> Supply Chain Planning -->Supply Network Planning (SNP) --> Profiles --> Define Parallel Processing Profile
    Here you will require to define your profile... e.g. as below
    Paral. Proc. Profile SNP_OPT
    Description          SNP OPTIMIZER PP PROFILE
    Appl. (Parallel Pr.) : Optimization
    Parallel Processes   2
    Logical system :
    Server Group :
    Block Size:
    You will require to take Basis team's help to enter value for Server Group and Block size.
    I hope, above information is helpful for you.
    Regards,
    Anjali

  • AP - Manager Payment - Process staus is: Rejected by Processing Option

    When run a payment request (process Manager Payment) I get error. The Error reason is follow:
    Document payables was failed because of rejection level setting (failure was triggered by document payables XXXX).
    The process staus is: Rejected by Processing Option
    Status: Failed Document Validation
    I know when the process status is rejected but I don’t Know when I have the process status "Rejected by Processing Option". I don’t understand the error reason because I paid in the past with the same Profile payment.
    Has anyone faced this issue?
    Thank you
    Mauro

    Hi,
    You might have used the Profile previously but Validation failure may occur depending upon options ie. Selection criteria selected while submission of PPR.
    Change the options and try again.
    Regards,
    Sridhar

  • Receiving IDocs in XI from a system with Queue Processing option

    I am trying to use the Queue Processing option that can be set in a partner profile for IDoc sending, so that qRFC is used.
    I have set up the Rule Name as one of the defaults that come with the system, but when I execute the sending of the IDoc, it gets stuck with status 30 (ready for dispatch). I have configured the Output Mode of the IDoc as "Transfer IDoc Immediately".
    SAP Documentation states that:
    "When you send by qRFC, the IDocs are first put in an outbound queue in the sending system, and then in an inbound queue in the recipient system. You can assign IDocs to various queues and specify queue name rules. "
    Is there something I also have to do in the XI system that is receiving the IDoc?
    Kind Regards,
    Tony.

    Hi Anthony,
    Now I have the same problem in between ECC6.0 and PI7.11.
    If you solving  the problem,
    Please let us know how you did.
    Best Regards,

  • ABAP routine at Infopackage selection options

    Dear all,
    I need to write ABAP Routine at InfoPackage Selection Options.
    Requirement is to bring only the versions (contains 2 characters) starting with 'C'.
    Ex. I need versions CR, CP...
    Code template is the following:
    data: l_idx like sy-tabix.
    read table l_t_range with key
         fieldname = 'VERSB'.
    l_idx = sy-tabix.
    modify l_t_range index l_idx.
    p_subrc = 0.
    Can anybody help me to resolve this?
    Regards

    Hi,
    here is an example:
      DATA: string(40) TYPE c.
      CONCATENATE 'C' '%' INTO string.
      SELECT *
      FROM /bi0/hwbs_elemt
      INTO TABLE lt_hwbs_elemt
      WHERE nodename LIKE string.
    Best regards,
    Frank

  • ProcessAdd in processing options for keeping data fresh in dimensions (very large dimension)

    hi all, maybe it's a stupid questions but when I open Analysis services processing task editor in ssis  to process dimension, I just can not find the ProcessAdd in the Process Options List? 
    thanks
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    thanks sqlsaga, I did check but no luck ...
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --
    This is what you should do for ProcessAdd option on a dimension
    http://www.mssqltips.com/sqlservertip/2997/using-processadd-to-add-rows-to-a-dimension-in-sql-server-analysis-services-ssas/
    http://www.purplefrogsystems.com/blog/2013/09/dimension-processadd-in-ssas/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Incremental Load using Do Not Process Processing Option

    Hi,
    I have an SSAS Tabular model which is set to Do Not Process. How do I refresh and add new data to the model without changing the processing option
    me

    Hi Liluthcy,
    In a SQL Server Analysis Service tabular model, the process has the following options:
    Default – This setting specifies Analysis Services will determine the type of processing required. Unprocessed objects will be processed, and if required, recalculating attribute relationships, attribute hierarchies,
    user hierarchies, and calculated columns. This setting generally results in a faster deployment time than using the Full processing option.
    Do Not Process This setting specifies only the metadata will be deployed. After deploying, it may be necessary to run a process operation on the deployed model to update and recalculate data.
    Full – This setting specifies that both the metadata is deployed and a process full operation is performed. This assures that the deployed model has the most recent updates to both metadata and data.
    So you need run a process operation to update the data.
    Reference:
    http://www.sqlbi.com/articles/incremental-processing-in-tabular-using-process-add
    Regards,
    Charlie Liao
    TechNet Community Support

  • Set Process Options  with Studio 10.3.1 : 'java.lang.IllegalStateException'

    Hello,
    I am creating a "Set Process Options" activity like in the demo "Expense Reimbursement" of Studio 10.3.1.
    When storing the options, I get this error :
    The task could not be successfully executed.
    Reason: 'java.lang.IllegalStateException: The component must be invoked on a server-side method.'.
    Causé(e) par: The component must be invoked on a server-side method.
    fuego.lang.ComponentExecutionException: The task could not be successfully executed.
    Reason: 'java.lang.IllegalStateException: The component must be invoked on a server-side method.'.
         at fuego.xobject.runtime.components.XObjectInputImpl$1.commit(XObjectInputImpl.java:98)
         at fuego.web.execution.InteractiveInvocation.finish(InteractiveInvocation.java:116)
    etc...
    The error seems to be caused by Fuego.Server.storePropertyFor since I don't get the last "logMessage".
    I created objects, methods, and screenflow similar to those in the demo.
    Comparing with the log generated by the demo, the difference is :
    demo :
    ProcessOptions.commitOptions : xml :<xobject.BusinessComponents.ProcessOptions xmlns="http://bea.com/albpm/DynamicXml/version/2.0">
    (etc...)
    Process read unlock: '/ExpenseReimbursement#Default-1.0' [HasWriteLock=false, ReadLockers=1]
    Execution Servlet action type:REDIRECT
    ExecutionDispatcher.actionId: REDIRECT
    Executor.execId: 10000
    Executor.getForwardComponent: fuego.xobject.runtime.components.XObjectHtmlRuntimeController
    etc...
    mine :
    i don't get the "Process read unlock" message and I get :
    Executor.execId: 0
    Is there any parameter to configure in the engine preferences to make it work ?
    or what did I forget in the code ?
    What could I do to fix that ?
    Thanks !
    Here is the last code lines arround the error :
    logMessage("OptionsEtRéférentiels.enregistrerOptions : nomApplication :"+nomApplication);
    if (nomApplication == null) {
         nomApplication = "TPV1";
    logMessage("OptionsEtRéférentiels.enregistrerOptions : nomApplication :"+nomApplication);
    String xml = DynamicXml.createXmlTextFor(this);
    logMessage("OptionsEtRéférentiels.enregistrerOptions : xml :"+xml);
    Fuego.Server.storePropertyFor(application: nomApplication, name: "OptionsXML", value: xml);
    logMessage("OptionsEtRéférentiels.enregistrerOptions : enregistré");

    Hi,
    I think it might be something simple to fix.
    Open the Expense Reimbursement project again. Open either of the two methods in the Catalog's BusinessComponents.ProcessOptions that store and retrieve the Fuego.Server properties.
    On the right side (to the right of the Variables tab), open the Properties tab. Note that both of these methods have their "Server Side Method" properties set to "Yes".
    Make sure that your BPM Object's method's Server Side Method" property is set to "Yes" and I think you should be Okie Dokie.
    Dan

  • LR/Enfuse 3.00 - New batch processing option

    Hi,
    Some of you may be interested to know that LR/Enfuse version 3.00 is finally here.
    After many requests I've added a batch processing option. Simply group images to be blended into stacks, select all and then run enfuse in batch mode.
    As an added bonus LR/Enfuse can now automatically reimport the blended images and even stack them with the originals.
    http://timothyarmes.com/lrenfuse.php?sec=quickguide#batch
    Both of these new features require Lightroom 2.
    Regards,
    Tim

    Hi Timothy,
    thanks for the update. Like it.
    BTW, should it not be updated here as well?:
    http://www.adobe.com/cfusion/exchange/index.cfm?event=productHome&exc=25&loc=en_us
    I see here only n entry of May 2008.
    Best regards
    Jacob

  • CAN ANY BODY EXPLAIN ABOUT "PROCESS DEFAULT" IN SSAS PROCESSING OPTIONS

    Hi, i am working with SQL Server 2008R2.
    working for SSAS Tuning. 
    I want to Know about "PROCESS DEFAULT" option, whether it calculates the aggregations on Measure groups and Dimensions for both or not.
    Please explain me about this Option in detail..
    SUPRAJA'S

    "Default" processing is mainly useful during development, when you tend to change structures of objects of the cube, but the data content does not change. Then it optimizes processing, only processing the parts of the cube affected by the structural
    change.
    Default processing detects the state of all objects like dimensions, cubes, measure groups, partitions, aggregations. The state can be any of processed, unprocessed, or partly processed. Process default brings the partly or unprocessed objects to processed
    state. It does not check if any data has changed on the relational data source, it just checks the state of the objects in the database.
    An object can get to unprocessed state in one of the following ways:
    If you newly create it.
    If you change the objects structure. making sub objects just visible or invisible does not change the structure, nor does renaming sub objects in most cases, but adding or removing sub objects does.
    If you explicitly unprocess it (using the Unprocess or Clear process options of the process command).
    If you process an object on which the current object depends, and do that in a way that does not keep relations. E. g. if you do a full process of a dimension, all measure groups related to the dimension will get unprocessed. If you do a "Process Update"
    of the dimensions, the measure groups stay processed.
    Please mark as Answer if this helps!

  • In one screen all the Maintenance Process Option

    Hi Friends
    The Customer required the maintenance Process like thier Logbook , whcih has Employess, shift , Timings, Operationos, Consumables, Breakdown, Next communications in One screen.
    Looking into this i could go for notifications for technical issues (IW21), IW31 for Order and IW42 for completion. Out of these there is no HR management to record the employees data.Let me know how could i combine these all t codes in one screen.
    Thier log book visualising the total consumables and its cost..With out the BW module iam not able to provide the reports of breakdown in analysis(graphs) . I cant do the SMS after notification without the Workflow. Is SMS possible by ABAP programme+s014 t code? another thing is without HR management how could i work for employees data what the way charecteristics help? The option of making shift is huge task. We tried and added thro exit at Order screen. But its not pretty
    I hope your suggestion makes me some comfort

    Please cross-reference your posts: http://www.sapfans.com/forums/viewtopic.php?f=7&t=329934

  • Need to write ABAP Routine at infopackage Selection Options

    Hi All,
    I need to write ABAP Routine at Info Package Selection Options.
    Requiremnet i need to bring  some Sales Document Types (Sales Orders Types) only from R/3.
    Ex I need OrderTypes ZQT,ZSIV etc
    Can any body help to resolve this.
    Regards,
    P.C.V.

    Hi P.C.V,
    If the order type field is already available in the Data Selection Tab of the InfoPackage, then you just need to place your selections there (e.g. order type = ZQT, ZSIV) without the need to use ABAP routines.
    If ever you really need an ABAP routine, here is an example ABAP routine. The most important concept is to modify the range table l_t_range so that the selection reflect what you need.
    data: l_idx like sy-tabix.
    data: w_startdate like sy-datum,
          w_startweek like scal-week,
          w_maxdate like sy-datum,
          w_maxweek like scal-week.
      w_startdate = sy-datum.
      w_maxdate = w_startdate + 104 * 7.
    * Calculate horizon for extraction
      CALL FUNCTION 'DATE_GET_WEEK'
        EXPORTING
          DATE         = w_startdate
        IMPORTING
          WEEK         = w_startweek
        EXCEPTIONS
          DATE_INVALID = 1
          OTHERS       = 2.
      CALL FUNCTION 'DATE_GET_WEEK'
        EXPORTING
          DATE         = w_maxdate
        IMPORTING
          WEEK         = w_maxweek
        EXCEPTIONS
          DATE_INVALID = 1
          OTHERS       = 2.
              read table l_t_range with key
                   fieldname = 'CALWEEK'.
              l_idx = sy-tabix.
              l_t_range-sign = 'I'.
              l_t_range-option = 'BT'.
              l_t_range-low = w_startweek.
              l_t_range-high = w_maxweek.
              modify l_t_range index l_idx.

  • Table name: Infopackage Processing information

    Hi gurus!
    Does anybody know which table I have the information of the Infopackage tab "processing"?
    I need to know all infopackages that are sending data only to PSA.
    Thanks in advance,
    Silvio Messias.

    Hi guys!
    Just to inform you! I have found... Table RSLDPSEL, field ZIEL.
    Thanks,
    Silvio Messias.

Maybe you are looking for

  • Connecting to iTunes store

    new to iPod nano. Have downloaded iTunes and synched my Nano. But if I click iTunes store it just says connecting in the box top middle of screen then bombs out. To actually buy something I go to the store via my internet connection, click store then

  • Rounding to nearest 5 cents

    Hello experts, At our client, for XXX currency payments, the amount should be rounded to the nearest 5 cents. For example, 100.02 should be rounded down to 100.00 and 100.03 should be rounded up to 100.05. I did the config at OB90, wherein I added th

  • Windows 8 Hot Corners and Edges not working.

    All my hot corners and edges have stopped working since the windows 8.1 update. Not really affecting the pc performance but it was a useful feature I miss. Don't suppose anyone can help? (checked the pc settings as well, and the features are enabled)

  • I can't open URL from an e-mail (clickable image)

    Hi there, i tried to make a e-Mail newsletter. My result looks very good on Outlook, Android, Thunderbird and Apple Mail. On my e-mail there are an image with includes a link. In other e-mail clients (Outlook, mail, etc.) everything looks great. But

  • Why are previews different in CS3 and CS6

    I can't see a separation between process colors and the black on pdfs in CS6. The black plate appears to be printing on all 4 plates. In CS3, the black doesn't appear on all plates. We're using OS 10.8. CS3 is the first image; CS6 is the second image