Apex processes question

APEX - 4
DB version - 10g
Web server architecture - OHS
Browser - IE8
Theme - 5
Hello
I have audit fields on my records, example "last_changed_by" and "last_changed_date".
I created an "On submit and before compulation" process and set the values as
:P27_CHANGE_BY_USERID := NVL(v('APP_USER'), USER);
:P27_CHANGE_BY_DATE := sysdate;
but when I save the changes they do not make it to the database, there are a few other processes, so I created another process just to get output and gave it a sequence number of 100. higher than all the other processes so it should run last. :P27_CHANGE_BY_USERID still showed the value I had set it to, but the update did not make it to the database.
what else could be happening after the last process and before the commit (where ever that happens) where I could be losing my value.
Any help would be appreciated.
Thank you

Hi musgrach,
Why don't you try it in the Default section of the item attributes itself:
Default Value:
Default Value Type: PL/SQL Expression
OR
Write a Item computation that computes these item values.
(which will execute before your insert into table process)
Hope it helps!
Regards,
Kiran

Similar Messages

  • Refreshing Materialized view from APEX process is causing errors

    Hi,
    I have created a materialized view, and am attempting to create a process in APEX to refresh the mview on a button click.
    I have been reading the documentation on Materialized Views and think I am more confused now than when I started.
    Do I need to add my mview to a refresh group to enable me to use the DBMS_REFRESH.REFRESH command from an APEX process?
    I have had a few attempts at getting it working, but to no avail yet.
    Any help would be appreciated.
    Cheers, Greg

    Snowman wrote:
    Hi,
    I have created a materialized view, and am attempting to create a process in APEX to refresh the mview on a button click.
    I have been reading the documentation on Materialized Views and think I am more confused now than when I started.
    Do I need to add my mview to a refresh group to enable me to use the DBMS_REFRESH.REFRESH command from an APEX process?What error are you getting?

  • WAAS Application Requests - Process Question

    Non Technical Process Question
    We all have forms we have our users complete when a firewall rule or change is needed.  You may even have a similiar documents for when load balancers or DNS changes are required.  Does anyone have document they can share that outlines what pieces of information are needed for intergrating applications into WAAS?  What about ongoing changes?
    Source, destination and TCP port information is really a very small portion of the what needed to maintain a clean a defined methodolgy within the WAAS manager.  Does anyone have an example or can describe how you collect the initial information to set up WAAS but how do you keep track of changes that may be needed as the application charaterics change or the server farm expands horizontally?
    Thanks - Sam

    Sam,
    the general answer for detailed information on how to configure WAAS for certain applications is described here:
    http://www.cisco.com/en/US/docs/app_ntwk_services/waas/waas/v501/configuration/guide/policy.html
    In general, WAAS comes preconfigured for the most widly used applications in the industry.
    In order to understand, which configuration is necessary for a new application, one needs to understand the basic options WAAS offers.
    These are two options:
    1) Use an Application Optimizer (AO) if you need some dedicated protocol know how. ( e.g. (e)MAPI, CIFS, SSL, HTTP, ICA, to name some)
    2) Generic TCP traffic is optimized using TCP Flow Optimization (TFO), Data Redundancy Elemination (DRE) and Lempe Liv (LZ) compression.
    The in terms of processes, the question is:
    1) Is there a policy preconfigured for the new application?
         a) yes
              If an AO is used, does the AO need configuration? ( example: SSL AO requires certificates)
              Do we have specialities which require further fine tuning? ( Answer is mostly: no, Example: non-standard ports)
         b) no
              You define what you need for the application based on the protocol characteristics.
              If you have defined these characteristics you can choose one of the AOs, or define which of the "generic" options fit the traffic. For example, for traffic that is already compressed, it does not much benefit from LZ, so choosing only TFO and DRE. Another example is traffic that has not much of dublicate data, perhaps it does not benefit a lot from DRE, so you configure TFO only.
    Does that answer your question?
    Thanks,
    chris

  • Question related to my previous "background process" question.

    Hello Folks:
    Can I start a "Notification Service Subscriber" process through the
    normal startup procedure for other servers---i.e. by adding it to the
    config(ubb) file. If so, can I implement the background process as two
    different CORBA servers calling each other asynchronously to accomplish
    the work. Please let me know if there is any other way to accomplish
    what I have stated in the "background process" question.
    Thanks,
    Ram Ramesh
    678-358-3581

    Go to your forum preferences and set the email options.  You may also need to unsubscribe from forums / topics you are currently subscribed to.

  • Apex Newbie question !!!!!  HTTP server ????

    I am newbie at APEX. I have a DBA background, but no experience with Oracle applications.
    I DO respect your time, and have tried to find this info on teh docs, but, honestly, can not find it. And I looked over everywhere, metalink, otn, gogling. I thought that I would find it on these forums under some form of FAQs, but have not found the answer :-(
    I have installed oracle database 11g for windows on my laptop, and when installing APEX 3.2, it asks me to stop the http server and ..... :-)
    Now, I have a question regarding the Oracle HTTP server, which is supposed to be isntalled with the 11g, instead of the Companion CD, which no longers exist.
    First question. We have a http server that is used by oracle EM database control, correct ? I do not see a service for it on the Services list. Teh apex application install asks for stopping/starting the http server. How do we do that ? AND, where the the http server binaries located ? I did a search for apache, and found it under C:\app\oracle\product\11.1.0\db_1\perl\site\5.8.3\lib\Apache, but no binaries there, or under ORACLE_BASE\bin either.
    What do I setup for ORACLE_HTTPSERVER windows environment on a brand new 11g database install ?
    Now, I see that we can get HTTP server from BEA install. I was trying to keep APEX from using a web server tier here. To me, the beauty of APEX is to not have to manage BEA, or any other tier. Keep it simple, at least for development, and keep everything on the DB, and simply use the native HTTP server.
    So, this is a VERY basic question, but how do I do that ? I will worry about what I can and can not do with the native HTTP server or BEA later. I just want to get this up and running so that I can start playing with it.
    Thanks,
    Henrique

    Here is my latest update before I go to bed :-(
    I was able to install the HTTP server, but had some issues later down on the apex install.
    C:\app\oracle\product\10g-iAS-http-server\opmn\bin>opmnctl status
    Processes in Instance: IAS-1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 5204 | Alive
    I am able to see the welcome page for the web server here
    http://localhost:7777/
    I am able to reset the admin password, ( by the way, I did setup the gateway as well :-) ). I am not sure what happens when you have both the gateway and the web server setup. Now, when try to login to the apex admin account using either
    http://localhost:7777/apex/apex_admin or
    http://localhost:7777/pls/apex/apex_admin, nothing happens besides a HTTP-404 error.
    Now, when I had the port set to 8080, via the commands
    SQL> EXEC DBMS_XDB.SETHTTPPORT(8080);
    PL/SQL procedure successfully completed.
    SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    GETHTTPPORT
    8080
    and try to login again here
    http://localhost:7777/pls/apex/apex_admin
    I do get a prompt, but when i enter admin, and the password I have setup, it does not allow me to get in :-(
    Now, I need some explanation of this DAD file, as I am not sure if I need it to simply login during install. Here is the man page from the install doc :
    3.4.11.1 Creating a Workspace Manually
    To create an Oracle Application Express workspace manually:
    Log in to Oracle Application Express Administration Services. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance. You log in using the ADMIN account and password created or reset during the installation process.
    In a Web browser, navigate to the Oracle Application Express Administration Services application.
    If your setup uses Apache and mod_plsql, go to:
    http://hostname:port/pls/apex/apex_admin
    Where:
    hostname is the name of the system where Oracle HTTP Server is installed.
    port is the port number assigned to Oracle HTTP Server. In a default installation, this number is 7777.
    pls is the indicator to use the mod_plsql cartridge.
    ***apex is the database access descriptor (DAD) defined in the mod_plsql configuration file.***
    Here it mentions this DAD file, and I am not sure if I need it now, and even, how to reference it. My database name is called apex, but I do not have anything on my dads.conf file. Should I have something there ? I see a sample such as this from the README.DADs file :
    <Location /plsqlapp>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername scott
    PlsqlDatabasePassword tiger
    PlsqlDatabaseConnectString orcl
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage scott.home
    PlsqlDocumentTablename scott.wwdoc_document
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure scott.wwdoc_process.process_download
    </Location>
    It is a bit late tonite. Tomorrow I will get back at it.
    Thanks for any help, but I must be doing something really obvious to you guys here, and I can't see it :-(
    Cheers,
    Henrique

  • Security APEX organization question

    Background
    Windows 2003 server
    Oracle 10G
    APEX 2.2 sonn upgrade to 3.0 / 3.1
    Midsize organization / very small IT staff
    I am not a security guru
    We wish to position ourselves to expand and add users we wish to make this task as seemless as possible. We have applications in Apex that are being built using apex_public_user (controlled by oracle table to verify access and conditional displays) / and others using apex_users.
    We have a plan to use application specific tables to control conditional displays and processes and use our windows security and groups to contol the ability to get to the application.
    We want to take this tact to allow the helpdesk personal to set up security and allow reset of passwords.
    My question is does this plan seem sound and has anyone implemented such infrastructure.
    What are the pitfalls i need to be aware of?
    and if this is a valid approach and is there a step by step approach to implement this.

    Hello,
    Take a look at Authorizations in the documentation, they will allow you to precisely control who can see what -
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/sec.htm#BABEDFGB
    Also, to detect when people tamper with the URL you might want to check out Session State Protection too -
    http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/sec.htm#CDDGIGJH
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • Internal Apex Process(?) Killing Resources.

    Hey All,
    I got an email from my DBA today asking if I have any idea what the following code is and what it does. I see the use of the "f" procedure so my best guess is that this is what apex uses to render pages? That aside, the problem is that according to my DBA when this runs it causes background process to "go crazy". In asking him to dfine "go crazy" he responded with this:
    "Log writer (LGWR), and DBwriter (DBWn). That tells me its doing a bunch of writing, so much so that we need to switch logs often."
    Anyone familiar with this or know what could cause that?
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    Application Express 3.2.0.00.27
    declare
      rc__ number;
      simple_list__ owa_util.vc_arr;
      complex_list__ owa_util.vc_arr;
    begin
      owa.init_cgi_env(:n__,:nm__,:v__);
      htp.HTBUF_LEN := 63;
      null;
      null;
      simple_list__(1) := 'sys.%';
      simple_list__(2) := 'dbms\_%';
      simple_list__(3) := 'utl\_%';
      simple_list__(4) := 'owa\_%';
      simple_list__(5) := 'owa.%';
      simple_list__(6) := 'htp.%';
      simple_list__(7) := 'htf.%';
      if ((owa_match.match_pattern('f', simple_list__, complex_list__, true))) then
        rc__ := 2;
      else
        null;
        null;
        f(p=>:p);
        if (wpg_docload.is_file_download) then
          rc__ := 1;
          wpg_docload.get_download_file(:doc_info);
          null;
          null;
          null;
          commit;
        else
          rc__ := 0;
          null;
          null;
          null;
          commit;
          owa.get_page(:data__,:ndata__);
        end if;
      end if;
    :rc__ := rc__;
    end;Thank You
    Tyson Jouglet

    Hi Jen,
    apex.oraclecorp.com is the Oracle internal website for Oracle Confidential inwards facing applications that you should use, assuming you are an Oracle employee. If you go to that site it explains the conditions of use and how to apply for a workspace. SSO is the recommended authentication method and if you simply go to the Oracle search facility on my.oracle.com and search for "SSO apex" you will be given links to blog and forum articles on how to implement this for your application.
    There are internal forums and blogs you can access that give information on APEX, but I would recommend this forum for general technical questions and information as it has a large and active community, both internal and external to Oracle. Also, you should update your profile to give more friendly forum name rather than user12602263.
    Regards
    Andre

  • General Ledger - Revaluation/Translation Process Question

    Application Release Version: 11.5.10.2
    MRC: Not turned on for new entities. (See details below)
    My customer has been using oracle from around 2001 and went through a process at the end of 2008 to setup a new chart of accounts and approx 6 different companies with multiple entities for each across different functional currencies. (The initial setup for these entities was done prior to my joining and I have no supporting documentation on what decisions were made and why.)
    Setup info:
    Set of Books - 'Cumulative Translation Adjustment Account' defined as an 'Owners Equity Account'.
    Revaluation - Gains and Loss accounts using the same account number as 'Cumulative Translation Adjustment Account'. Accounts being revalued are accounts that have outstanding Payables and Receivables balances as well
    as our intercompany accounts that have outstanding balances. (Balances that need to be payed or received.)
    Question:
    My question refers to the revaluation and translation process for the new entites that have a different functional currency from the reporting currency. (All under the same chart of accounts structure.)
    For instance entity1 - Functional Currency = 'CAD' and has 'USD' transactions.
    I understand that at the period end we need to revalue the 'USD' transactions to there 'Current' worth in 'CAD' as exchange rates will fluctuate. But shouldn't the 'Difference', revaluation amounts, be pushed to the Unrealised FX Gains/Loss account, not the 'Cumulative Translation Adjustment Account'. (I think this is normally only used when a company is using MRC?)
    This obviously affects whether the period balance appears on the Balance Sheet or Income Statement report for the consolidated monthly report.
    Also should these 'Revaluation' journals ever be reversed or just left to accumulate?
    Then looking at the 'Translation' process, if value is pushed to the 'Cumulative Translation Adjustment Account' then the balance is translated based on the 'Average' period rate as the account is an 'Owners Equity Account', but this seems wrong for the 'Revaluation' balance to be converted at another rate?
    Any help on this subject will be greatly appreciated.

    Firstly, why would there be any difference between the total of customer/vendor sub-ledger balances and the balance on the reconciliation account(s)?  The posting to the reconciliation account is happening automatically right, when you are posting to a customer/vendor (basing on the reconciliation account assigned in the customer/vendor master)?  And system would not allow direct postings to reconciliation accounts, which eliminates the threat of reconciliation GL account going out of balance as compared to the sub-ledger accounts.
    However, you can run FBL3N or FS10N for the reconciliation account(s) and match it with the total balance on all customers/vendors using transaction FBL5N/FBL1N.

  • Snow Leopard Time Machine process question/possible problem

    For starters I want to say that I am not dealing with my own machine, but a friend's, so there's some missing information. Any help would be greatly appreciated!
    Ok, so my best friend bought a 15" MBP thru me during my short time as an Apple retail employee, which is how I got called in to "fix" it, although I'm still better with PCs than Macs. Anyway, it was purchased around December 2010, has at least Snow Leopard, intel i5 processor, 500 GB HD, not sure if 5000 or 7200 rpm, 4GB RAM. A day or so ago it started acting "weird" he says, like when closing google chrome the color wheel spun forever and took forever to close, and from then on every program acted the same; took forever to open and close. He said it was like there was some major process running in the background that was just using up all of the RAM and processor, leaving him with nothing to use for anything else. He shut it down and restarted it several times, but it acted the same. Sometimes he'd even have to force power it down. He then decided to do a wipe and restore with Time Machine. Thanks to google images I know for sure that he went thru all the bs with selecting what exactly to do, what restore to use, and where to install it, and that the transfer screen with the finder-to-fnder-like image and the progress bar appeared and completed fully before it automatically restarted itself. White screen with Apple logo appeared, he heard the boot up chime/BONG/WALL-E noise before the spinner wheel came up under the logo, which is where it stands now.
    The only question/concern is that it has been here for 10 hours, literally. Now the spinner is STILL spinning, that has not frozen that either of us are aware of, but both of us being so new to Macs we are completely unsure if it's ok. I did some online research and I've seen where people have had their macs freeze on boot up, but they usually don't chime; or it took like 14 hours to do the entire restore process, but they were significantly older and slower machines. Like I said, this could be status quo for this process, but I honestly do not know that. Feel free to just say "depending on the amount it's restoring, it could very well take that long, be patient" if that's the honest truth. I'm looking for verification.
    PS - his time machine backup is on an external USB hard drive, which is plugged in, and it's from November as he forgets to plug it in, but he has like photoshop and aperture, takes lots of pictures (yes we know those since November are gone), and honestly is on his MBP so much the only way I can think to describe it is that he literally uses it like a cheap whore.
    Thank you all!

    delete all drivers using the correct un-indtstall software, re-instalthe mac softeware and in stalll. GO TO SYSTEM PREFS, and select the printer and add the printer to the left side for install
    , then select that partictular printer.

  • Exception Processing Question -Reply

    I don't use Forte (yet--that's why I joined the mailing list), but since your
    question is a generic "engineering practices" question, I'll chime in. I do
    use exceptions both in C++ in Delphi, and have developed some opinions
    about how to use them:
    - Use exceptions for handling "behavior unexpected in the normal course
    of your algorithm". In other words, instead of returning error codes
    when something goes wrong, throw an exception.
    One example of this is in a parser: if you get an illegal token, just throw
    an exception.
    - When you need to make a choice based on a return status, don't throw
    an exception. In the parser example, if you get token 'A', you need to do
    one thing and if you get token 'B' you need to do another.
    - There's a fine distinction between "handling an error" and "making a
    choice", and there are cases where you could argue one way or the
    other. I'd say that an error throws an exception when it would normally
    terminate the normal flow of execution. For example, "out of memory" or
    "illegal token".
    - Catch exceptions at "high level" process start/end points, or where it is
    required to clean up resources held and rethrow.
    - Don't catch exceptions in every single method--it defeats the purpose.
    User Interfaces:
    - If your user-interface dictates a logical place to unwind no further,
    catch exceptions there. For example: In the Windows world most apps
    are a window with a menu. If you pull down and pick a menu item to
    execute a command, and that command throws an exception, the
    exception should be caught, a modal message box indicating the error
    should be presented, and then when the user clicks "ok", the program
    returns to its normal waiting state with the window intact.
    - If you have a modal dialog up, throwing an exception should either stop
    at the dialog's event loop or take the dialog down with it.
    I'd say that on-screen data validation should NOT use exceptions
    because "user typing invalid data" is expected behavior for a UI.
    Besides, the UI designer should be smart enough to deal with giving you
    a good model for data validation. OTOH, if you take the data out of the
    dialog and then pass the information as parameters to a function, and
    that function can't handle one of the parameter values, it should throw an
    exception.
    Nevertheless, if your dialog runs out of memory for some reason, it
    should throw an exception and the dialog should come down.
    Hope this helps.
    -- Conrad Herrmann
    Jerry Fatcheric <[email protected]> 07/24/96 03:29am >>>
    I have a toss up question for 50 points -
    We have finished the first phase of our project and have place
    exception processing in the places where we saw exceptions could be
    raise. But what about those other exceptional exceptions?
    Is this just good programming practice to have a high level generic
    exception handler (and what should it really do??) or is it critical.
    In addition, when handling data validation on specific widgets on a
    screen (e.g. the account number entered must be one of the existing
    10,000 valid ones), should this be handled via exception processing or
    should it just be handled with code in the event loop?
    Any opinions - please I don't want to hear the Forte Party line.
    I would like to hear opinions based upon real experience.
    Jerry Fatcheric
    Relational Options, Inc.
    Florham Park, New Jersey
    201-301-0200
    201-301-00377 (FAX) [email protected]

    We have finished the first phase of our project and have place
    exception processing in the places where we saw exceptions could
    be raise. But what about those other exceptional exceptions?
    Is this just good programming practice to have a high level
    generic exception handler (and what should it really do??) or
    is it critical.IMHO, you need to program for these ones that could occur because
    if you don't the exception will still happen except without
    your normal graceful (or standard) approach manner. I think it is good programming
    practice to trap on the ones you think can possible occur if they require
    something different in how they react. Otherwise, use of GenericException
    with a proper response is called for.
    >
    In addition, when handling data validation on specific widgets
    on a screen (e.g. the account number entered must be one of the
    existing 10,000 valid ones), should this be handled via exception
    processing or should it just be handled with code in the event loop?
    I use event loop processing because most of the time I am also
    keeping the user on the same widget after cancelling all events
    posted. So, in effect they are back where they started from.
    Any opinions - please I don't want to hear the Forte Party line.
    I would like to hear opinions based upon real experience.
    Jerry Fatcheric
    [email protected]@Sagesoln.com
    my 2 cents, or should I say my attempt at 50 points, Jerry.
    Len Leber
    ATG Partners

  • How to execute a APEX process on click of link from a email message

    I have a download procedure which will ask user wheather to save or open a file. This procedure uses standard "owa_util.mime_header","htp.p('Content-length" commands do do this. The procedure works fine. I'm sending a mail to user where this procedure is link to save or open a file. But for security reasons, I don't want to embed this procedure in the email, instead I want to redirect to APEX page. In the APEX page, I have put the procedure code in "onSubmit" process and it workd fine on clink of button. But I want to execute this process "Onload", so that user doesn't have click a button, all the user does click the link in email which will go to APEX page and ask wheather to save or open a file. any ideas are appreciated.
    Thanks,
    Surya

    Hi
    Perhaps you could use an on-demand application process instead - you can specify these in the URL.
    The URL syntax (for your link) would be like...
    f?p=application_id:page_id:session:APPLICATION_PROCESS=process_idIs this what you mean?
    Cheers
    Ben

  • [BPM] Screenflow and Killing Interactive Process Questions

    Hi Guys,
    I have the following questions:
    1. How to kill an interactive activity? I tried to kill a process in an interactive activity via PAPI but it throws an exception:
    samplePAPI.activityAbort(target.getActivityName(), target.getId());
    AxisFault
    faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
    faultSubcode:
    faultString: Operation exception.
    faultActor:
    faultNode:
    faultDetail:
         {http://bea.com/albpm/PapiWebService}OperationException:<message>Operation exception.</message>
    Operation exception.
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    2. How to close a custom JSP in a screenflow through javascript. I have a cancel button which once clicked it will close the window.
    I hope someone can help me out with this.
    Regards,

    Hi,
    Sory, but I'm still not sure, how ADF comunicates with BPM (I know that it uses EJB services and hwtaskflow.xml). But a still don't have an answers for follwowing questions:
    1) I know ADF quite good. Having method in data controls (in our case getTaskDetails()) we need to invoke it somehow. I don't see anywher invokation of this method.
    2) In generated task flow there is some managed beans and params - what is role of them ? Having over 50 task flows , do I need it in all of them. Where can I find description of those beans and params
    3) In our approach we use BPM , ADF RC for UI and Business Components to persist data into database. Only data from payload we need is ID of master-level row. My question is - do I have to generate data controls for all human task ?. In my my opinion it should be only one communication point between BPM and ADF but not the same for all pair human task --> task flow.
    All infomation I need from BPM is:
    - task ID
    - task flow name (to open apriopriate tab in my application)
    - available outcomes
    - to know is BPM operation is enabled
    Kuba

  • OLAP Universe creation process questions and proposals

    We have created an OLAP universe based on a BW-Query. The automatical creation of the OLAP universe does not produce a satisfying result.
    We are working with the latest available releases (BOE XI 3.1 SP2 and SAP Integration KIT SP2, SAP BI 7 EHP1).
    We have detected that all dimension objects store the name instead of the key field.
    Example:
    Customer Dimension Object (L01 Customer) = Customer Name
    Customer Key Detail Object (L01 Customer Key) = Customer Number
    Customer Name Detail Object (L01 Customer Name) = Customer Name
    This is not usable for end user because of the following reasons:
    1. The detail objects can not be used for merge dimensions, so it is not possible to merge on the supplier number.
    2. If you filter on the dimension object you will only see the text in the list of values (LOV) and it is not possible to edit the list of values in the universe to add the supplier number to the LOV as it is possible in relational universes
    3. If the user select the detail object always the dimension object in inserted into the report query
    4. The "Business Explorer" general setting "Display" of an InfoObject has no effect on the OLAP universe dimension object. If you change it to key always the text is shown. Even if you change the "ValueDisplay as" in the underlying BW Query to "key" is has no effect.
    5. The renaming of the L01 object to blank is not possible. You need to rename to " " and then remove on each object the blank.
    So we need to modify manually every universe to change the "detail key object" to a "dimension object" and the "detail name object" to reference the new "dimension object" with the key. This manual process has a huge work effort in time. Is there a better solution or enhancements planned in the next releases?
    Additionally there should be an option to disable the automatic creation of each characteristic as a subclass in the universe. A wizard should ask if a subclass should be created or not for each characteristic. Currently there are to many subclasses generated which were mostly not needed.

    Hi,
    First of all I would say u are lucky to start with SP2. Because whatever modifications you do in Universe those are retained.
    We had a big trouble in using BOXIR3.1 FP1.7.
    Anyways.. Back to your Questions and My asnwers for those:
    1. The detail objects can not be used for merge dimensions, so it is not possible to merge on the supplier number.
    Ans: True, Dimension object always shows Short text values by default. but if you can create the logic at SAP BI query level to map short text with keys then your problem will be solved.
    2. If you filter on the dimension object you will only see the text in the list of values (LOV) and it is not possible to edit the list of values in the universe to add the supplier number to the LOV as it is possible in relational universes.
    Ans: True u cannt edit LOV, but alternate solution to it is create the variable in SAP BI Query, that will appear as prompt in universe which will display the List of values with Key as well as Description.
    3. If the user select the detail object always the dimension object in inserted into the report query.
    Ans: Logically its correct, because Detail object is always associated with Dimension. Buit if you dont want that dimension in query you can remove that dimension by dragging back.
    4. The "Business Explorer" general setting "Display" of an InfoObject has no effect on the OLAP universe dimension object. If you change it to key always the text is shown. Even if you change the "ValueDisplay as" in the underlying BW Query to "key" is has no effect.
    Ans: In Query designer even if you ValueDisplay as "Key", but at Object level  if there is Text and Key associated for perticulat Infoobject, then so by default the dimension will show the Text and there will be seperate Detail object in universe for Key.
    5. The renaming of the L01 object to blank is not possible. You need to rename to " " and then remove on each object the blank.
    Ans: Yes this is a big trouble.
    Regards,
    Nisha

  • TR Background processing question

    To All
    We currently receipt stock in MIGO and get a GR slip. Then we use LB10 to putaway using TO in Foreground. My question is what config do I need to set up to use TC in Background? What paperwork is generated to advise staff where to put stock if TO in Background is used? Is there a 'putaway' list when the background processing is selected.
    We currently have no other warehouse stock strategies. (No fixed bin management, no capacity check, etc)
    We currently use the material master default bin (which is printed on the GR slip) to suggest the putaway location.
    I want to get away from using TO in foreground to speed up putaway processing
    Regards
    Darren

    Darren,
    TO or TC or both ?
    For immediate TO creation:
    In config.
    LE \ WM \ Interfaces \ IM \ Define Movement Types
    In the second table, according to the parameters you want e.g. Movement Type, set 'A' in the 'Immediate' column
    Alternatively consider background generation (by prog. RLAUTA10) by setting per movement type.
    In config.
    LE \ WM \ Activities \ Transfers \ Set up Autom. TO creation
    And step through the settings.
    Regards,
    Nick

  • Sales process- questions

    Hi SAP Prof,
    Iam a fresher and joined in SAP Company. and we r dealing with power batteries , The client is sells the batteries to other customers , for govt bodies, export sales, OEM Sales r there.
    My question is that
    I want a list of questions on the topic , sales process, From Inquiry to Billing.  i.e., inquiry, quotation, order, delvry, PGI, Billing.
    Here in this sales process. , what might be the questions can be asked nearly 10 questins r expected as per clients reqt.
    I think u have to understood my question

    Hi SAP Prof,
    Iam a fresher and joined in SAP Company. and we r dealing with power batteries , The client is sells the batteries to other customers , for govt bodies, export sales, OEM Sales r there.
    My question is that
    I want a list of questions on the topic , sales process, From Inquiry to Billing.  i.e., inquiry, quotation, order, delvry, PGI, Billing.
    Here in this sales process. , what might be the questions can be asked nearly 10 questins r expected as per clients reqt.
    I think u have to understood my question

Maybe you are looking for