Help needed in copa

Hi
  in copa i am trying to create data soource.. then i am getting this error..
you are not reh=gisterd as an developer.please register OSS(online sevice system) you will recive an access key.. can any please help on this
kasinath

Hi,
First of all you need OSS ID to log on to SAP Service Market place. Once you are in the SAP service market place, click on Messages--> Keys & Requests > SSCR Keys> Registration. Here you have to register as a developer and then only you will receive Access Key. Now, you are a tegistered SAP BW developer for your company in the SAP OSS system. You copy the access key and paste it where ever it asking for. This is a onetime process.
Thanks,
Rao.

Similar Messages

  • Help need on COPA-BW mechanism/End user training materials

    Hi Gurus,
    It is really urgent, i have the above problem and i am new to copa-bw. I need some light on this mechanism.
    I have gone through the help.sap and i still need some end user traing materials.
    i have some level of undestaning on CE1,2,3,4 and value fields, chars and configs etc.
    please help me out..............Thanks a lot in advace
    Sravan
    [email protected]

    Hi Dave,
    First of all thanx a lot for the help and i need little bit more info if possible.....
    Can you please eloborate on limitations - what level of reports are possible in R/3 and what  extent in BW(No limits). Just to know the defferences in the mechanism
    End User training in COPA/BW
    I need to present this to my client soon. I am go through the best practices now.
    Sravan

  • Currency type option needed for copa report

    Dear Experts,
    Currency type option needed for copa report.I have checked all the possibilities in ke35 as well.
    how to add curreny type in selection screen for COPA reports.
    regards
    RK

    If you want to create your own report with required currency,
    T CODE - KE35 - Click on "Report" (create), next window appears
    Give the name of the report and description
    The u see 2 options
    1. Basic report
    2. Report with Form
    Select which ever you want and press ENTER
    Here you need to prepare the report format and fields which are there in the right side box
    Hope it helps
    Thanks

  • Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Please help needed os x lion I wish to transfer photos from the iPhoto library to a album or folder then delete them from the Library but when I do this it also deletes them from the album ? how do I do this please.

    Albums are not places to store photos, they're more like "labels" you can apply to photos to better organize them. A single image file can be in multiple albums... they are not copies, it's simply been labelled as being in all those albums. So what you're trying to do doesn't make sense, because it's based on incorrect assumptions.
    The iPhoto library will always show all photos that you have added to iPhoto.

  • Inco terms needs to copi from ship to

    HI,
    We have a requirement as,when we create a sales order needs to copi incoterms of ship--to party  in to the order
    not from sold--to .,if we have different  soldto and ship to,How to get this

    I believe you aware of that as per standard SAP, Incoterms proposed into sales document on the bases of Sold-to party.
    So, you need to go for enhancement for your requirement.
    To do so, take help of ABAPer in your team and use user exit MV45AFZZ. in the Form USEREXIT_MOVE_FIELD_TO_VBKD.
    Regards
    JP

  • Help Needed!2 Soundtracks (ala Director's Commentary)

    I fear I have made a simple process too complicated and hope someone out there can help me see the light.
    I have a movie with a musical background and would like to give viewers an option for a video commentary.
    In Final Cut, for now, I have my musical sound track, then did a Voice Over and duplicated the sound track so I could adjust the volume in one and then manually in FC turn on/off either the main sound track or the combination of the VO and modified ST. So in a backdoor method I can play either soundtrack inside FC.
    OK, (and some of you pros will laugh at this I am sure), using Compressor, I deleted the combination files keeping the main one and sent a movie to Studio Pro. The I reversed the process and sent another movie over (sans main track) and WALLA! I have it doing what I want it to. I have a button to play either version.
    But I know that this isn't the right way to accomplish what I want as I can see in the Inspector-->Advanced I should merely be able to select a Track for a button.
    So how do I get my movie and 2 separate soundtracks over to Studio Pro?
    Thanks so much and I will be happy to add anything that is not clear if there are any questions!
    Richard

    Typically, you create the FCP track and export that as a single file ready to encode to MPEG. You can add a second audio to your FCP work by using two more audio streams in the time line. You should also be able to export the audio only from FCP as .aiff.
    Once you have the original file encoded to MPEG2 you will find it split into a video stream and an audio stream. You can now bring all three elements in to DVDSP, assigning one audio stream to A1 and the other to A2. If you want to encode the audio files to AC3 before importing you can do this as well - it saves space on the disc for one thing and also reduces the bitrate for the disc.
    Once in DVDSP and set into the track, you can now use the remote control to switch audio streams (when simulating), or create a set up menu where the user selects the stream they want to hear - you don't need two copies of the video. You can have up to 8 audio streams in your DVD.

  • Can script be parameterized such that we don't need 3 copies

    Can script be parameterized such that we don't need 3 copies, or to run against actual table name if aforementioned pre-implementation activities are effective?
    INSERT INTO ACCT_ALT_ID(acct_alt_id,
    ibd_id,
    acct_alt_id_cntx_cde,
    eods_acct_id,
    data_grp_cde,
    crte_pgm,
    crte_tstp,
    updt_pgm,
    updt_tstp)
    SELECT acct_alt_id,
    ibd_id,
    acct_alt_id_cntx_cde,
    eods_acct_id,
    data_grp_cde,
    'EODS',--crte_pgm
    SYSDATE,--crte_tstp
    'EODS',--updt_pgm
    SYSDATE--updt_tstp
    FROM     ACCT_ALT_ID_1
    INSERT INTO ACCT_BENF_DESG_NEW( eods_acct_id,
    data_grp_cde,
    benf_desg_opt_nme,
    crte_pgm,
    crte_tstp,
    updt_pgm,
    updt_tstp,
    prtt_cde)
    SELECT eods_acct_id,
    data_grp_cde,
    benf_desg_opt_nme,
    'EODS',--crte_pgm
    SYSDATE,--crte_tstp
    'EODS',--updt_pgm
    SYSDATE,--updt_tstp
    'BETA_0'--prtt_cde
    FROM     ACCT_BENF_DESG_1
    INSERT INTO ACCT_ALT_ID_NEW(acct_alt_id,
    ibd_id,
    acct_alt_id_cntx_cde,
    eods_acct_id,
    data_grp_cde,
    crte_pgm,
    crte_tstp,
    updt_pgm,
    updt_tstp)
    SELECT acct_alt_id,
    ibd_id,
    acct_alt_id_cntx_cde,
    eods_acct_id,
    data_grp_cde,
    'EODS',--crte_pgm
    SYSDATE,--crte_tstp
    'EODS',--updt_pgm
    SYSDATE--updt_tstp
    FROM     ACCT_ALT_ID_2
    INSERT INTO ACCT_BENF_DESG_NEW( eods_acct_id,
    data_grp_cde,
    benf_desg_opt_nme,
    crte_pgm,
    crte_tstp,
    updt_pgm,
    updt_tstp,
    prtt_cde)
    SELECT eods_acct_id,
    data_grp_cde,
    benf_desg_opt_nme,
    'EODS',--crte_pgm
    SYSDATE,--crte_tstp
    'EODS',--updt_pgm
    SYSDATE,--updt_tstp
    'BETA_0'--prtt_cde
    FROM     ACCT_BENF_DESG_2
    INSERT INTO ACCT_ALT_ID_NEW(acct_alt_id,
    ibd_id,
    acct_alt_id_cntx_cde,
    eods_acct_id,
    data_grp_cde,
    crte_pgm,
    crte_tstp,
    updt_pgm,
    updt_tstp)
    SELECT acct_alt_id,
    ibd_id,
    acct_alt_id_cntx_cde,
    eods_acct_id,
    data_grp_cde,
    'EODS',--crte_pgm
    SYSDATE,--crte_tstp
    'EODS',--updt_pgm
    SYSDATE--updt_tstp
    FROM     ACCT_ALT_ID_3
    INSERT INTO ACCT_BENF_DESG_NEW( eods_acct_id,
    data_grp_cde,
    benf_desg_opt_nme,
    crte_pgm,
    crte_tstp,
    updt_pgm,
    updt_tstp,
    prtt_cde)
    SELECT eods_acct_id,
    data_grp_cde,
    benf_desg_opt_nme,
    'EODS',--crte_pgm
    SYSDATE,--crte_tstp
    'EODS',--updt_pgm
    SYSDATE,--updt_tstp
    'BETA_0'--prtt_cde
    FROM     ACCT_BENF_DESG_3
    /

    876793 wrote:
    It is promting enter substution variable, I do not want like that.
    And what is "it"??? Without you showing us what "it" is how do you think we can help you. Anyway, "it" doesn't prompt me (exception is raised since I do not have tables ACCT_ALT_ID_1 and ACCT_BENF_DESG_1):
    SQL> COLUMN N NEW_VALUE N NOPRINT
    SQL> SELECT  '1' N
      2    FROM  EMP
      3    WHERE ROWNUM = 1;
    SQL> INSERT INTO ACCT_ALT_ID_NEW(acct_alt_id,
      2  ibd_id,
      3  acct_alt_id_cntx_cde,
      4  eods_acct_id,
      5  data_grp_cde,
      6  crte_pgm,
      7  crte_tstp,
      8  updt_pgm,
      9  updt_tstp)
    10  SELECT acct_alt_id,
    11  ibd_id,
    12  acct_alt_id_cntx_cde,
    13  eods_acct_id,
    14  data_grp_cde,
    15  'EODS',--crte_pgm
    16  SYSDATE,--crte_tstp
    17  'EODS',--updt_pgm
    18  SYSDATE--updt_tstp
    19  FROM ACCT_ALT_ID_&N
    20  /
    old  19: FROM ACCT_ALT_ID_&N
    new  19: FROM ACCT_ALT_ID_1
    FROM ACCT_ALT_ID_1
    ERROR at line 19:
    ORA-00942: table or view does not exist
    SQL> 
    SQL> INSERT INTO ACCT_BENF_DESG_NEW( eods_acct_id,
      2  data_grp_cde,
      3  benf_desg_opt_nme,
      4  crte_pgm,
      5  crte_tstp,
      6  updt_pgm,
      7  updt_tstp,
      8  prtt_cde)
      9  SELECT eods_acct_id,
    10  data_grp_cde,
    11  benf_desg_opt_nme,
    12  'EODS',--crte_pgm
    13  SYSDATE,--crte_tstp
    14  'EODS',--updt_pgm
    15  SYSDATE,--updt_tstp
    16  'BETA_0'--prtt_cde
    17  FROM ACCT_BENF_DESG_&N
    18  /
    old  17: FROM ACCT_BENF_DESG_&N
    new  17: FROM ACCT_BENF_DESG_1
    FROM ACCT_BENF_DESG_1
    ERROR at line 17:
    ORA-00942: table or view does not exist
    SQL> SY.

  • Troubleshoting help needed:  My iMac keeps crashing and restarting with a report detail: "spinlock application timed out"  What can I do to fix this?timed out"

    Troubleshooting help needed:  My iMac keeps crashing and restarting with a notice: "Spinlock application timed out"  What can I do?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the page that opens.
    Select the most recent panic log under System Diagnostic Reports. Post the contents — the text, please, not a screenshot. In the interest of privacy, I suggest you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header and body of the report, if it’s present (it may not be.) Please don't post shutdownStall, spin, or hang reports.

  • Help needed for writing query

    help needed for writing query
    i have the following tables(with data) as mentioned below
    FK*-foregin key (SUBJECTS)
    FK**-foregin key (COMBINATION)
    1)SUBJECTS(table name)     
    SUB_ID(NUMBER) SUB_CODE(VARCHAR2) SUB_NAME (VARCHAR2)
    2           02           Computer Science
    3           03           Physics
    4           04           Chemistry
    5           05           Mathematics
    7           07           Commerce
    8           08           Computer Applications
    9           09           Biology
    2)COMBINATION
    COMB_ID(NUMBER) COMB_NAME(VARCHAR2) SUB_ID1(NUMBER(FK*)) SUB_ID2(NUMBER(FK*)) SUB_ID3(NUMBER(FK*)) SUBJ_ID4(NUMBER(FK*))
    383           S1      9           4           2           3
    384           S2      4           2           5           3
    ---------I actually designed the ABOVE table also like this
    3) a)COMBINATION
    COMB_ID(NUMBER) COMB_NAME(VARCHAR2)
    383           S1
    384           S2
    b)COMBINATION_DET
    COMBDET_ID(NUMBER) COMB_ID(FK**) SUB_ID(FK*)
    1               383          9
    2               383          4
    3               383          2
    4               383          3
    5               384          4
    6               384          2          
    7               384          5
    8               384          3
    Business rule: a combination consists of a maximum of 4 subjects (must contain)
    and the user is less relevant to a COMB_NAME(name of combinations) but user need
    the subjects contained in combinations
    i need the following output
    COMB_ID COMB_NAME SUBJECT1 SUBJECT2      SUBJECT3      SUBJECT4
    383     S1     Biology Chemistry      Computer Science Physics
    384     S2     Chemistry Computer Science Mathematics Physics
    or even this is enough(what i actually needed)
    COMB_ID     subjects
    383           Biology,Chemistry,Computer Science,Physics
    384           Chemistry,Computer Science,Mathematics,Physics
    you can use any of the COMBINATION table(either (2) or (3))
    and i want to know
    1)which design is good in this case
    (i think SUB_ID1,SUB_ID2,SUB_ID3,SUB_ID4 is not a
    good method to link with same table but if 4 subjects only(and must) comes
    detail table is not neccessary )
    now i am achieving the result by program-coding in C# after getting the rows from oracle
    i am using oracle 9i (also ODP.NET)
    i want to know how can i get the result in the stored procedure itsef.
    2)how it could be designed in any other way.
    any help/suggestion is welcome
    thanks for your time --Pradeesh

    Well I forgot the table-alias, here now with:
    SELECT C.COMB_ID
    , C.COMB_NAME
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID1) AS SUBJECT_NAME1
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID2) AS SUBJECT_NAME2
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID3) AS SUBJECT_NAME3
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID4) AS SUBJECT_NAME4
    FROM COMBINATION C;
    As you need exactly 4 subjects, the columns-solution is just fine I would say.

  • Help needed I have a canon 40D. I am thinking of buying a canon 6D.But not sure that my len

    Hi all help needed I have a canon 40D. I am thinking of buying a canon 6D.
    But not sure that my lenses will work.
    I have a 170mm/ 500mm APO Sigma.
    A 10/20 ex  Sigma   HSM  IF.
    And a 180 APO Sigma Macro or do I have to scrap them and buy others.
    ALL Help will be greatly received. Yours  BRODIE

    In short, I love it. I was going to buy the 5DMark III. After playing with it for a while at my local Fry's store where they put 5DMII, 5DMIII and 6D next to each other, using the same 24-105L lens, I decided to get the 6D and pocket the different for lens later.
    I'm upgrading from the 30D. So I think you'll love it. It's a great camera. I have used 5DMII extensively before (borrowing from a close friend).
    Funny thing is at first I don't really care about the GPS and Wifi much. I thought they're just marketing-gimmick. But once you have it, it is actually really fun and helpful. For example, I can place the 6D on a long "monopod", then use the app on the phone to control the camera to get some unique perspective on some scenes. It's fun and great. GPS is also nice for travel guy like me.
    Weekend Travelers Blog | Eastern Sierra Fall Color Guide

  • Help needed! Raid degraded again!

    Hi!
    Help needed! I hava made bootable RAID with two S-ATAII 250Gb HDD and its not working! Every now and then at bootup I get a message RAID -> DEGRADED... Must be seventh time! Rebuild takes its own time!
    What am I doing wrong!
    T: Ekku
    K8N Neo4 Ultra
    AMD 64 4200+
    2 Gb RAM
    2 x 250 Gb HDD (Maxtor)
    nVidia RAID (in mb)
    P.S. I wery SORRY with my poor language!

    I'm going to blame the nVRAID because I've seen issues with it in the past. If your motherboard has another non-nVidia RAID solution, use that instead. Using the nVidia SATA ports as BASE or JBOD is fine and dandy but RAIDing always had issues. It's not even a driver issue I think it's just instability. Latest drivers and even boxed drivers never helped. Granted, some will report success with their rig. But on a professional level I've seen nForce issues on different motherboards and different hard drives that had RAID disaster stories.
    Good luck and if you don't have another RAID solution, my suggestion would be to buy a dedicated RAID controller card.
    LPB

  • HELP NEEDED WITH ADDAPTER-DVI TO VGA.

    PLEASE ...HELP NEEDED WITH WIRING CROSS OVER....CAN YOU HELP WITH BACK OF PLUG CONNECTIONS...I SORTA UNDERSTAND THE PINOUTS BUT CANT MAKE AN EXACT MACH...WOULD LIKE TO BE 100% SURE...
    ......THIS ENSURES NO SMOKE!!!                                                                                           
    THE CARD IS AN ATI RADEON RX9250-DUAL HEAD-.........ADDAPTER IS DVI(ANALOG)MALE TO VGA(ANALOG)FEMALE.
    ANY HELP VERY MUCH APPRECIATED........ SEEMS YOU NEED TO BE ROCKET SCI TO ATTACH A BLOODY PICTURE...SO THIS HAS BEEN BIG WASTE OF FING TIME!

    Quote from: BOBHIGH on 17-December-05, 09:21:31
    Get over it mate !
    I find it easy t read CAPS...and if you dont like it ...DONT READ IT!
    And why bother to reply...some people have nothing better to do.
    Yes there chep and easy to come by...Ive already got a new one.
    All I wanted was to make a diagram of whats inside the bloody thing...it was a simple question and required a simple answer.
    NO NEED TO A WANKA !!
    I feel a bann comming up.
    Have you tryed Google ? really.. your question is inrelevant. No need to reply indeed.
    Why do you come here asking this question anyway ? is it becouse you have a MSI gfx card ? and the adapter has nothing to do with this ?
    You think you can come in here yelling.. thinking we have to put up with it and accept your style of posting. This is not a MSI tech center.. it's a user to user center.. Your question has nothing to do with MSI relavant things anyway's.
    Google = your friend.
    Quote from: BOBHIGH on 17-December-05, 09:21:31
    it was a simple question and required a simple answer
    Simple for who ? you (buying a new one) ? me ? we ?   .really...........
    Quote from: Dynamike on 16-December-05, 04:11:48
    1: There are allot of diffrent types of those adapters.
    If any of the mods have a problem about my reply.. please pm me.

  • Help needed for grouping.

    Hi,
        Help needed .
    I have an internal table having 6 .
    Ex :
    f1     f2    f3     f4    f5    f6
    a     aa    11    p1  10    10
    a     aa    12    p1  20    20
    b     aa    11    p2  30    30
    b     aa    12    p2  40    30
    Now i want to sum the fields f5 and f6 individually and need to display based upon the fields f1 and f4.
    To Display :
    f1     f2    f3     f4    f5    f6
    a     aa    11    p1  30    30.
    b     aa    11    p2  70    60.
    can anyone help me.How to do this..?
    Thanks

    Here you go
    DATA:
      BEGIN OF cur_tab OCCURS 0,
        f1        TYPE c,
        f2(2)     TYPE c,
        f3(2)     TYPE c,
        f4(2)     TYPE c,
        f5(2)     TYPE c,
        f6(2)     TYPE n,
      END OF cur_tab.
    DATA:
      BEGIN OF sum_tab OCCURS 0,
        f1        TYPE c,
        f4(2)     TYPE c,
        f5        TYPE p,
        f6        TYPE p,
      END OF sum_tab.
    DATA:
      BEGIN OF final_tab OCCURS 0,
        f1        TYPE c,
        f2(2)     TYPE c,
        f3(2)     TYPE c,
        f4(2)     TYPE c,
        f5(5)     TYPE c,
        f6(5)     TYPE c,
      END OF final_tab.
    START-OF-SELECTION.
      cur_tab-f1 = 'a'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p1'.
      cur_tab-f5 = '10'.
      cur_tab-f6 = '10'.
      APPEND cur_tab.
      cur_tab-f1 = 'a'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p1'.
      cur_tab-f5 = '20'.
      cur_tab-f6 = '20'.
      APPEND cur_tab.
      cur_tab-f1 = 'b'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p2'.
      cur_tab-f5 = '30'.
      cur_tab-f6 = '30'.
      APPEND cur_tab.
      cur_tab-f1 = 'b'.
      cur_tab-f2 = 'aa'.
      cur_tab-f3 = '11'.
      cur_tab-f4 = 'p2'.
      cur_tab-f5 = '40'.
      cur_tab-f6 = '30'.
      APPEND cur_tab.
      LOOP AT cur_tab.
        MOVE-CORRESPONDING cur_tab TO sum_tab.
        COLLECT sum_tab.
      ENDLOOP.
      LOOP AT sum_tab.
        READ TABLE cur_tab WITH KEY f1 = sum_tab-f1
                                    f4 = sum_tab-f4.
        IF sy-subrc NE 0.
          WRITE:/ 'Something went very wrong'.
          CONTINUE.
        ENDIF.
        MOVE-CORRESPONDING cur_tab TO final_tab.
        MOVE-CORRESPONDING sum_tab TO final_tab.
        APPEND final_tab.
      ENDLOOP.
      LOOP AT final_tab.
        WRITE:/1 final_tab-f1,
              AT 5 final_tab-f2,
              AT 10 final_tab-f3,
              AT 15 final_tab-f4,
              AT 20 final_tab-f5,
              AT 25 final_tab-f6.
      ENDLOOP.
    and the output
    a   aa   11   p1     30   30  
    b   aa   11   p2     70   60  

  • Help needed on installation of Oracle 9i on Sun Solaris 8

    Hey,
    Help needed on installation of Oracle 9i EE on Sun Solaris 8. The problem I met was: we followed the installation guide from the documentation. And we selected the choice "install software only". After it was done successfully, we run Database Configuration Assistant utility to create a database instance. But finally it always tried to create the instance at the root directory ( / ) which doesn't have enough space and then failed. The case was that we have set the enviroment parameters: $ORACLE_BASE = /export/mydata, $ORACLE_HOME = /export/apps/oracle9i. That means it should be installed at /export/mydata, but it didn't. Any help or advice are welcome. Thanks.
    Simon

    I have downloaded Oracle 11G R2 version from Windows and extracted it in Windows and copied it into DVD after extraction in two folders. Now I am mounting that DVD in Solaris 10 installed in my VMware . I made a new directory named as 'installation ' under /export/home/oracle and copied the folders from DVD to 'installation' folder. Now I am entering installation folder and try to do ./runInstaller as 'oracle ' user and getting the error mentioned before.
    Edited by: 916438 on Mar 31, 2012 5:55 PM

  • Help needed on installation of Oracle 9i EE on Sun Solaris 8

    Hey,
    Help needed on installation of Oracle 9i EE on Sun Solaris 8. The problem I met was: we followed the installation guide from the documentation. And we selected the choice "install software only". After it was done successfully, we run Database Configuration Assistant utility to create a database instance. But finally it always tried to create the instance at the root directory ( / ) which doesn't have enough space and then failed. The case was that we have set the enviroment parameters: $ORACLE_BASE = /export/mydata, $ORACLE_HOME = /export/apps/oracle9i. That means it should be installed at /export/mydata, but it didn't. Any help or advice are welcome. Thanks.
    Simon

    I have downloaded Oracle 11G R2 version from Windows and extracted it in Windows and copied it into DVD after extraction in two folders. Now I am mounting that DVD in Solaris 10 installed in my VMware . I made a new directory named as 'installation ' under /export/home/oracle and copied the folders from DVD to 'installation' folder. Now I am entering installation folder and try to do ./runInstaller as 'oracle ' user and getting the error mentioned before.
    Edited by: 916438 on Mar 31, 2012 5:55 PM

