Assigning Collections

Hi,
I have a collection variable declared globally in a pl/sql package.
I have a local variable of the same collection type in a procedure within the same pkg. Inside this procedure I populate the local collection & before exiting the procedure I assign it to the global collection.
My question is when one collection is assigned to another collection will Oracle make a copy of the collection or will it just assign the pointer?
--------- 8< ---------
create or erplace package body my_pkg is
type type_1d_array is table of varchar2(50);
type type_2d_array is table of type_1d_array index by binary_integer;
g2dArray type_2d_array;
procedure my_proc is
lv2dArray type_2d_array;
begin
-- perform some complex operations & populate lv2dArray
-- finally assign it to the global array
g2dArray := lv2dArray; -- will this cause the data to exist twice in memory?
end my_proc;
end my_pkg;
--------- 8< ---------
Thanks in advance.
S.

The collection is indexed by binary integer. Hence doesn't have to be initialized.
When you said it will copy by 'default', did you mean there is an option to override the default behaviour? If so, how can I avoid making a copy? I know of NOCOPY but that is applicable only for input arguments to subprograms.
In my case, the lv2dArray will have about (500,000 x 10) values in it. And I don't want to have 2 copies of the same data.
But because the assignment is being done at the end of procedure, I think once the procedure exits it will destroy the local array & only global array will be present in memory. Then I needn't worry too much about it.
S.

