Can new cutsom currency fields on User Records be used for SOD Analytics?

We will have new cutsom currency fields on User Records. Can we utilise these new custom fields for dashboard reporting using SOD Analytics?

Hi
Yuo can try to use FOR ALL ENTRIES option.
IF you have:
WERKS BTRTL
Z002 Z001
Z002 Z002
Z003 Z001
Z003 Z002
You should do something like that:
DATA: BEGIN OF <TAB_SEL> OCCURS 1,
       WERKS TYPE WERKS,
       BTRTL TYPE BTRTL,
      END   OF <TAB_SEL>.
WERKS BTRTL
<TAB_SEL>-WERKS = 'Z002'. <TAB_SEL>-BTRTL = 'Z001'.
APPEND <TAB_SEL>.
<TAB_SEL>-WERKS = 'Z002'. <TAB_SEL>-BTRTL = 'Z002'.
APPEND <TAB_SEL>.
<TAB_SEL>-WERKS = 'Z003'. <TAB_SEL>-BTRTL = 'Z001'.
APPEND <TAB_SEL>.
<TAB_SEL>-WERKS = 'Z003'. <TAB_SEL>-BTRTL = 'Z002'.
APPEND <TAB_SEL>.
SELECT * FROM <TABLE> INTO TABLE ITAB
   FOR ALL ENTRIES IN <TAB_SEL>
                   WHERE WERKS = <TAB_SEL>-WERKS
                      AND BTRTL = <TAB_SEL>-BTRTL.
In this case you need to fill correctly the internal table <TAB_SEL> with the all combinations.
Max