Maybe you are looking for

  • How to disaply multiple column of a table in a single flex datagrid column

    Hi, I have a table in my database which has say 3 column (Firstname,LastName,Location). I wanted to display these 3 different values in a single column in flex datagrid. Could you please help me out in this Thanks, Pratik

  • How do I put iTunes music files back in my new iMac from an external back up?

    I backed up my entire iTunes music library to an external drive. Now that I have purchased a new iMac, i tried to copy the music library and put it back in the music folder located in the iMacs iTunes Media folder. The music is there and if I click o

  • Problem with Variable 0I_CUFQU

    Hi all, We are using Fiscal year/ Period with variable SAP Exit 0I_CUFQU  in FIGL_V11 reports. Earlier It was working fine but after Patch Upgrade when I run the same report I am getting the Follwing error. Variable 0I_CUFQU could not be replaced. If

  • Query to get IST  equivalent time.

    Xperts, My requirment is something like below. My Oracle DB server time is in UTC. which lags by 9:30 mins to IST.how to get tHe IST time (Asia/Kolkotta) time for that UTC timezone? I can not hard code +9:30 to UTC as this difference varies as per Da

  • Exit or badi for t code EXPD (Progress Tracking)

    Hi Gurus I have to add two fields in t code EXPD (Progress Tracking) can  you please tell me the name of Exit or BADI for that. Thanks In advance. Chitta Ranjan Mahato