Similar Messages

  • "Assign Collection Groups to Segment" - Disable Default Group Option.

    Hi,
    I am using the SAP FSCM Collections Management module. I have a requirement in the following:
    "Assign Collection Groups to Segment"
    I don't want to have a Default Group in a particular segment. The Default Group is a standard SAP feature.
    I would like to disable it, does anyone have any experience with the Field Status Groups in Collection Management, or is there any way this can be disabled.
    Do let me know at the earliest.
    Thanks & Regards,
    Bhairav Naik.

    Hi Bhairav,
    In our situation, we were unable to systematically determine which group/processor should be assigned for new customers.  So, I created a group called "New" and made that the default.  The A/R Manager is notified when a new customer is created.  It is her responsibility to update the collections profile on the business partner.
    Regards,
    Beth

  • BAPI for Assigning Business Partner Collection Profile

    Hi,
    Is there any BADIs for assigning collection profile for Business Partner?
    Thanks.
    Updates:
    Found it. UDM_BP_PROFILE_C
    Edited by: Isagani Laude on Oct 2, 2008 10:25 AM

    Hi Ravish,
    BAPI_BUPA_CREATE_FROM_DATA   which generates a general Business Partner.  BAPI_BUPA_ROLE_ADD.                   to add a different role
    Regards
    Narayana

  • Time Warner Cable - Can They Recall Collection??

    Hi all, I've been working to get a $500 collection removed from credit report from Time Warner.     It is now with Collection Bureau of America (CBA).       I sent CBA a PFD - They didn't respond  I then decided to call Time Warner to see if they could help.     Time Warner said that if I went into a payment office and paid in full to Time Warner they could have it removed from my credit report. This sounds nice, but I've read on the forums that even if you pay the OC that doesn't mean the CA is required to remove the collection from your CR.     Is this true?????     Does Time Warner have the ability to recall a collection? Thanks in advance for your responses.

    The answer to the basic question is yes, a creditor can always "recall" their collection to the extent that they can terminate the assigned collection authority. However, a credtior cannot "recall" credit reporting made by their assigned debt collecton.It is not their reporting, and they have no authority to delete it or require the debt collector to delete. They can request the debt collector to delete, but since deletion based on payment of the debt is contrary to the written policy of the CRAs, I would imagine some reluctance on their part to request that the debt collector violate the terms of their credit reporting agreement. 

  • Using collections / Bind variables with a PL/SQL functio returning a query

    I have this code, which is supposed to assign collection variables as column names
    FOR i in 1 .. Collection_count -1
    LOOP
    SELECT c002 into :P341_M1 FROM APEX_collections WHERE collection_name = 'MA_SKILLS' AND seq_id=i;
    SELECT c002 into varholder FROM APEX_collections WHERE collection_name = 'MA_SKILLS' AND seq_id=i;
    vQuery:= vQuery || 'SUM(decode(label, ''Aware'', product_'|| i || ', ''Expert'', product_' || i || ', ''Proficient'', product_' || i || ', ''Advanced(Demo)'', product_' || i || ' )) as ';
    vQuery:=vQuery || varholder || ', ' ;
    END LOOP;
    I've tried &P341_M1. , :P341_M1, ':P341_M1', varholder
    When I try '&P341_M1' it returns the whole SUM(decode... line as the label
    Basically Im having a hard time using bind variables with the PL/SQL returning a query...anybody?

    Ok so working through this problem more I have realized that the problem is using the for loop i as an index value
    This will get a value:
    SELECT c002 into :P341_M1 FROM APEX_collections WHERE collection_name = 'MA_SKILLS' AND seq_id=2;
    But this won't
    SELECT c002 into :P341_M1 FROM APEX_collections WHERE collection_name = 'MA_SKILLS' AND seq_id=i;
    I'm in the for loop, and use the i variable in other places within this loop...Is there a reason why I can't compare seq_id to i?
    My new code as follows:
    FOR i in 1 .. Collection_count -1 --apex_application.g_f01.COUNT - 1
    LOOP
    varholder:=i;
    SELECT c002 into :P341_M1 FROM APEX_collections WHERE collection_name = 'MA_SKILLS' AND seq_id=2;
    SELECT c002 into varholder FROM APEX_collections WHERE collection_name = 'MA_SKILLS' AND seq_id=4;
    vQuery:= vQuery || 'SUM(decode(label, ''Aware'', product_'|| i || ', ''Expert'', product_' || i || ', ''Proficient'', product_' || i || ', ''Advanced(Demo)'', product_' || i || ' )) as f';
    vQuery:=vQuery || :P341_M1 ||i||', ' ;
    END LOOP;

  • Decentralized Collections in FSCM

    Hi Experts,
    I have a question on distribution of open items in Collections Management. In FI each locations are created as profit centers and a customer can be served in more than one location, meaning a customer can have open items in two different locations (profit centers). When it comes to collections, each location(profit center) collection specialist is responsible for collections in their own area only. In one word to say its a decentralized collections. I know only one collection specialist can be assigned to a BP. Here is the business requirement. More than one collection specialist can be assigned to BP and the worklist needs to display only their location (profit center) open items only, so the location based collection specialist is responsible for the collections of his location bp open items.
    Is this something which can be done in SAP, either by different approach or activating some Badi's. please advice.
    Thanks
    Jen

    Jen,
    It seems this requirement is more complicated I believe, but this can be achieved through Zmodeling .
    1 ) Data transfer should include profit center  when transferring the invoice items , for this you can use BADI - FDM_COLL_SEND_ITEMS .
    2 ) In Worklist profit center  column should be included  ,for this you can use Badi UDM_WL_ITEM_CREATE_C. That means BP will appear multiple times in worklist if profit center is different.
    Ex : Customer BP -   XXXX .
    Invoice 1000 PC -  NORTH.
    Invoice 2000 PC -  SOUTH.
    Invoice 3000 PC -  NORTH.
    Invoice 4000 PC -  SOUTH.
    Worklist  Should be .
    BP     PC      Outstanding Amount   Collection Group    Specialist
    XXXX     NORTH    4000               NORTH Group           Jack
    XXXX     SOUTH       6000          SOUTH Group       Steven
    3)  You should change process receivables screen as well for displaying profit center in the line items.
    4) Maintain a custom table with Collection Group (Location wise) + profit center through function module assign collection group to BP automatically. In collection group maintain the specialist according to the location.

  • Block \ deny option to deploy mandatory advertisements to collections

    In CM 2007; I was able to write an SQL trigger on insert\update and attach it to a database table so when anyone made a required\mandatory advertisement to the all systems or all desktops and workstations collections it would rollback the transaction. This
    worked really well and kept my colleagues from deploying mandatory Task sequences to every computer by mistake :)
    I do not want to make it so that other users cannot create other collections, or have to manually assign permissions every time a new collection is created to the users.
    I modified the trigger to work with CM2012, but alas it does not work. For some reason ALL advertisements are hitting this trigger, not just mandatory\required ones. This is despite the fact that optional ones have the value offertypeid = 1.
    ALTER TRIGGER [dbo].[tr_ERRORON_MANDATORY_ADV_ALLSYSTEMS]
       ON  [dbo].[ProgramOffers_G]
       AFTER INSERT,UPDATE
    AS
    IF EXISTS (Select CollectionID, Offertypeid from dbo.programoffers_g where CollectionID in ('SMS00001','SMSDM003') AND (Offertypeid = '0'))
    BEGIN
        -- SET NOCOUNT ON added to prevent extra result sets from
        -- interfering with SELECT statements.
        SET NOCOUNT ON;
        RAISERROR ('Cannot Create Mandatory Advertisement to the all systems group due to SMU Policy.', 16,1)
    ROLLBACK TRANSACTION
    END

    You might be able to do something with a WMI trigger on the CM provider. But IMO the real advantage of CM12 is RBA, particularly in lager orgs.
    Why do all CM12 staff need access to all devices? Why can't you restrict most of the admins to just Workstations or a subset of workstations?
    http://www.enhansoft.com/
    I did more research, it seems that collections cannot be controlled used rba.
    "There are no procedures to configure collections for role-based administration. Collections do not have a role-based administration configuration; instead, you assign collections to an administrative user when you configure the administrative user. The
    collection security operations that are enabled in the users assigned security roles determine the permissions an administrative user has for collections and collection resources (collection members)."
    Basically I am the sys admin; and we have four users at two sites.  I want to make sure they do not deploy anything mandatory to all systems as has been mistakenly done in the past which is a HUGE problem.
    It looks like I can go to administration->security->Administrative Users -> security scopes and modify the account name properties, go to security scopes, press only the instances of objects that are assigned to the specified scopes and explicitly
    add collections which they can administer.
    That works great; but these other users will be the ones creating collections and managing applications not me. I do not want them to have to contact me each time they create a collection so I can add it to their security scope. Is this correct?

  • DAM: integrate/harmonize Collections, Keywords and IPTC location

    Lightroom currently presents the user with two independent methods to assign photos to a hierarchical structure: collections and keywords. Unless I missed something, keywords do everything that collections do, and more.
    In addition, there is one structure that is inherently hierarchical, but is not currently implemented as such: the IPTC (metadata) location. For instance, the city of Amsterdam lies in the province of North Holland in The Netherlands, so entering Amsterdam in the 'City' field implies a province and a country.
    Based on these observations, I have a couple of suggestions:
    * Enhance the usability of collections with a few of the keyword features: listing all assigned collections upon selection, and dragging collections onto photos to assign.
    * Allow users to convert collection trees to keyword trees, and possibly back (convenient for import/export, or changing ones mind as to what paradigm to use).
    * Allow users to either export a keyword tree to the IPTC location fields, or to make a dynamic link between the two (i.e. updating the keyword would immediately affect the location data). This feature would also require an 'exclusivity swith', see below.
    * Introduce an 'exclusivity switch' for keywords or collections, implying that you may only assign *one* keyword in its sub-tree to any particular image. This makes sense for location, because an image was made in a particular location, but it can also be used other contexts. For example, to indicate where the latest version of a file has been backed up to, or what the status (imported, selected, processed, finished) of a file is.
    * Introduce dynamic collections *and* dynamic keywords. I have read things about query-based dynamic collections coming to Lightroom, but please also create 'dynamic keywords'. This would allow keywords to remain the catch-all organization structure, instead of dividing functionality across collections and keywords.
    I think these features could make a significant contribution to Lightroom's DAM capabilities. If implemented alongside improved search capabilities, they would allow me (and possibly others) to stop using my stand-alone DAM application.
    Simon

    John, I had forgotten the fact that keywords do not have any output settings associated with them, unlike collections. I support your idea of indicating which collections have these settings attached to them.
    Still, except for this point, keywords can currently be made to do the same things that collections do. You can even keep them private by choosing not to export certain keywords. Note that even though this is the case, I do not ask for the abolishment of collections per se, because it is convenient to maintain the *conceptual* difference (in addition to the output metadata in collections).
    On the locations, I don't think the 'problem' is solved simply by exporting the location data to a keyword tree. It's the other direction that would greatly speed up the workflow. For example, dragging Amsterdam (potentially one of many Amsterdams) onto an image, would automatically assign the higher level fields as well. A metadata preset would indeed do the same, but only after one has created such a preset for every location, which can quickly add up.
    Also, I did not mean to imply that dynamic keywords would be beneficial for keeping track of the location metadata. In general, dynamic categories (collections or keywords) are very useful for saving searches or keeping track of an internal workflow (like: if an image is not in a backup collection, it is not backed up). Specifically, I can imagine someone wanting to couple a search result to an exported keyword. For example, for a personal website or a Flickr account, you may want to tag images with the keyword '5stars' that is automatically generated.
    The way I see it, there is currently no real difference in the logical structures that can be constructed using collections and keywords. The distinctions between the two are in the input or output phase. It would be a shame to see the logical capabilities of collections enhanced with 'smart' collections, whilst leaving keywords behind.
    By the way, I'm all for a scripting interface, but I think that it's best to get the basics implemented in the right way first.
    Simon
    PS - You pointed out the existence of custom fields as a workflow solution. I have no experience with them, and don't have access to Lightroom on this machine, so I'll get back on that later.

  • Collection not happening for "missed cycles"

    I'd seen a post back in Jan 5, 2008 by "WoofaJB" regarind the collection
    cycle.
    To quote: "When the Client connects to its assigned Collection Server
    (set in a reg entry) it checks in. The server then works out if the
    machine has completed a scan during that collection cycle (made up of
    start date/time and duration) and if not then the server queues it up
    for a scan. If the server is bus it may not send a scan command for a
    while."
    Well, that doesn't seem to be happening.
    Collection is set By Week
    Start Time of 1/1/2000 (currently end date shows 8/28/08)
    Every 1 week on Thursday
    Duration:
    Scan for 1 Days
    machine was last scanned on 7/18/08
    But it's been powered on many times since then, just not on Thursdays.

    If collection is done weekly, on Thursdays, and the duration is set to one day max, and if that workstation isn't powered up on Thursdays, then it will not be scanned. The workstation must connect to, and register with, a Collection Server during the scan duration to be queued for a scan. The Collection Server doesn't track down each workstation to see how long it's been since the last scan; it trusts that you're serious about the scan duration and won't perform scheduled scans outside that duration "slot".
    To get that workstation to scan, you'll need to either ensure that it's connected on Thursdays or broaden the scan duration to include a time when that workstation actually is powered up.
    -- Tim --
    Originally Posted by KittyNoLegs
    I'd seen a post back in Jan 5, 2008 by "WoofaJB" regarind the collection
    cycle.
    To quote: "When the Client connects to its assigned Collection Server
    (set in a reg entry) it checks in. The server then works out if the
    machine has completed a scan during that collection cycle (made up of
    start date/time and duration) and if not then the server queues it up
    for a scan. If the server is bus it may not send a scan command for a
    while."
    Well, that doesn't seem to be happening.
    Collection is set By Week
    Start Time of 1/1/2000 (currently end date shows 8/28/08)
    Every 1 week on Thursday
    Duration:
    Scan for 1 Days
    machine was last scanned on 7/18/08
    But it's been powered on many times since then, just not on Thursdays.

  • Collection Management

    Dear All
    We recently configured collection management. We already syncronized all the customer master with BP. Also assigned collection profile and collection specialist to business partner. We already transfered all the data from AR to Collection Management. Now when we try to display my worklist systme shows no data. Although when we transfered data from AR log shows that all the open items are transfered. Now only thing I am worried about is the collection strategy as I configured my own collection strategy. Can someone help me in this regard
    Thanks

    First of all, make your strategy settings at a minimum rule. For example, accept all customer open items greater than 1 u20AC/$ and you will see if your AR integration has been properly done. And only if it is positive, you can improve your strategy...
    Rgds,
    Phil.

  • Photoshop Album 3.0 SE

    I just got an iPod 60GB and am trying to sync my photos from my PC using iTunes 4.9 and PhotoShop Album 3.0 SE (i.e., the free version).
    According to Apple.com:
    "Note: While Photoshop Album allows you to sync only certain collections, Photoshop Album SE does not allow you to assign collection tags that are required for this to work."
    However, PSA 3SE (contary to Apple's note) DOES, in fact, allow you to assign collection tags to your photos and organize them that way. Notwithstanding, iTunes is STILL not allowing me to sync albums (collections) but only folders. Basically, iTunes is just not recognizing Photoshop Album 3.0 SE and it's "collections" capability.
    Since I categorically REFUSE to spend any more money just to get my iPod to do what it's supposed to do, buying any more software from Adobe (or Apple) is out of the question.
    Any suggestions?
    Thanks in advance.

    sure I can sync from a folder... but that's not what was advertised to me. It's a big, big, drag to buy an (expensive) piece of hardware and have it not function appropriately without spending MORE money. And I have no guarantee that it'll work if I buy the paid version anyway. ESPECIALLY when it worked ok with the previous SE version.
    Wouldn't that get your dander up?
    On the bright side... if Apple support wants to GIVE me a powerbook to solve the problem, heck, that's OK by me.

  • Heirarchical ArrayCollection Syntax

    I am attempting to create a list based on heirarchical data, but I am struggling with the syntax to determine if there are children and how to reference and display them under a parent. I can do this with XML data(thanks to example from Alex Hauri), but I need to use an ArrayCollection.
        ArrayCollection:
       private var dpHierarchy:ArrayCollection = new ArrayCollection([
        {Region:"Southwest", children: [
         {Region:"Arizona", children: [
          {Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
          {Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000}]}, 
         {Region:"Central California", children: [
          {Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000}]}, 
         {Region:"Nevada", children: [
          {Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000}]}, 
         {Region:"Northern California", children: [
          {Territory_Rep:"Lauren Ipsum", Actual:38805, Estimate:40000},
          {Territory_Rep:"T.R. Smith", Actual:55498, Estimate:40000}]}, 
         {Region:"Southern California", children: [
          {Territory_Rep:"Alice Treu", Actual:44985, Estimate:45000},
          {Territory_Rep:"Jane Grove", Actual:44913, Estimate:45000}]}
        {Region:"Northwest", children: [
         {Region:"Washington", children: [
          {Territory_Rep:"Barbara Jennings", Actual:38865, Estimate:40000},
          {Territory_Rep:"Dana Binn", Actual:29885, Estimate:30000}]}, 
         {Region:"Oregon", children: [
          {Territory_Rep:"Joe Smith", Actual:29134, Estimate:30000}]}, 
         {Region:"Idaho", children: [
          {Territory_Rep:"Bethany Pittman", Actual:52888, Estimate:45000}]}, 
    List:
    <s:List width="400" top="53" left="0" bottom="84" id="lstChartList" dataProvider="{dpHierarchy}" labelField="Region">
      <s:itemRenderer>
       <fx:Component>
        <s:ItemRenderer dataChange="update()">
          <fx:Script>
          import spark.components.List;
          private function update():void
           trace (List(owner).dataProvider[0].children);
         </fx:Script>
         <s:layout>
          <s:HorizontalLayout />
         </s:layout>
         <s:Group id="spacer" />
         <s:Label id="labelDisplay" />
        </s:ItemRenderer>
       </fx:Component>
      </s:itemRenderer>
    </s:List>

    Hi,
    XML way is very complex.
    Do this,
    Create a simple Plain Class
    public class DynamicHVO
                        public var id:Number;
                        public var name:String;
                        public var children:ArrayCollection = new ArrayCollection();
    Where Children is again collection of objects having name field.(Children is basically for storing heirarchical elements)
    Assign collection of this object as data provider to your list.

  • Uploading data in UKM_BP and UDM_BP

    Hi Guru,
    May I know what's the best approach or tool to use in uploading additional data for tcode UKM_BP and UDM_BP?
    Thanks,
    Jhay

    Hi
    Little more clarity on your question please.
    UKM_BP : Adding additional data mean how to upload external  rating to  BP ? 
    UDM_BP : Adding additional data mean how to assign collection profile & group to BP ?
    Clarify please.
    Naresh

  • EXport Data to Excel with Columns format

    Dear All,
    This may  be a basic question, however, I just need a tip to conclude my issue. 
    I have a Report that displays Financial Budget data (AFE).  I am able to download to the Excel sheet.  However, I need to conclude it with the column formatted at code itself and not given to the user.
    That is I want to set couple of column to Numeric, and Set Colum width defined at Code level itself.
    I am already using the Function module : MS_EXCEL_OLE_STANDARD_DAT
    Regards,
    Venkat

    data: go_excel       type ole2_object,
              Go_CELL        TYPE OLE2_OBJECT,
              go_workbooks   TYPE OLE2_OBJECT,
              go_workbook    TYPE OLE2_OBJECT,
              go_sheet       type OLE2_OBJECT,
              go_application type OLE2_OBJECT,
              go_activesheet type OLE2_OBJECT,
              go_text        type OLE2_OBJECT.
        gv_EXTRD = sy-datum.
        gv_EXTRT = sy-uzeit.
        concatenate pfile gv_EXTRD gv_EXTRT  'check.xls' into gv_file.
        clear: gt_export, gs_export.
    ****INITIATE EXCEL
    Create object Excel
        create object go_excel 'EXCEL.APPLICATION'.
        set property of go_excel 'Visible' = 0.
    Create workbook object
        call method of go_excel 'WORKBOOKS' = go_workbook .
      Add workbook
        call method of go_workbook 'Add' = go_workbook.
        lv_line = 0.
        loop at gt_collect ASSIGNING <collect>.
          lv_line = lv_line + 1.
          move-corresponding <collect> to gs_export.
          clear: gs_export-ZALDT.
          concatenate <collect>-ZALDT4(2) '-' <collect>-ZALDT6(2) '-' <collect>-ZALDT+0(4)
               into gs_export-ZALDT.
    Populate cells
          call method of go_excel 'Cells' = Go_CELL
            EXPORTING
              #1 = lv_line
              #2 = 1.
    **************SET UP PROPERTY WIDTH ****************************
          SET PROPERTY OF GO_CELL 'ColumnWidth' = '11'.
          SET PROPERTY OF GO_CELL 'Value' = gs_export-BANKL.
    ***********SET PROPERTY CELL NUMBER**************************************
          call method of go_excel 'Cells' = Go_CELL
            EXPORTING
              #1 = lv_line
              #2 = 4.
          SET PROPERTY OF go_cell 'NumberFormat' = '@'.     "PROPERTY NUMBER
          SET PROPERTY OF GO_CELL 'ColumnWidth' = '10'.
          SET PROPERTY OF GO_CELL 'Value' = gs_export-ZALDT.
    endloop.
    **CLOSE EXCEL**********
        CALL METHOD OF go_workbook 'SaveAs'
          EXPORTING #1 = gv_file
          #2 = 1.
        "file format
        CALL METHOD OF go_workbook 'close'.                                    "file format
        call method of go_excel 'QUIT'.
    ****OPEN CREATED EXCEL FILE ****************************
        call method of go_excel 'Workbooks' = go_workbooks.
        call method of go_workbooks 'Open'
          EXPORTING
            #1 = gv_file.
        set property of go_excel 'Visible' = 1.

  • Receiving Inspection QA Plan Giving Error.

    Hi,
    I am getting an error on trying to enter the Inspection result in the Quality Plan. This is not preventing me from entering results.
    Navigation: In Receiving window, clicked on Inspection button to enter the quality results.
    The below is the error:
    "APP-QA-16119: There is no row selected for the 'Assign a Value' action. The assigned collection element will remain unchanged.
    Pls. help me.
    Regards,
    Soma

    963055 wrote:
    Hi,
    I am getting an error on trying to enter the Inspection result in the Quality Plan. This is not preventing me from entering results.
    Navigation: In Receiving window, clicked on Inspection button to enter the quality results.
    The below is the error:
    "APP-QA-16119: There is no row selected for the 'Assign a Value' action. The assigned collection element will remain unchanged.
    Pls. help me.
    Regards,
    SomaPlease also see the solutions in these bugs.
    Bug 10352154 : ENTER QA RESULTS: APP-QA-16119: THERE IS NO ROW SELECTED FOR THE ASSIGN A VALUE
    Bug 5467917 : ASSIGN VALUE ERROR. SELECT WRITTEN AS NVL YET STILL SAYS DOES NOT RETURN A VALUE
    Bug 13533402 : INTERORG TRANSFER ERRORS AFTER INSPECTION WHEN DELIVERING: APP-QA-16134
    Bug 7583063 : DENORMALIZED FIELD NOT FUNCTIONING CONSISTENTLY FOR PARENT AND CHILD PLANS
    Thanks,
    Hussein

Maybe you are looking for

  • Hi all......for guidance

    Hi all,          i am new to this forum........and  am learning SAP-BW ......so plz guide me how to use this forum and how can i improve my skills in BW and am eager to know what is the work of bw consultant in a company?, what is bw consultant role.

  • Configuring BPEL Actionable Email

    Has anyone configured ns_mails.xml to use gmail account? I have gotten the actionable email to work with other accounts but not gmail. It seems that it cannot recognize the "Inbox" folder. The error log states that it cannot find the Inbox folder. Do

  • Satellite L505-s5993/windows 7 factory system recovery and recovery disc did not work

    Hello, I tried the free factory restore but it would not work.  I ordered the restore disk from Toshiba.  The instructions on the disc say to insert disk, then press "c" while turning on.  This does not work.  I have pressed f12 and booted from dvd/c

  • How to prevent BIP login screen pop-up when opening  BIP report from Dashbo

    Hi My customer linked BI Publisher report on the Dashboard page by setting "Embedded Content" as "http://172.18.1.91:7001/xmlpserver/servlet/report". Customer could open Dashboard directly(just login Dashboard. no need to login BIP) until applied pat

  • What will open CorelDraw X4 files?

    I have CorelDraw X4 files in the .cdr format created on a PC. Is there a way to open these files on a Mac? Many of them are scanned images that I mereIy need to view and perhaps print. I may not actually need to edit them. Thank you very much for any