Infopackage insert in process chain does not work

Hi,
We upgrade a system in support package 13 (we are in veresion 7) and since this upgrade i can not add an infopackage in process chains.
When i try to insert an "execute infopackage" process, i click on the list of infopackage available and the systems says  :
No data selected
Of course i have info^package available.
If you have any idea ?
Thanks
Cyril

We had the same problem ( BI 7.0 - SP 13 ) but was resolved after having applied OSS note 1062704.
Just apply that note - it should solve it.

Similar Messages

  • Insert in Tabular form does not work after the upgrade to APEX 4.0

    Hi all,
    Thx in advance for looking into the issue.
    We are running into following issue when we upgraded APEX 3.2 to APEX 4.02
    1) The Tabular form insert does not work.
    2) We are fatching the value of the Global variable APEX_APPLICATION.g_XXXX in a procedure and we get null for this value after submit for new row to be inserted.
    The tabular form was working fine in APEX 3.2.
    The Update and Delete works just fine.
    Any help in this regard is highly appreciated.
    Thx and regards,
    Mahesh

    Here is my workaround to get the ADDROW/SUBMIT working again if you have a legacy Tabular Form:
    1     PAGE ATTRIBUTES               
              JAVASCRIPT          
              FUNCTION AND GLOBAL VARIABLE DECLARATION          
                   var htmldb_delete_message='"DELETE_CONFIRM_MSG"';     
    2     DELETE BUTTON               
              ACTION WHEN BUTTON CLICKED          
              URL Target          change to
                   javascript:apex.confirm(htmldb_delete_message,'MULTI_ROW_DELETE');     
    3     ADDROW BUTTON               
              ACTION WHEN BUTTON CLICKED          
              Action           
                   redirect to URL     
              URL Target          
                   javascript:addRow();     
    4     PROCESS               
              APPLYMRU (activitated by button ADDROW)          
              CONDITION          
                   never or delete     
    5     PROCESS               
              ADDROWS          
              CONDITION          
                   never or delete     
    6     CHANGE PAGE TEMPLATE to e.g. THEME 13 One Level Tabs.               
    7     IF YOU WANT ADD FUNCTIONALITY TO GOTO BOTTOM OF PAGE AFTER ADDROW               
         1. In the page footer put <a name="bottom_of_page"></a>                
         2. Amend the action when the "ADD" button is clicked to scroll down to the new region by doing the following:               
         - edit "ADD" button               
         - Go to "Action when button Clicked" section               
         - Amend "URL Target" from               
         javascript:addRow();                
         to               
         javascript:addRow();window.location='#bottom_of_page' ;               
    regards
    PaulP

  • How to Notify if Process Chain DOES NOT complete?

    How do I use Process Chains to notify me if the end process of a chain DOES NOT run by a certain time? Example: Chain starts at 6PM every night, always finishes by 7:30. If it doesn't complete by 8:00, I want to be notified. I can spawn an event on completion of the chain, but the 8PM job has to notify me ONLY IF this event is not active. How to do that?

    Well you can make the ABAP process type send message
    RSPC>from main menu Settings>Maintain process types
    change mode -->select process type "ABAP" and change "possible events" to "Process ends successful or Incorrect" save it.
    come out of process chain and goto the process chain maintenance again.
    In regards to your question of 18 steps ,as i said you only need this ABAP process type once at the END of the Process chain to SET the flag status = X.
    Another Process chain runs at 8.00 with only one process type ABAP process type to check the status in table if empty or X and send message accordingly,
    Fyip - table  RSPROCESSLOG and FM - RSPC_PROCESS_FINISH also available at your disposal to get some leads.
    You can wait until some one has better solution and implemented it before,i just put my thoughts in to it,its not imperative for you.
    I leave the thoughts with you.
    Hope it Helps
    Chetan
    @CP..

  • Failed ABAP process in process chain does not trigger subsequent process

    Hello,
    I have a issue in my process chain with the abap process type.
    When this abap process gets failed due to some reason; it is not trigerring subsequent step in the chain.
    Any ideas on how it can be solved or any work-around?
    I searched the forum and got to know that we can create a copy of abap process type, and can change possible events to
    "success or fail".
    Please let me know your views on it or if someone has ever encountered similar issue.
    Thanks alot for your help,
    Anuj

    Hi Anuj,
       My guess is that you have your the link between the ABAP process type and the subsequent step to trigger on success. You can check this, Go to RSPC -> process chain and check the design. If the link has a green light on it, then it will trigger only on success of the abap process. You need to check with your design and confirm whether this need to be like this, (maybe the abap process is doing something which is required for the subsequent loads??)
    If no then you can change the link type to either success of failure and activate the chain. This would resolve your problem.
    If you cant change your chain, then i would suggest you correct the failure and then use the program RSPC_PROCESS_FINISH to push the chain further. Just search for this on the forums, there are plenty of blogs/threads on  this.
    Regards.

  • Data Manager Packeage and Process chain si not working

    Hi All,
    I executed a data manager package which contain a process chain to revaluate the one of my Account dimension meneber Say  "Revenue". I am working on BPC NW 7.0
    steps I followed:
    1. I created a script logic file and created a custom process chain.
        process chain steps:
      a) Start variant
      b) Modify dynamically
      c) Run Logic
      d) Or and Clear BPC tables
    2. This process chain was included in data manager package.
    3. Data manager package was modyfied to include parameters and scipt logic file name.
    4. executed data package
    The issue is " when I execute Data manager Package" I dont get any error but when I View status I dont see any pachage running or completed. If I see Process chain, It is failing at first step of Modify dynamically..no clue?
    Could you please let me know what could be a issue?
    Cheers,
    SAC

    I encounter this problem, Do this Steps:
    I. First,check if your process chain is existing in the Library.
    II.If yes,follow the steps below:
    1. Edata - organize Package - Modify your Package.
    2.Check if you had the correct process chain.
    3.IF yes, Click View package at its right side.
    4.Expand the Task Folder and take note of the Task Name (e.g. ZBPC_PROT_RUN_LOGIC)
    5.click Advance,Compare the task name that you noted in the syntax TASKS
    (e.g. TASK(ZBPC_PROT_CF_RUN_LOGIC,SUSER,%USER%)
    6. It should be the same.
    Running package but not appearing any status happens when the system cannot find your process chain.
    hope this helps,

  • Sap document link on process chain is not working

    Hi all,
    This link is not working
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8da0cd90-0201-0010-2d9a-abab69f10045.
    Please give me the correct like for the sap document on process chain.
    Thanks,
    Madhu

    Hi Madhu,
    Go through the below wiki where you will get most information related to Process chains.
    https://wiki.sdn.sap.com/wiki/display/BI/Processchainscreationandmonitoring
    Process chain creation step by step
    /people/juergen.noe/blog/2008/01/11/process-chain-creation--step-by-step
    Process chain Scheduling
    /people/debjani.das/blog/2009/04/05/scheduling-process-chain
    New features in BI process chains
    /people/mallikarjuna.reddy7/blog/2007/02/08/new-features-in-bi-2004s-process-chains
    However, if you are looking for the process chain from a SAP BI perspective, then please check the below link:
    http://help.sap.com/saphelp_nw04/helpdata/EN/8f/c08b3baaa59649e10000000a11402f/content.htm
    Hope this links helps
    Regards
    KP

  • Inserting record using form does not work. Please Help

    I am trying to insert a record using INSERT INTO command in a form followed by commit.
    I put the command in when-button-press trigger( I use a button to initiate insert into table command).
    But it does insert the record into the table.
    Then I try to ignore the INSERT INTO command and only use COMMIT, and it works.
    But when I use control block, I can not use commit only to insert into table.
    Is there anything that I have missed ?
    PLease help. I had tried to solve this fora week.
    Thank you, I really appreciate any response.

    Setting your block as a datablock with source as a specified table and a number of items connected to specified columns gives you direct access to your table. Thus your commit alone will work. The second you change this to a control block, you cut your connection to the table. Thus you must use an insert into statement followed by a commit. By the way, when you use a commit statement, it processes exactly like a commit_form inbuilt function.
    Hope this helps,
    Dave

  • Can not load pictures to send...insert/(paper clip) attachments does not work, can not load pics

    when I attempt to send an email with pictures, I can not download them,..the bar with "Attachments doesn't do anything when I go to load the pics in the email....it works fine on Internet explorer and was fine before I downloaded Firefox 4....now I am reading that forefox is not using the memory it is supposed to have....should I just find firefox 3. something and use it?

    Are you shooting RAW? Are you exporting masters or versions? Is there a size limitation on the Walgreens site?

  • Getting nuts! simple onSubmit process but does not work...

    hello.
    once again my little problem:
    on page 1 i have a report. every row has a link:
    http://192.168.255.20:7777/pls/htmldb/f?p=116:21:3135390112602440240:END_TASK:::END_ID:22
    where END_ID:22 gives the id of the row to a textfield on page 21 which is launched.
    on page 21 there is a small "report" of only the chosen row to give us again the details of the chosen row.
    there are additionally 2 buttons, button END_ID which stores the id that we've got through the link's URL, and another textfield P21_AUFTRAGSDAUER i can enter some stuff into.
    and there's a submit button that submits the page (NO redirection or something like that).
    now on the same page 21 i created an onSubmit process which should update the chosen row. it's launched after all verifications and stuff, and its source is
    update wartungs_auftraege
    set status=2,
    time_spent = :P21_AUFTRAGSDAUER
    where auftrags_id = :END_ID
    and now there's the strange thing: while in
    time_spent = :P21_AUFTRAGSDAUER
    the placeholer :P21_AUFTRAGSDAUER is replaced correctly with the entered value, :END_ID in
    where auftrags_id = :END_ID
    is ALWAYS replaced with 1, although it shows the correct value that was passed through the link's URL! i just don't get it anymore! i've taken a look at the source code, and both inputs look the same:
    <INPUT TYPE="text" NAME="p_t01" SIZE="30" MAXLENGTH="2000" VALUE="22" id="END_ID" >
    <INPUT TYPE="text" NAME="p_t02" SIZE="30" MAXLENGTH="2000" VALUE="21" id="P21_WARTUNGSDAUER" >
    i'm getting nuts with that, i'm trying since 2 hours to solve this problem... :(((
    please help me, anyone! thanks...

    the END_ID item was created by using the create-element-wizard. its source type is set to (i try to translate it from german)
    used alternative source: only if current value of session is NULL
    source type: ITEM (application or site element name)
    source value:
    END_ID
    standard value:
    &END_ID.

  • InfoPackage QM status Process Chain

    Hello Gurus,
    In a process chain (BI 7.0) we have an InfoPackage which is loading the content of a flat file in the PSA.
    The problem is that the flat file can be empty and in this case the QM status of the InfoPackage stays in yellow and thus the process chains does not go on.
    I can change the QM status to green manually but as those chains will be launched automatically I need somthing that automatically sets the QM status to green when the flat file is empty.
    Thanks for your help, regards
    Thibault

    Hi,
    Try this. Select the infopackage, then Sheduler menu, Traffic Light Color for Empty requests (or CtrlShiftF6 with the infopackage selected) and select green. And save changes.
    Hope it Helps.

  • Process chain - After error ABAP - trigger a metachain start does not work.

    Hi,
    I have a process chain, where after an ABAP runs into red (ERROR MESSAGE triggered), another process type, like start a new meta-chain, or start an infopackage starts.... But is does not work. After i go to logs, it asks me whether i want to trigger the following jobs, if i choose yes, it works. But i need to start it automatically, when the ABAP Routine has an error message (RED) in the chain.
    Any idea, because I tried to solve it all the day, but i did not manage to get itwork...
    Many Thanks,
    L.

    Hi,
    the problem is not the ABAP Program.
    I have the following situation:
    A Metachain contains as second step a call of local chain. After the local chain, according to the status of it (green o red), we have other different steps. So we have two different link (red and green) starting from the local process chain step.
    Inside the local process chain there is the ABAP program that check several parameters and if something is not as expected fails with status red. if this situation happens, the local process chain becomes red and in SM37 inside the job i see the error that i forced, but the status is not triggered to the first metachain , so the corresponding following steps are not triggered.
    This issue happens only if fails the ABAP program because, for example, a Infopackages loading fails every thing works and the corresponding steps in the metachain are executed.
    In the ABAP program in order to force the status red we have the following code:
    MESSAGE e162(00) WITH 'Status' 'Red'.
    Any idea?
    Thanks,
    Veronica

  • Update process does not work on Tabular Form

    Hello,
    I have 2 tabular forms on one page, which are using manual update processes.
    First form is created using wizard, and therefore works perfectly.
    The update process is as follows:
    DECLARE
      lc_string VARCHAR2(4000);
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_f01.COUNT
      LOOP
         lc_string := lc_string|| '[' ||APEX_APPLICATION.G_f*03*(i) || '|' || APEX_APPLICATION.G_f*04*(i) || ']';
      END LOOP;
      --Database processing using the concatenated string here
    END;Second form is created manually, using the following code:
    SELECT apex_item.checkbox (30,
                               '#ROWNUM#',
                               'onclick="highlight_row(this,' || '#ROWNUM#'|| ')"',
                               NULL,
                               'f30_' || '#ROWNUM#'
                              ) delete_checkbox,
           CATALOG_ID,
              apex_item.hidden (31, CATALOG_ID)
           || apex_item.text (32,
                              LANG,
                              80,
                              100,
                              'style="width:100px"',
                              'f32_' || '#ROWNUM#'
           || apex_item.hidden (33, wwv_flow_item.md5 (LANG, DESCRIPTION)) LANG,
           apex_item.text (34,
                           DESCRIPTION,
                           80,
                           100,
                           'style="width:255px"',
                           'f34_' || '#ROWNUM#'
                          ) DESCRIPTION
      FROM V_CATALOGS
    UNION ALL
    SELECT     apex_item.checkbox
                              (30,
                               TO_NUMBER(9900 + LEVEL),
                               'onclick="highlight_row(this,' || '#ROWNUM#' || ')"',
                               NULL,
                               'f30_' || TO_NUMBER (9900 + LEVEL)
                              ) delete_checkbox,
               NULL,
                  apex_item.hidden (31, NULL)
               || apex_item.text (32,
                                  NULL,
                                  80,
                                  100,
                                  'style="width:100px"',
                                  'f32_' || TO_NUMBER (9900 + LEVEL)
               || apex_item.hidden (33, NULL) LANG,
               apex_item.text
                                               (34,
                                                NULL,
                                                80,
                                                100,
                                                'style="width:255px" '  ,
                                                'f34_'
                                                || TO_NUMBER (9900 + LEVEL)
                                               ) DESCRIPTION
          FROM DUAL
         WHERE :P18_TEMP = 'ADD_ROWS1'
    CONNECT BY LEVEL <= 1However, the update process does not work on this form.
    I created it using the first one as an example, but with the id's of the second form:
    DECLARE
      lc_string VARCHAR2(4000);
    BEGIN
      FOR i IN 1..APEX_APPLICATION.G_f*30*.COUNT
      LOOP
         lc_string := lc_string|| '[' ||APEX_APPLICATION.G_f*32*(i) || '|' || APEX_APPLICATION.G_f*34*(i) || ']';
      END LOOP;
      --Database processing using the concatenated string here
    END;Also, both forms are opening in a modal pop-up dialog window.
    I use a Dialog Region plug-in for that.
    Please advise, what is causing a problem with update?

    Sloger,
    if this is your tabular form
    SELECT apex_item.checkbox (30,
    ...and this is your update statement
    FOR i IN 1..APEX_APPLICATION.G_f*30*.COUNT
    ...Then you will only ever update records that have been checked. Unchecked checkboxes are not passed back in the global array. You need to have a hidden column with the ID's for the record and loop through that when you are updating/inserting. That is why the built in tabular form has a MRU and a MRD. the MRU loops through the hidden ID column. The MRD loops through the checkbox.
    Thanks,
    Tyson Jouglet

  • After installing Mountain Lion, iMessages and Facetime does not work. When I try to sign-in I get a message that says: The server encountered an error processing registration. Please try again later. Apple care does not know what is the cause. Please help

    After installing Mountain Lion, iMessages and Facetime does not work. When I try to sign-in I get a message that says: The server encountered an error processing registration. Please try again later. After 4 calls to apple and 8 and a half hours on the phone. The apple people does not how to solve the problem. The last thing they told me is that they will send the problem to their engineers and I will hear from them. unfortunately they have not contact me.
    During the phone calls I tried putting the date and time in automatic, changing the username and password, I even tried using somebody elses username and password. Please help, facetime is my tool to telecomute, and it is hurting my job.

    I had the same problem and found the solution here:
    https://discussions.apple.com/thread/3189272

  • HT1937 i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears  The SIM card inserted in this iPhone does not appear to be supported This iPhone is not currently setup to work with carrier you're attempting to use. Please

    i unlocked my iphone 4 factory and i upgrade to 6.1 when i connect it to itunes it apears
    The SIM card inserted in this iPhone does not appear to be supported
    This iPhone is not currently setup to work with carrier you're attempting to use. Please insert another SIM card from a supported carrier or request that this iPhone be unlocked.

    It sounds like you or someone else hacked the phone to unlock it. Updating it locked it to the original carrier.
    How did you unlock it? The ONLY legitimate way is to ask the carrier it is locked to to unlock it. Any other way requires hacking or jailbreaking the phone.

  • Repeat processing does not work properly - label printing MB90

    Hi,
    I created a custom label for 261 & 262 movement types. For this i created a custom page formats and needed settings.
    The system seems to behave strange. when i try to print from MB90 for processing mode 1. The form output is as desired.
    But when i try to repeat processing for previously processed item, it doesn't show the font size and all properly.
    I tried to debug, everything is fine, triggers right form, infact i debuged the form also its the correct one. But does'nt show output properly.
    Also for the new data whne i process and do repeat proecessing print it works...
    Why it does not work for existing data in the system? Why it is behaving strange when it picks up same form.
    Regards,
    Lalit Mohan Gupta.

    This was because... the output type configuration was changed to different printer.
    And that printer was not configured properly...
    Regards,
    Lalit Mohan Gupta.

Maybe you are looking for

  • Issue while Updating a table having Unique Secondary Index

    Hi, I am trying to update a 'Z' table in which there are 5 fields comprising of primary key. Out of them 2 key fields are defined as a part of seconadry index with 'Unique' option selected. As per the requirement, I am trying to update the table usin

  • Quality inspection option in delivery tab in purchase order.

    Dear QM gurus , We have a requirement in which the user is making an Stock transfer PO and he wants the default selection of quality inspection in delivery tab of PO . Kindly note that we have already activated the inspection types(including 01 with

  • WebLogic Loops in Deploying Console

    Something went wrong with WebLogic 6.0sp1. I have Win2000 on a 600MHZ PC machine & 256M RAM. When running, the CPU utilization keeps cycling from 100% to 0. I disabled all Web apps and removed all services such as JMS to isolate the problem. The prob

  • Adf uix, removing date picker

    I am working (with jdev 10.1.2) to an adf uix project. In some messagedatefield the date picker is not useful, and I don’t want the user to try to use it. How can I remove it? Thanks in advance, Mauro

  • XP can't find JRE

    Running XP Pro SP2 with all critical updates and JRE 1.6.0_04-b12. Sometime in December, subsequent to MS latest fixes, Web sites started reporting that Java is not installed. No problem with same sites and IE 6 previous to this. I moved to IE 7, but