HOW CAN I GET MULTI-ORG IN APPS. 11I?

HI ALL
PLEASE I AM LOOKING TO GET MULTI-ORG INFORMATION
HELP ME PLEASE
THANK YOU IN ADVANCE

you can run concurent request that will tell you if mult-org enable or not or try the following conncet to your database as apps user and run the following
A. Run the SQL statement:
select multi_org_flag
from fnd_product_groups;
The result 'Y' means your database is setup for multiorg.
for more info check note ( Organization Setup Frequently Asked Questions - FAQ)
Note:109665.1
fadi

Similar Messages

  • How Can I get multi column values from dynamic search help?

    Hi Gurus;
    I'm using dynamic search help in my program.
    I want to get multi column values from search help. But I dont know solution for this issue.
    I'm using F4IF_INT_TABLE_VALUE_REQUEST FM.
    How Can I get multi column values from dynamic search help?
    Thanks.

    Believe it or not, the same FM worked for me in a dynpro. I will try to explain here how it works in custom screen and then you can do your work for other screens or program types. I am not going to write my actual work but will explain in general.
    I have 4 fields (FLD1, FLD2, FLD3, FLD4) and i made the search based on FLD2 and when user click on a line (could be any field), then this would bring the line on to the screens.
    There are like 3 steps.
    You have your value_tab for my fields FLD1, FLD2, FLD3 and FLD4. This is just the data that we pass into the FM. (data: IT_VALTAB type table of ZVAL_TABLE)
    Next map the screen fields into an internal table (data: It_dynpfld type table of dselc ). I also have other internal tables defined  (just to keep it straight, i will be putting here) data:  It_return type standard table of ddshretval.
    Next step is to call the function module. Make sure you have values in IT_VALTAB.
    call function 'F4IF_INT_TABLE_VALUE_REQUEST'
    exporting
            retfield        = 'FLD2'
            value_org       = 'S'
          tables
            value_tab       = It_VALTAB
            return_tab      = It_return
            dynpfld_mapping = It_dynpfld
          exceptions
            parameter_error = 1
            no_values_found = 2
            others          = 3.
        if sy-subrc <> 0.
          message id sy-msgid type sy-msgty number sy-msgno
          with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        else.
          perform get_selected_fields tables It_return.
        endif.
    The code within the perform GET_SELECTED_FIELDS  - We need to map the result fields after user selects it. The code goes like this. This is step is to update the dynpro fields.
    I need a internal table as well as a work area here. like,
    data: lt_fields type table of dynpread,
            la_fields type dynpread.
      field-symbols: <fs_return> type ddshretval.
    so fill out LT_FIELDS from the IT_RETURN table
    loop at lt_return assigning <fs_return>.
        la_fields-fieldname = <fs_return>-retfield.
        la_fields-fieldvalue = <fs_return>-fieldval.
        append la_fields to lt_fields.
        clear: la_fields.
      endloop.
    Call the FM to update the dynpro
    call function 'DYNP_VALUES_UPDATE'
        exporting
          dyname               = sy-repid
          dynumb               = '1002' "This is my screen number. You could use 1000 for selection screen (hope so)
        tables
          dynpfields           = lt_fields
        exceptions
          invalid_abapworkarea = 1
          invalid_dynprofield  = 2
          invalid_dynproname   = 3
          invalid_dynpronummer = 4
          invalid_request      = 5
          no_fielddescription  = 6
          undefind_error       = 7
          others               = 8.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      endif.
    good luck

  • How can I get a list of apps which are supported on ipod touch model ma623zo?

    How can I get a list of apps which are supported on ipod touch model ma623zo?
    It's about 6 years old I think.
    I have put the latest IOS on there (currently 3.1.3 (7E18)).
    I download apps from the app store but they often fail to launch. I assume they're incompatible.
    Is there a way to check which apps will work and which won't before I buy them?
    Thanks!

    I have no idea how my reply could be "misleading". I stated the exact situation: there are millions of apps in the iTunes Store, and providing a comprehensive, accurate list of which apps support which version(s) of iOS would be highly impractical. You can perhaps help with your search by going to AppShopper:
    http://appshopper.com/search/?search=iOS+3
    That will give you at least some starting points, but AppShopper is neither comprehensive nor completely accurate. I've found a number of apps listed there over the time the site has existed that either are no longer offered or which have been updated beyond the iOS version indicated. But it might help.
    Regards.

  • How can i get the itunes and apps store icon on my ipad desktop?

    How can i get the itunes and apps store icon on my ipad desktop?

    Google are supposed to be working on an iPad maps app.

  • HT1904 How can I get a refund for apps in the apple App Store that do not work and are not what they said they wer

    How can I get a refund for apps in the apple App Store that do not work and are not what they said they wer

    You've tried deleting and redownloading them and seeing if they then work and tried contacting the developers ? If you have and they can't/won't help then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Hello, I have changed my location and credit card for my apple id. All purchased apps I had before are lost. How can I get back my purchased apps? Thanks.

    Hello, I have changed my location and credit card for my apple id. All purchased apps I had before are lost. How can I get back my purchased apps? Thanks.

    If you are referring to an iDevice, sign out of your new Apple ID and sign back in with your old one - they should all be there.

  • Mac platform. I have the Creative Suite. I need to reinstall the app. How can I get rid of the app and it's extensions to reinstall it?

    Mac platform. I have the Creative Suite. I need to reinstall the app. How can I get rid of the app and it's extensions to reinstall it?

    Are you SURE you need to reinstall? Often people believe this but it rarely solves anything. Does a message say you must?

  • How can I get the built in apps from iPad 2 to my iPad 1?

    How can I get the built in apps from ipad2 to my iPad 1?

    Is your iPad 2 running iOS 5.0.1 and your ipad 1 running iOS 4? If this is the case then go through the update process on your iPad 1. All the iPad 2 apps running on iOS 5 that are compatible with the iPad 1 will be put on your iPad 1. Those apps that require a camera will not appear because the iPad 1 does not have a camera.

  • How can I get Multi-color text it a swing componet?

    How can I get Multi-color text it a swing componet?
    I've tryed JTextPane and JEditorPane.
    If they support having text in more then one color then I don't see how.
    I want to make a color-coded Java editor in Java, but I can't color-code if I can only have one color.
    JComponent.setForeground(Color fg)
    is not what I need.
    maybe Java doesn't support it yet.
    but I hope it does.
    Please help, thanks.

    Hi,
    I've made you a little example with a coloured JEditorPane and JTextPane:
    import javax.swing.*;
    import javax.swing.text.*;
    import java.awt.*;
    import java.awt.event.*;
    public class ColorDemo extends JFrame {
         public ColorDemo() {
              super("ColorDemo");
              // coloured JEditorPane
              JEditorPane editorPane = new JEditorPane("text/html",
                   "<FONT color=red> This </FONT>"+
                   "<FONT color=blue> is </FONT>"+
                   "<FONT color=green> a </FONT>"+
                   "<B> JEditorPane </B>");
              editorPane.setPreferredSize(new Dimension(250, 150));
              // coloured JTextPane
              JTextPane textPane = new JTextPane();
              textPane.setPreferredSize(new Dimension(250, 150));
              Document doc = textPane.getDocument();
              Style def = StyleContext.getDefaultStyleContext().
                   getStyle(StyleContext.DEFAULT_STYLE);
              try {
                   StyleConstants.setForeground(def, Color.blue);
                   doc.insertString (0, "This ", def);
                   StyleConstants.setForeground(def, Color.red);
                   doc.insertString (5, "is ", def);
                   StyleConstants.setForeground(def, Color.green);
                   doc.insertString (8, "a ", def);
                   StyleConstants.setBold(def, true);
                   StyleConstants.setForeground(def, Color.black);
                   doc.insertString (10, "JTextPane", def);
              } catch (Exception e) {}
              JPanel contentPane = new JPanel();
              contentPane.add(textPane);
              contentPane.add(editorPane);
              setContentPane(contentPane);
         public static void main(String[] args) {
              JFrame frame = new ColorDemo();
              frame.addWindowListener(new WindowAdapter() {
                   public void windowClosing(WindowEvent e) {
                        System.exit(0);
              frame.pack();
              frame.setVisible(true);
    }Hope this helps,
    Kurt.

  • How can I get to see the app NoteTaker HD in the options I have when I use " Open with ..."

    How can I get to see my app Note Taker HD in the options that I have when I use " Open with ...  "  I am trying to open a PDF that I have attached to a mail document in Note Taker HD.
    Thanks

    To buy Apps or to check out the Apps available via your iPad use the App Store App.
    On your iPad your Music is kept in the iPod App and the movies are on the Movie App after you have synced the Music and Movies from iTunes on your computer to your iPad.
    S.

  • I am trying to update my apps. When it prompts for my password my old deleted email address comes up. I don't even rember the password for that old email. How can I get to update my apps with my current email?

    I am trying to update my apps. When it prompts for my password my old deleted email address comes up. I don't even rember the password for that old email. How can I get to update my apps with my current email?

    All apps are tied to the Apple ID they are purchased with and is not transferable.
    Delete app and download app with your new Apple ID.

  • How can i get refund for an App who does not work.

    I bought Skyfire, assuming their site check list compability.
    All the sites i aa. ted to see in flash passes on their test.
    Só i bought it.  But to my surprise, none pf them worked. None.
    Ir just www.vertvonline.org was working, i would not complain.
    Anyway, i want my money back. Their sold me one thing, and gave me another.
    How can i get a refund?

    You need to request a refund from the developer of the app.
    http://getsatisfaction.com/skyfire_for_iphone/
    As far as Apple is concerned, All Sales Are Final

  • I have to re-install itunes, how can I get all my songs, apps etc back, with no access to my old itunes??

    Itines was deleted from my computer and I need to re-install it but dont want to lose all my songs, apps etc. How can I get all this back onto itunes with no access to my old itunes??

    Itunes was deleted?  Or your itunes library was deleted?
    If it was just itunes, then your music should still be there.  Just reinstall itunes.
    Otherwise just use your backup copy of your comuter to put everything back.

  • How can i get APP_ID from another app?

    Hi gusy,
    I need some help here
    I have 5 applications and now I need to create a new one, and in this new applications i need to have links to these 5 already existing apps.
    The problem is that i need to make the links parameterized, not hard coded.
    So my question is: How can I get the ID of some application from another application?
    And I need to get this ID without starting the first application ( the application whose ID i wonna get)
    Is there some kind of sys table where are kept the application names and their IDs?
    Thanks in advance
    Tsveti

    Hi Tsveti,
    then it's more complicated, because the APEX repository views are not available in this release.
    I would see two options you have:
    1) grant access to table FLOWS_020000.wwv_flows to your application schema. This table contains the APEX applications or
    2) create an application level item for each of your 5 application ids. eg: TRACKER_APP_ID, SUPPORT_APP_ID, .. and use a computation to fill it with the hardcoded app id. In your code reference them with :TRACKER_APP_ID or &TRACKER_APP_ID.
    This has the advantage, that they are just hardcoded in one place and easy to maintain.
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com
    Check out the ApexLib Framework: http://apexlib.sourceforge.net

  • Had to do complete system restore - how can I get my library and apps back?

    I recently had to do a complete system restore on my laptop. How can I get my iTunes library back, including apps? I haven't updated my iPod Touch in a while because I don't want everything on it to be erased.
    Thanks!

    You restore them from the backups you made before you did a complete system restore.
    You do make regular backups, especially before you wipe your system, correct?
    haven't updated my iPod Touch in a while because I don't want everything on it to be erased.
    You can get everything off your iPod touch
    See this post by Zevoneer -> http://discussions.apple.com/thread.jspa?messageID=11646661&#11646661
    Make backups after you get them loaded.

Maybe you are looking for

  • How to install forms and reports 6i

    I am facing a problem while installing Forms 6i. The following are the details. I successfully installed Oracle 9i first under F:\oracle\ora90. While installing Forms 6i, I selected the "Typical" and gave the path as "F:\oracle\ora90" and clicked on

  • Problem with textfields

    I add in stage four textfields naming letter1, letter2 ... I want with a button click to add text in someone of this textfields. This is the code. for (var i:Number = 0; i<4; i++) { var txtFld:TextField = new TextField(); txtFld.name = "letter"+i add

  • Trouble deciding between a T520 or an E520

    Hi everyone! I've lurked around the forums for a few weeks, but am finally posting now that I need some advice. Hopefully eventually I can give back some help too. I want to get a new laptop and have narrowed my choices down to the E520, which I can

  • Adobe Acrobat. Change "Copy selected text into Highlight, Cross-Out, ..." also for highlights made before changing the setting

    I am looking for a solution to apply the "Copy selected text into Highlight, Cross-Out, and Underline comment pop-ups" setting to highlights that I made before I changed this setting. Someone wrote a batch for this which costs 60 dollar and this seem

  • How to Confiure Route Node to do HTTP Post?

    Hi All, I am trying to create a messge flow that could do HTTP POST. I have a business service that can do HTTP POST. In the Messge flow of the proxy service, I created Route node. With in the route node, I have created an Assign request action to as