Similar Messages

  • Can New Java 7 File API Path Objs Be Used For Windows Virtual Folders

    Hello,
    I'm trying to duplicate a JFileChooser's drop-down list containing root directories of the file system. For Windows machines, its combobox lists the roots in a nice tree-like layout. For example:
    + Desktop
      + Computer
        + Local Disk (C:)
        + Data (D:)I cannot find an offical way to do this; I ended up using a class called "ShellFolder" to do it. Based on the "File" objects returned by the "ShellFolder" operation, I wanted to use the "toPath" method of the "java.io.File" object to convert the object to a "java.io.file.Path" object. Unfortunately, when I try to convert it, a java.nio.file.InvalidPathException" occurs.
    Therefore, is there a way to use the the new Path object (provided by Java7's new File NIO APIs) that can map to Windows special virtual folders (like "My Computer" which is mapped to a CLSID like "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}")?
    Note: It looks like NetBeans suffered from the same problem. See their bug report here: [https://netbeans.org/bugzilla/show_bug.cgi?id=214011] .
    Here's some sample code to reproduce the problem:
    static public void main(final String[] asArguments)
         javax.swing.SwingUtilities.invokeLater(new Runnable() {
              @Override
              public void run()
                   java.io.File homeFile = FileSystemView.getFileSystemView().getHomeDirectory();
                   System.out.printf("File obj for home dir = %s\r\n", homeFile.getAbsolutePath());
                   java.nio.file.Path homePath = homeFile.toPath();
                   System.out.printf("Path obj for home dir = %s\r\n", homePath.toString());
                   // get the root directories
                   java.io.File[] rootDirs = (java.io.File[]) sun.awt.shell.ShellFolder.get("fileChooserComboBoxFolders");
                   for (int nIdx = 0; nIdx < rootDirs.length; nIdx++) {
                        java.io.File nextRoot = rootDirs[nIdx];
                        System.out.printf("File obj for next root dir = %s\r\n", nextRoot.getAbsolutePath());
                        // Is this a bug?
                        //          When we encounter a special Windows folder,
                        //          like "My Computer" which has a filename of "::{20D04FE0-3AEA-1069-A2D8-08002B30309D}",
                        //          why do we receive a "java.nio.file.InvalidPathException"?  Should it not resolve the path
                        //          to the virtual Windows folder of "My Computer", just like the java.io.File objects do?
                        //          If not, is there an alternative way to get that information using the new Java 7 File APIs?
                        java.nio.file.Path nextRootPath = nextRoot.toPath();
                        System.out.printf("Path obj for next root dir = %s\r\n", nextRootPath.toString());
                   } // for
              } // run
    } // mainEdited by: RhinoGuy on Aug 10, 2012 11:11 AM

    Hmm don't know about special folders but the File object does have a listRoots() method. Perhaps that only returns mapped drives on Windows though, I remember using it to create my own Eclipse type filechooser which I find a lot more user-friendly than the standard JFileChooser.

  • How can we identify what are all user exits are there for sales orders,deli

    Dear All,
    How can we identify what are all user exits are there for sales orders,deliverys and invoices
    thanks
    nitchel v

    Hi Nitchel
    There are many ways to find out the user exits..
    For example for VA01.
    Goto Transaction ie VA01:
    goto System-- Status
    doubleclick on the program name ie SAPMV45A
    SE38 -> Enter the program name and in the program( SAPMV45A) goto -- attributes
    get the package name from here ie VA
    note the package(VA) and get back to main screen
    goto SMOD tcode  and click on find button in the package spec giv the package name ie VA and execute it
    you will find list of exits available
    check out the exit that suits ur requirement
    goto cmod and create a new project and implement in that user exit.
    You will get the following exits in SMOD..
    SDTRM001  Reschedule schedule lines without a new ATP check
    V45A0001  Determine alternative materials for product selection
    V45A0002  Predefine sold-to party in sales document
    V45A0003  Collector for customer function modulpool MV45A
    V45A0004  Copy packing proposal
    V45E0001  Update the purchase order from the sales order
    V45E0002  Data transfer in procurement elements (PRreq., assembly
    V45L0001  SD component supplier processing (customer enhancements
    V45P0001  SD customer function for cross-company code sales
    V45S0001  Update sales document from configuration
    V45S0003  MRP-relevance for incomplete configuration
    V45S0004  Effectivity type in sales order
    V45W0001  SD Service Management: Forward Contract Data to Item
    V46H0001  SD Customer functions for resource-related billing
    V60F0001  SD Billing plan (customer enhancement) diff. to billing
    For Delivery you will get .. here the package name will be VL.
    V02V0001  Sales area determination for stock transport order
    V02V0002  User exit for storage location determination
    V02V0003  User exit for gate + matl staging area determination (h
    V02V0004  User Exit for Staging Area Determination (Item)
    V50PSTAT  Delivery: Item Status Calculation
    V50Q0001  Delivery Monitor: User Exits for Filling Display Fields
    V50R0001  Collective processing for delivery creation
    V50R0002  Collective processing for delivery creation
    V50R0004  Calculation of Stock for POs for Shipping Due Date List
    V50S0001  User Exits for Delivery Processing
    V53C0001  Rough workload calculation in time per item
    V53C0002  W&S: RWE enhancement - shipping material type/time slot
    V53W0001  User exits for creating picking waves
    VMDE0001  Shipping Interface: Error Handling - Inbound IDoc
    VMDE0002  Shipping Interface: Message PICKSD (Picking, Outbound)
    VMDE0003  Shipping Interface: Message SDPICK (Picking, Inbound)
    VMDE0004  Shipping Interface: Message SDPACK (Packing, Inbound)
    For Billing VF01..Package is VF..
    SDVFX007  User exit: Billing plan during transfer to Accounting
    SDVFX008  User exit: Processing of transfer structures SD-FI
    SDVFX009  Billing doc. processing KIDONO (payment reference numbe
    SDVFX010  User exit item table for the customer lines
    SDVFX011  Userexit for the komkcv- and kompcv-structures
    V05I0001  User exits for billing index
    V05N0001  User Exits for Printing Billing Docs. using POR Procedu
    V60A0001  Customer functions in the billing document
    V60P0001  Data provision for additional fields for display in lis
    V61A0001  Customer enhancement: Pricing
    Or another way is ..
    - Get the program name for that T-Code
    - Go to that program
    - In that program, search for word 'EXIT' or 'CUSTOMER-FUNCTION' by using where-used list which will give u the list of user exits for that program
    And also you can check in the tables in SE16 for user exits..
    MODSAP - Stores SAP Enhancements
    MODSAPT - Stores SAP Enhancements - Short Texts
    MODACT - Stores Modifications
    And there are other ways as well , pls check the forum for this ,
    Regards,
    Vvieks
    Note : If you have any specific requirement then pls let us know , we will guide you

  • My iPad will not charge and every time I charge it. It comes up with the iTunes icon and I will not charge, it is not a new I pad and the same charger I use for the I pad I use for my I phone and it will charge. What is wrong?

    My iPad will not charge and every time I charge it. It comes up with the iTunes icon and I will not charge, it is not a new I pad and the same charger I use for the I pad I use for my I phone and it will charge. What is wrong?

    What exactlyare you seeing on the iPad's screen ? If it's the iTunes icon and a cable then that means that it's gone into recovery mode - you will need to connect it to your computer's iTunes and you should be able to use that to reset it back to factory defaults and you can then restore/resync your content to it.

  • Can you unplug the external hard drive you are using for time machine

    can you unplug the external hard drive you are using for time machine and then plug it back in and it work normals because i have a mac book and don't want to always be carrieing the external hard drive every where i go so can you ?

    Yes, that will work fine. It will back up normally once you plug it in again. I do this with my MacBook.

  • HT1688 How can I put a secondairy email that my kids use for there apple account? I need to use this one to to get my maill.

    How can I put a secondairy email that my kids use for there apple account

    As it seems Gmail doesn't accept kids email accounts, but hotmail and yahoo are said to do. I've not managed to set up one for my daughter though! good luck!

  • How can I get the adobe audition software which is used for editing a sound track?

    How can I get the adobe audition software which is used for editing a sound track?

    Hi pravupada,
    You can download Audition software from : Free Audition CC | Download Adobe Audition free trial
    Regards,
    Rave

  • Can we add additional fields in work center creation using any user exit ?

    Hi,
    is there any user exit using which we can have some tab and fields such that we can add/ update the equipment to wotk center in CR01 ?
    regards,
    madhu kiran

    hi,
    requirement is can i get the additional fields like equipment and asset in the work center creation ?
    i would like to maintain these against a work center
    and  using any user exit can i add additional fields ?
    regards,
    madhu kiran

  • Crystal Report can't add Currency field when connect to SAP Infosets.

    Hi,
    I created a simple Crystal Report which connect SAP Infosets.
    Everything is fine except I add a "Currency" field into report. Three errors returned.
    Fail to retrieve data from database -> Database connector error :'Syntax error in program SAPLHRPADINA1' -> Database connector Error: 'RFC_CLOSED'
    Do you have any idea?

    Hi,
    can you run a InfoSet query based on the InfoSet ?
    Can you create a QuickView on top of the InfoSet ?
    ingo

  • Name of the table where can get the two fields Valid-From and Valid-to for

    Hi gurus
    I want name of the table where I can get the two fields Valid-From and Valid-To and their relation ship with the header table in BOM
    Regards
    Kaisar

    You can only get the Valid from date from the table STKO.
    To get the valid to date, you have to take one day less than the valid-from date of the next record for the same BOM.
    Alternatively use the Function module:
    CSAP_MAT_BOM_READ
    It will give both valid from and valid to dates in the tables parameter: T_STKO
    Regards,
    Ravi
    Edited by: Ravi Kanth Talagana on Jul 2, 2008 4:37 PM

  • How can we fnd wich user exit yo use for

    hi ABAP masters
    how can we find out which user exit to use or a particular requirment.

    Hello Devender,
    The procedure followed is usually by reading the documentation
    eg: consider a user exit or BADI definition
    We get a hint from the text of the same...if not we refer the documentation given
    if documentation is not available we check the signature of the enhancement i.e, which all fields are importing,exporting,which tables can be changed which cannot ....etc
    Finally ,if none works out we do what abapers do best
    Put a break point and see if it works or in case of BADI ,create a test implementation and see if it works out..
    so here is the summary
    Check description ->  Check documentation  -> Check signatures -> debugg/Trial and error
    Hope it helped you out
    Regards
    Byju

  • Can you set a Cost Rate Table to be used for an entire project

    In earlier versions of project, the default cost rate table (A) is used unless changed by the user for each assignment.  In 2010, is it possible to define which cost rate table to use for the entire project, not at the assignment level? 
    Thanks.

    Hi melduncan,
    Welcome to this Microsoft Project forum:)
    I assume you want project to have a default cost rate, so why not set the cost rate details into A to begin with,  You could then set this as a template from which you initiate all your new projects see FAQ
    Item: 8. New Project Template.   FAQs, companion products and other useful Project information can be seen at this web address: http://project.mvps.org/faqs.htm
    Hope this helps - please let us know how you get on :)
    Mike Glen
    MS Project MVP
    See
    http://tinyurl.com/2xbhc for my free Project Tutorials
    "" wrote in message
    news:[email protected]...
    In earlier versions of project, the default cost rate table (A) is used unless changed by the user for each assignment.  In 2010, is it possible to define which cost rate table to use for the entire project, not at the assignment level? 
    Thanks.

  • How can I reduce the amount of storage my iPhone uses for messages?

    Is there any way to reduce the amount of storage space my iPhone uses for Messages?  Can I limit the storage to the last year or some other limit (specific date, specific amount of storage etc.)?
    Thank you

    I'm not sure there is a solution to your question, other than to not keep so many photos on your devices.  If you delete a photo from photo stream, it will delete it from all your devices.  To keep them, first save them to your camera roll (tap Edit, tap the photos, tap Share, tap Save to Camera Roll), then import them to your computer as explained here: http://support.apple.com/kb/HT4083.  However, given the number of photos you have, a much more practical solution would be to transfer them to your computer using an app like PhotoSync, which will select them all at once and transfer them over wifi.
    I'm not sure why you're seeing such a discrepancy in the amount of space taken up by your photos.  It's possible that something is corrupt given the large number of photos on your device.

  • Now that Logic can be run in 64 bit is there any use for Plogue Bidule?

    Hi all.
    I have seen some videos of composers with Digital Performer running Plogue Bidule as some way to optimize their Mac's performance with large instances of Kontakt, millions of VSL instruments etc.
    I am wondering what the practical uses of a modular environment like Bidule would be for Logic, considering Logic's own Environment is so inclusive?
    I'm curious about the program, but don't want to buy anything until I can see some uses for it with Logic.
    many thanks

    yes, the built-in 32bit bridge in logic is unfinished at best and has many obvious stability issues.
    i decided to finally end the drama by getting ve pro. the good thing is that it plugs in like software instruments including routing of audio back into logic without the need of doing that externally which also means you can easily bounce your projects.
    another great thing is that with ve pro you can spread out your instruments over a network.

  • I can only choose a photo from "recently added" to use for wallpaper not "all my photos"

    I can't choose a photo from "all my photos" to use for wallpaper on my iphone , my only option is from "recently added"photos. ?

    Wrong, am able to use old pictures as wall paper.  Open your camera roll - photos - select the pic - hit the up arrow and then use as wall paper
    I just test this from a picture I took in 2005.

Maybe you are looking for

  • Link to A folder View in a PDF Portfolio - feature no longer working - please advise

    Hi, I am no longer able to link to a Folder View of a PDF Portfolio: Within a PDF portfolio i need to link from a PDF to a folder view in the Portfolio. I am using Link Action - Go to Page View. This used to work for me - very important feature that

  • Memory problem with 5330 XpressMusic

    Hi, I seem to have a memory problem with my 5330, I have a 1Gb micro disc installed. My son sent me a photo from his phone, when it arrived I got a warning on the scren that 'there is not enough memory to receive messages', I have tried to delete as

  • How do you reset inputText values in a dataTable?

    I'm having what must be a simple and common problem, but nothing I've tried has solved it. I want to be able to refresh (reset) the inputText field values in a dataTable. I have a dataTable that holds required inputText components. I want to have a "

  • Backorder report, not possible to print Cardname

    Hello, in the PLD template for the backorder report it is not possible to inlcude the Cardname, there is no system variable available. Does anyone have a workaround for this? Thank you in advance. Best regards, Anton Wieser.

  • Problem in KFF design in OAF--!!!

    Hi, I have requirement of design a KFF page which has been called from page. I have done the entire setup recomended for Making KFF page. The page is opening correctly and I can select the Segment value fine. But after that when I press Apply button