Loading journal with description through FDM

Can journals be loaded with line level description (not header level description) through FDM?
System is taking the file with descriptions, when you generate the upload .jle file manually and use load journals in workspace. But when you trying to load the journals through FDM, it does not work.
Any idea how to do it? Any settings that we are missing?

This is currently not possible.
The Description will be the description in the first line of the journal template.

Similar Messages

  • How can I load data with Scripts on *FDM* to a HFM target System????

    Hi all!
    I need help because I can´t find a good guide about scripting on FDM. The problem I have is the next one.
    I have on mind to load my data with data load file in FDM to a HFM target system, but I would like to load an additional data using an event script, ie after validate. I would need any way to access to HFM system though FDM Scripts, is it possible??
    If so, It would be wonderful to get a data from HFM with any Point of View, reachable from FDM Scripts in order to load or getting any data.
    I´ve looking for a good guide about scripting in FDM but I couldn´t find any information about accessing data on HFM target system, does it really exist?
    Thanks for help

    Hi,
    Take a look at the LOAD Action scripts of your adapter. This might give you an idea.
    Theoretically it should be possible to load data in an additional load, but you need to be very careful. You don't want to corrupt any of the log and status information that is being stored during the load process. The audit trail is an important feature in many implementations. In this context it might not be a good idea to improve automation and risk compliance of your system.
    Regards,
    Matt

  • Journal Voucher with Description---URGENT

    When i am loading Journal voucher template through FDQM, I am not able to View Description of each line in HFM. HFM displays same description entered in the first line of the Journal Voucher Template in all the line items of the Journal Voucher. How is it possible to get view of each individual description line by line. Please respond

    Hello Costas,
    Basically yes, but take care: The G/L account should set to all currency (multi currency) to be able to post in FC. Go into sap, and try to add values on Vouchers.
    Here is a sample code for issuing in FC a voucher.
    Dim oJV As SAPbobsCOM.JournalVouchers = oCompany.GetBusinessObject(BoObjectTypes.oJournalVouchers)
            oJV.JournalEntries.SetCurrentLine(0)
            oJV.JournalEntries.VatDate = Today
            oJV.JournalEntries.TaxDate = Today
            oJV.JournalEntries.DueDate = Today
            oJV.JournalEntries.ReferenceDate = Today
            oJV.JournalEntries.Reference = "REF"
            oJV.JournalEntries.Reference2 = "REF2"
            oJV.JournalEntries.Memo = "MEMO"
            oJV.JournalEntries.Lines.SetCurrentLine(0)
            oJV.JournalEntries.Lines.AccountCode = "38610100"
            oJV.JournalEntries.Lines.FCDebit = 0
            oJV.JournalEntries.Lines.FCCredit = 100
            oJV.JournalEntries.Lines.FCCurrency = "EUR"
            oJV.JournalEntries.Lines.Add()
            oJV.JournalEntries.Lines.SetCurrentLine(1)
            oJV.JournalEntries.Lines.AccountCode = "38610100"
            oJV.JournalEntries.Lines.FCDebit = 100
            oJV.JournalEntries.Lines.FCCredit = 0
            oJV.JournalEntries.Lines.FCCurrency = "EUR"
            If oJV.Add <> 0 Then
                sbo_application.MessageBox(oCompany.GetLastErrorDescription)
            End If
    Regards,
    J.

  • I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    Have you selected manually manage music?

  • HFM 9.3.1 drill through FDM

    Hi All,
    I'm trying to use the drill through functionality in HFM 9.3.1.
    When I click on Audit Intersection in the web data grid FDM starts to open but then I get an error relating to Single Sign On not being setup correctly.
    I've added the FDM app name to the App setting in HFM and I've got the correct URL in the Web Config .
    Can anyone give me any guidance of where to setup SSO in Shared Services for HFM/FDM?
    Is it possible to use drill through using Web Data Forms?
    Thanks
    G

    Choose Administration>Manage Documents then click on links
    click new to add a new link
    In the link field enter one of the following, for the
    version of FDM you are using.
    • http://<server name>/<wwwwwwww>/AuthorizedPages/LogonPage.aspx?AppName=<xxxxxxxx>
    • Replace <server name> with valid web server address
    • Replace <wwwwwwww> with UpstreamWeblinkDataMart for versions FDM 9.0.2 to FDM 9.2.x
    • Replace <wwwwwwww> with HyperionFDM for 9.3 and above
    • Replace <xxxxxxxx> with a valid FDM Application Name.
    Ensure that FDM does not open in the same page
    • Ensure to include the Single Sign On information in page request. Click ‘Save’
    On the ‘Manage Documents – Links’ screen you will now see your link to FDM. Log into the server where FDM is installed.
    • Go to Start > All Programs > Hyperion > Financial Data Quality Management > Load Balance Manager > Load Balance Configuration
    Go to the ‘Authentication Providers’ tab, click ‘Add’ and choose ‘Visual Basic Script SSO Authentication’ Provide a description. Set sso uathentication script ,The script is generically written, and must be customized for each customer.
    • Once the changed have been made click ‘OK’ and notice the Authentication Providers have been updated.
    • Go back to the ‘General’ tab and re-enter the service account password and click ‘OK’
    • Go back to HFM Workspace and test the link you created. FDM will open up in a new window, and sign you in.
    Now enable FDM to pass the SSO token:
    • Administration -> Integration Settings
    • From the ‘Options’ drop-down choose ‘Use SSO’
    • Enable the check-box
    • Click ‘Save’
    • From the HFM Web-Server you need to provide a link to FDM inside of the ‘Server and Web Configuration’
    • Choose the ‘Web Server’ tab
    • Enter the following link to ‘Financial Data Management URL’ field http://<server name>/HyperionFDM/AuthorizedPages/IntersectionSummaryByLocation.aspx
    • Update <server name> with the appropriate FDM Web-Server name
    •Enter a valid DCOM service account and password in the ‘DCOM User Info’ fields.
    Test Drill back functionality

  • Asking for advice on adding products with descriptions to webpage

    I am a web design and dreamweaver newbie and am in my very limited experience, working on creating a virtual mall.  I'ts something I always wanted to do...go figure..lol.  I do have a lot of companies that will advertise and I have access to their Java and HTML links. I have created (in my mind...lol) I pretty decent start on a homepage from a free template and I want to create pages with pictures and descriptions but I am not sure the best way to go. I cannot afford to have a pro do this for me so I am fishing for some good advice.  I know about creating tables but I hear that tables are so 90's and dreamweaver can do it better in a different format. I have looked through the forums for advice but not have found what I am specifically looking for.  The way I have it from the homepage is that I have links to product types in the content portion of spry accordian and created pages akin to my homepage to display them but from there...not sure.  I do not have a lot of available free time, hardly any to be honest, so if anyone can point me in a good direction or have any good ideas, I would really appreciate it.  Here are my questions:
    1.  Is there a better method to display products besides tables in CS4, and if so, how would I best proceed?  The idea is 3 columns and 4 rows of products with descriptions underneath.  The links provided by the companies would take them to the company website to purchase. I didn't want to alarm the companies by posting a site without some products available but I need some help.
    2. Is it possible and if so, is it a good idea to add a spry tabbed panels into the content portion of the spry accordian?  Would I have to establish an editable region or something specific to allow it to be functionable?
    Separate Question:
    1. I am not sure if I can even ask this coherently but will give it a shot Does DW have a tutorial on adding some type of flash css or revolving pictures to be built into my header area on the homepage?  I do have DW fireworks and I really want to spruce it up...
    I will load the homepage online today to www.virtmallshop.com.  The product links pages won't be availabe except one to give a reference.  Understand that you all know a heck of alot more about this then me so please be kind!
    Thank you
    D

    For Umlaut, you could probably use phonetic keyboard. Highly recommended.
    Use "Ukelele" to create keyboard layout and use dead key to map umlaut (like 'u = ü). With phonetic keyboard you can type as fast as with native keyboard (if not faster) and in unlimited number of languages, without re-learning the layout.
    Brackets are quite easy accessible on Apple keyboard.

  • Where to down load assets with Asset Capitalization date and Book value..

    Hi All,
    What is table/Transaction code  to down load Asset with below details:
    1) Capitalization
    2)  Acquisition value
    3) Book Value
    4) Book Dep Value
    5) Cost center
    Thx In advance..
    Regards,
    Shirisha

    You can try the Asset History Sheet report S_ALR_87011990 (which has all fields except for cost center) and if you want additional fields you can choose to add new fields through the link [Include own fields in FI-AA standard ALV |https://wiki.sdn.sap.com/wiki/display/ERPFI/IncludeownfieldsinFI-AAstandardALV] the relevant report for Asset History Sheet should be Asset History Sheet -> FIAA_SALVTAB_RAGITT includes CI_REPRAGITT (out of RAGITT_ALV01). Else a quicker option would be to perform a vlookup process from another report that has cost centers like S_ALR_87011979.

  • Journal Line Description not displayed

    Hi,
    I ran create accounting for Inventory ( cost management ) and inported the journals to GL. But we cannot see the journal line description.Instead only the Journal Import Created can be seen.
    I found a note saying to change the following
    Accounting Setup manager > Subledger Accounting Options > Cost Management > Update Accounting Options >General Ledger Journal Entry Summarization to No Summarization .
    This works well for AP, but not for Inventory.
    Please can someone explain this situations.
    Thanks and Regards,
    MPH

    Setting Journal Entry Summarization to No Summarization alone can't give the description in GL.
    Along with above, in the Journal Line Definition screen, you may need to add Journal Line Descriptions at Journal Line Type level.
    More details on SLA Implementation Guide.
    Accounting Methods Builder -> Journal Lines Definitions -> To Define Journal Lines Definitions
    By
    Vamsi

  • How do i get a Base code (Material) from a description through BOM?

    Hi,
    the right base code(material) for the production order '68647' is 100827 descriotion 'PIPE BASIC' .
    my requirement is i have an production order and relevent plant, how do i get a basecode ?
    from my previous finding i read that All BOMs will have are associated with the description.
    Targeting this description will always return the right base code for the order.
    but i did not get any idea out of it.
    Please tell me how do i get a Base code (Material) from a description through BOM?
    Thanks in advance.
    Edited by: gulab zehra on Sep 22, 2009 9:17 AM

    Hi Keven,
    I had a look at the example "programmaticbuild2.vi" that you can find at this link:
    in this application the error that eventually comes out from the "BuildTargetBuildSpecification.vi" is written in the error_log.txt through a case structure.
    You can change the code inside the Error case if you want to handle the error in a different way. For example you could connect the error wire to a General Error Handler, that displays a message if an error occurs, or you could light up a led that inform you the error has occurred.
    Best regards,
    Serena M.

  • Sql loader - Data loading issue with no fixed record length

    Hi All,
    I am trying to load the following data through sql loader. However the records # 1, 3 & 4 are only loading succesfully into the table and rest of the records showing as BAD. What is missing in my syntax?
    .ctl file:
    LOAD DATA
    INFILE 'C:\data.txt'
    BADFILE 'c:\data.BAD'
    DISCARDFILE 'c:\data.DSC' DISCARDMAX 50000
    INTO TABLE icap_gcims
    TRAILING NULLCOLS
         CUST_NBR_MAIN          POSITION(1:9) CHAR NULLIF (CUST_NBR_MAIN=BLANKS),
         CONTACT_TYPE          POSITION(10:11) CHAR NULLIF (CONTACT_TYPE=BLANKS),
         INQUIRY_TYPE          POSITION(12:13) CHAR NULLIF (INQUIRY_TYPE=BLANKS),
         INQUIRY_MODEL          POSITION(14:20) CHAR NULLIF (INQUIRY_MODEL=BLANKS),
         INQUIRY_COMMENTS     POSITION(21:60) CHAR NULLIF (INQUIRY_COMMENTS=BLANKS),
         OTHER_COLOUR POSITION(61:75) CHAR NULLIF (OTHER_COLOUR=BLANKS),
         OTHER_MAKE          POSITION(76:89) CHAR NULLIF (OTHER_MAKE=BLANKS),
         OTHER_MODEL_DESCRIPTION POSITION(90:109) CHAR NULLIF (OTHER_MODEL_DESCRIPTION=BLANKS),
         OTHER_MODEL_YEAR POSITION(110:111) CHAR NULLIF (OTHER_MODEL_YEAR=BLANKS)
    data.txt file:
    000000831KHAN
    000000900UHFA WANTS NEW WARRANTY ID 000001017OHAL
    000001110KHAP
    000001812NHDE231291COST OF SERVICE INSPECTIONS TOO HIGH MAXIMA 92 MK
    000002015TPFA910115CUST UPSET WITH AIRPORT DLR. $200 FOR PLUGS,OIL,FILTER CHANGE. FW
    Thanks,

    Hi,
    Better if you have given the table structure, I check your script it was fine
    11:39:01 pavan_Real>create table test1(
    11:39:02   2  CUST_NBR_MAIN  varchar2(50),
    11:39:02   3  CONTACT_TYPE varchar2(50),
    11:39:02   4  INQUIRY_TYPE varchar2(50),
    11:39:02   5  INQUIRY_MODEL varchar2(50),
    11:39:02   6  INQUIRY_COMMENTS varchar2(50),
    11:39:02   7  OTHER_COLOUR varchar2(50),
    11:39:02   8  OTHER_MAKE varchar2(50),
    11:39:02   9  OTHER_MODEL_DESCRIPTION varchar2(50),
    11:39:02  10  OTHER_MODEL_YEAR varchar2(50)
    11:39:02  11  );
    Table created.
    11:39:13 pavan_Real>select  * from test1;
    no rows selected
    C:\Documents and Settings\ivy3905>sqlldr ara/ara@pavan_real
    control = C:\control.ctl
    SQL*Loader: Release 9.2.0.1.0 - Production on Sat Sep 12 11:41:27 2009
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Commit point reached - logical record count 5
    11:42:20 pavan_Real>select count(*) from test1;
      COUNT(*)                                                                     
             5    control.ctl
    LOAD DATA
    INFILE 'C:\data.txt'
    BADFILE 'c:\data.BAD'
    DISCARDFILE 'c:\data.DSC' DISCARDMAX 50000
    INTO TABLE test1
    TRAILING NULLCOLS
    CUST_NBR_MAIN POSITION(1:9) CHAR NULLIF (CUST_NBR_MAIN=BLANKS),
    CONTACT_TYPE POSITION(10:11) CHAR NULLIF (CONTACT_TYPE=BLANKS),
    INQUIRY_TYPE POSITION(12:13) CHAR NULLIF (INQUIRY_TYPE=BLANKS),
    INQUIRY_MODEL POSITION(14:20) CHAR NULLIF (INQUIRY_MODEL=BLANKS),
    INQUIRY_COMMENTS POSITION(21:60) CHAR NULLIF (INQUIRY_COMMENTS=BLANKS),
    OTHER_COLOUR POSITION(61:75) CHAR NULLIF (OTHER_COLOUR=BLANKS),
    OTHER_MAKE POSITION(76:89) CHAR NULLIF (OTHER_MAKE=BLANKS),
    OTHER_MODEL_DESCRIPTION POSITION(90:109) CHAR NULLIF (OTHER_MODEL_DESCRIPTION=BLANKS),
    OTHER_MODEL_YEAR POSITION(110:111) CHAR NULLIF (OTHER_MODEL_YEAR=BLANKS)
    data.txt
    000000831KHAN
    000000900UHFA WANTS NEW WARRANTY ID 000001017OHAL
    000001110KHAP
    000001812NHDE231291COST OF SERVICE INSPECTIONS TOO HIGH MAXIMA 92 MK
    000002015TPFA910115CUST UPSET WITH AIRPORT DLR. $200 FOR PLUGS,OIL,FILTER CHANGE. FW
    CUST_NBR_MAIN     CONTACT_TYPE     INQUIRY_TYPE     INQUIRY_MODEL     INQUIRY_COMMENTS     OTHER_COLOUR     OTHER_MAKE     OTHER_MODEL_DESCRIPTION     OTHER_MODEL_YEAR
    000000831     KH     AN     NULL     NULL     NULL     NULL     NULL     NULL
    000000900     UH     FA      WANTS     NEW WARRANTY ID 000001017OHAL     NULL     NULL     NULL     NULL
    000001110     KH     AP     NULL     NULL     NULL     NULL     NULL     NULL
    000001812     NH     DE     231291C     OST OF SERVICE INSPECTIONS TOO HIGH MAXI     MA 92 MK     NULL     NULL     NULL
    000002015     TP     FA     910115C     UST UPSET WITH AIRPORT DLR. $200 FOR PLU     GS,OIL,FILTER C     HANGE. FW     NULL     NULL- Pavan Kumar N
    Edited by: Pavan Kumar on Sep 12, 2009 11:46 AM

  • Re: Journal Line Description not displayed

    Hi,
    Trying to do the same etc include journal line description. Found some notes and tried doing the below setups ....
    Did the followings ...
    1 Accounting Setup manager > Subledger Accounting Options > Cost Management > Update Accounting Options >General Ledger Journal Entry Summarization to No Summarization .
    2. In SLA Cost Management...
       -Define new JED, selecting PO number.
       -Define new JLD by copying the existing RCPT_REC_INSP and DELIVER_EXPENSE and attached the new JED.
       -Define new AAD by copying from the existing COST_MANAGEMENT and attached the newly created JLD.
       Lastly,  enddate the seeded SLAM and add a new AAD assignments and attached to the newly created AAD.
    But upon validating the accounting definition, it shows invalid and though enabled the fnd log, still do not see any message.
    Appreciate any help.
    Thanks
    WW

    Setting Journal Entry Summarization to No Summarization alone can't give the description in GL.
    Along with above, in the Journal Line Definition screen, you may need to add Journal Line Descriptions at Journal Line Type level.
    More details on SLA Implementation Guide.
    Accounting Methods Builder -> Journal Lines Definitions -> To Define Journal Lines Definitions
    By
    Vamsi

  • Problem while communicating with ECU through NI USB CAN

    Hello sir,
    I want to communicate with ECU through NI USB CAN interface while i tried to communicate with ECU it gives timeout error. here i am using CCP version 1.0, ECU toolkit 2.1.4 and NI CAN 2.7.2 .if you have any problem that communicates with ECU using CCP version 1.0 Please attach it.
    Thanks and Regards,
    Madhan

    So for the fifth time you start a new thread about the same problem!
    If you don't get any response to your threads, it could be because you are not giving a lot information about your problem.You could start with giving the vi you have problem with, so that we can see what you are doing.
    You also need to give any error code and a description on that you have done, in details!
    You also had one response in one of the other threads, it is polite to make an answer when someone is replying to you.
    [email protected] wrote:
    Hello sir,
    I want to communicate with ECU through NI USB CAN interface while i tried to communicate with ECU it gives timeout error. here i am using CCP version 1.0, ECU toolkit 2.1.4 and NI CAN 2.7.2 .if you have any problem that communicates with ECU using CCP version 1.0 Please attach it.
    Thanks and Regards,
    Madhan
    That makes no sense, where have you copied that from ?

  • Load balancing with JSP

    Anyone and everyone,
    When configuring load balancing with Weblogic clusters, does load
    balancing take effect for all services or just EJB and RMI? Or another
    way of saying the same thing, can I setup weighted load balancing for
    the JSP engines across 2 weblogic servers.
    Thanks in advance,
    Mike

    The load-balancing documentation you read describing the different algorithms only applies to RMI stubs (e.g., EJB clients). Please see http://www.weblogic.com/docs51/cluster/concepts.html#1026091 for a description of how load-balancing/clustering works with servlets/JSPs.
    The short answer is that in using servlet clustering, most people want/need/use in-memory replication for HttpSession objects. In WLS 5.1 (and before), in-memory replication requires one or more proxy servers be set-up in front of the cluster. Typically, most people use something like BigIP to load-balance
    across the proxy servers and let the weblogic plug-in for the proxy server handle the routing to the cluster. The plug-in uses round-robin until an HttpSession is established for a user, then it always tries to route to the server where the user's session is located.
    Hope this helps,
    Robert
    Brian Lin wrote:
    All,
    I have a quesiton here regarding load balancing with DNS round robin. As of Chapter Adminstration of Clustering Weblogic server, Weblogic can be configured to balance by weight. How about Weblogic handle weight based balancing after DNS round robin ip response? or just can choose one way instead of both?
    What's the big difference between choosing BigIP and software balancing (WL)?
    Brian
    "Wei Guan" <[email protected]> wrote:
    I don't think you can configure this load balancing in weblogic in current
    release. However, if you have Big-IP or LocalDireoctr, you can set up
    weighted load-balancing there. Otherwise, weblogic proxy will use DNS round
    robin to do the load-balancing between JSP engins.
    My 2 cents.
    Cheers - Wei
    Michael Yakimisky <[email protected]> wrote in message
    news:[email protected]...
    Anyone and everyone,
    When configuring load balancing with Weblogic clusters, does load
    balancing take effect for all services or just EJB and RMI? Or another
    way of saying the same thing, can I setup weighted load balancing for
    the JSP engines across 2 weblogic servers.
    Thanks in advance,
    Mike

  • Load Balancing with BigIP / SSL question

    I have an oddball question. We're load balancing ColdFusion
    MX7 across 3 servers using a BigIP load balancing server. We
    decided to go the hardware approach and it has been great except
    for one small configuration issue.
    We use a mix of SSL and non SSL pages, prior to the switch
    from a single server to a load balanced setup I used to script that
    would determine if a page that was supposed to be SSL had the
    variable CGI.HTTPS turned on or off. If it was off, the page would
    redirect back to itself with the SSL turned on.
    The problem we have is that we followed BigIP's instruction
    to secure the load balancing hardware instead of the three servers
    running behind it. So what happens is that the traffic goes to the
    load balancer port 441, but then the calls from the load balancer
    to the individual servers is port 80. So even if a page is called
    as HTTPS://... the coldfusion server says that CGI.HTTPS is "off"
    since the traffic is port 80.
    This isn't much of a problem, our SSL pages are linked as
    HTTPS:// and the only problem would actually arise if someone was
    to type in the URL and call it as HTTP rather than HTTPS.
    My questions is this, does anyone know of a way that I can
    detect if the page should be HTTPS and is not without changing our
    configuration and putting SSL certificates on each individual
    server?

    Hey,
    Well the load balancing with the BigIP device is really very
    amazing. I think
    what i liked most was swapping out servers when their lease
    was up, through the
    BigIP manager I just stopped all traffic to a server, shut it
    down, plugged in
    the new one and turned traffic back on. It was really very
    easy.
    The SSL stuff still gives me a headache to think about. but
    I should mention I
    no longer work where I was, plus now I'm all .net C# but
    that's a different
    story.
    I think if I was going to do this all again I would not have
    secured the bigIP
    unit. It was nice to buy one SSL cert for all the servers I
    attached rather
    than one per server, but getting the SSL sites to work
    properly was a headache.
    We also use windows file replication where now I would go
    with like a pair of
    Dell MD1000's mirrored for storage and just have tons of ram
    and cpu on the
    front end units. Depends what you want to spend I guess. I
    think the bigIP unit
    we bought was like 20 grand, i think they are cheaper now
    though.
    Hope I helped.

  • How does load-balancing with WebCache work - is there still a bottleneck?

    Hello,
    We're migrating an old Forms 6i app to 10.1.2.0.2 (apps servers = Redhat Linux), and are starting to consider using WebCache to loadbalance between two application servers.
    My question is this - say we have apps servers A and B, both running Forms and Reports Services. We use Webcache on server A (don't have the luxury of a third apps server...) to load balance between A and B. So all initial requests come into A, which in some cases may then be diverted to start a new Forms session on B.
    For those users whose middle-tier sessions are now running on B - will all network traffic for their Forms session continue to be routed through Webcache on A, then to B, over the course of the session? Or does Webcache somehow shunt the whole connection to be straight between the client PC and server B, for the duration of that Forms session?
    If the former, does that mean that the server hosting Webcache can still be a significant bottleneck for network traffic? Have people found load-balancing with Webcache to be useful..?
    Thanks in advance,
    James

    Hi gudnyc,
    Thanks for posting on Adobe forums.
    For HDPI you do not have to do any It will adjust automatically.
    http://helpx.adobe.com/photoshop-elements/using/whats-new.html
    Regards,
    Sandeep

Maybe you are looking for

  • Can I write to an NTFS formatted drive on a PC Network?

    I had a quick question that I am sure someone in this qualified group will be able to answer. My existing laptop PC for work is about shot, and my company has said that I could replace it with anything (Excellent!). So I'm looking at the 17'' Mac Boo

  • Double Click on ALV Grid

    Hi, I have this doubt regarding ALV grid display. I am displaying a list using REUSE_ALV_GRID_DISPLAY. I need to go to a transaction when i double click on a particular line on the output list based on the content of the 1st cell of that line. (ie if

  • Avoiding attributes when using transform class

    Hi, One more help pls!!!!! When I use transform class and create an XML file, it creates with attributes for the nodes. For exapmle, <MessageOwner type="type" name="name"> How do I avoid this type and name attributes????? Thanx and Regards, Gayathri.

  • Printing is erratic; I use windows explorer if I have to print something

    Application Basics Name Firefox Version 7.0.1 User Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1 Profile Directory Open Containing Folder Enabled Plugins about:plugins Build Configuration about:buildconfig Extension

  • Trouble Opening Mpeg video!!

    Okay so i am not all that familiar with quicktime so this is way confusing for me, I usually just use imovie and i have never had a problem opening up a video and importing it to my computer. However i am trying to download some video clips so that i