Automatically SFC start when NC log recorded

Hi,
When we use NC500 activity with new or in queue status SFC, it seems to make start the SFC automatically.
Doesn't ME allow to log NC to not started SFC?  I think that's possible case in customer manufacturing.
Otherwise, is there any setting to allow log NC without start SFC?
Best Regards,
Takahiro

Hi ,Sergiy-san,
Thanks for your information.
Based on your advice, we confirm 2 cases in ME 5.2 SP04 Patch 5. (Because of customer's version.)
(1.1) Use Standalone Failure Tracking activity (NC540). When we log NC with NC code A which has COMMENT data type.
    => In this time, the SFC logged NC is kept as "new" status, as you said.
(1.2) Use SFT and try to log NC which has DEFECT_COUNT data type. (As you know, NC500 activity allows to handle partial NC logging. So, we try to use it with SFT in order to keep the SFC as new/in queue status.)
    => But it's not possible to handle partial NC.
         I guess the reason why is that NC540 activity doesn't have ALLOW_PARTIAL activity.
Is there any NC logging solution to allow both of to partial scrap and to keep SFC status as "new" or "in queue" status?
That's our customer want to do when they loss some of SFC during 2 operations.
We already develop custom functionality without automatic starting for mobile device. But some of users need this function by SAP ME original GUI.
Your kind information will be really appreciated.
Best Regards,
Takahiro

Similar Messages

  • The letter "G" shows up in the start when I log in to my HTPC via SSH

    When I log in to my HTPC via SSH the letter "G" shows up in the beginning:
    [ Neytiri ~ ]> ssh hund@<IP> -p <port>
    Last login: Fri May 14 08:54:06 2010 from [...]
    G[hund@Fjuppen ~]$
    I dont have this problem when I log in to my server via SSH. I'm using zsh on my workstation and bash on my HTPC and server. If I use bash on my workstation and log in to my HTPC the problem doesnt occur.
    It doesnt causes any problems, but it's disturbing that it's there and that I cant solve it myself.

    I am not sure what the problem is, but I might know where you can start searching for it.
    I have had a similar problem but it was when I tried to convert the official init scripts to C. I got a G at the beginning and It didn't seem like the utf8 support worked for the console (å,ä, and ö didn't work). The problem that I had was that I couldn't get /etc/profile.d/locale.sh to execute correctly from within the C program, it might be that zsh doesn't execute the locale.sh script correctly. I don't have a solution for the problem since I am still trying to solve it myself.
    Anyway. the script is partly generated from line 372 in rc.sysint (pkg: initscripts 2010.05-3):
    echo 'if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\033%%G"; fi' >>/etc/profile.d/locale.sh
    The generated /etc/profile.d/locale.sh looks something like this (it may of course look different but that depends on the utf8 and locale settings in your rc.conf):
    export LANG=sv_SE.utf8
    if [ "$CONSOLE" = "" -a "$TERM" = "linux" -a -t 1 ]; then printf "\033%%G"; fi

  • The installation does not start when I log in to Adobe Download Assistant.

    When I downloaded the program (Ae) it took me to the download assistant; which allows you to sign and start the installation process on its own. I am having a problem with the installation starting when I sign in. Once I sign in it gives me some programs I could download, but are not what I am looking for. Please help.
    Thanks
    Bperry7

    What computer/OS are you trying to download After Effects on?
    Make sure that your computer meets the System requirements for running After Effects. For example, AE requires a 64-bit operating system. If you're on a 32-bit version, you will be unable to install AE.
    If you meet the system requirements, try one of the following:
    Restart the browser and from the website, try downloading After Effects again.
    Sign in to Adobe Download Assistant, and then from the Show Me menu choose Video, and then click the left/right arrows till you find After Effects CS6.

  • Weblogic admin console fails to start when commons logging is used.

    I have an application that requires commons logging.
    I followed the instructions as per the documentation and other forum entries such as How to use log4j into weblogic 10.3 to add the commons logging jar from apache and the weblogic jar specified. Plus I set the system property for the LogFactory.
    When I start up the application server I see messages as expected from my application. But when I start up the weblogic Admin console I get and exception and the console fails to start. I even tried to put the jars in my applicaiton instead of the domain/lib directory to try to iscolate the issue but still got issues with starting the Console.
    Any ideas on why this is occuring?
    See the error below:
    ####<May 19, 2010 4:16:04 PM EDT> <Notice> <Stdout> <TE001XU-CATOR1> <AdminServer> <Check Retention Schedule Setting> <<WLS Kernel>> <> <> <1274300164672> <BEA-000000> <----------------------------------------Retention Init()---------------------------------------->
    ####<May 19, 2010 4:16:04 PM EDT> <Notice> <Stdout> <TE001XU-CATOR1> <AdminServer> <Check Retention Schedule Setting> <<WLS Kernel>> <> <> <1274300164672> <BEA-000000> <Thu May 20 05:00:00 EDT 2010>
    ####<May 19, 2010 4:16:06 PM EDT> <Info> <Health> <TE001XU-CATOR1> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <> <1274300166060> <BEA-310002> <81% of the total memory in the server is free>
    ####<May 19, 2010 4:35:03 PM EDT> <Info> <WorkManager> <TE001XU-CATOR1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1274301303146> <BEA-002901> <Creating WorkManager "consoleWorkManager" for module "null" and application "consoleapp">
    ####<May 19, 2010 4:35:17 PM EDT> <Error> <HTTP> <TE001XU-CATOR1> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1274301317582> <BEA-101216> <Servlet: "AppManagerServlet" failed to preload on startup in Web application: "console".
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:44)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:98)
    at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
    at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:373)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:277)
    at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: org.apache.commons.logging.LogConfigurationException: The chosen LogFactory implementation does not extend LogFactory. Please check your configuration. (Caused by java.lang.ClassCastException: weblogic.logging.commons.LogFactoryImpl cannot be cast to org.apache.commons.logging.LogFactory)
    at org.apache.commons.logging.LogFactory$2.run(LogFactory.java:574)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.apache.commons.logging.LogFactory.newFactory(LogFactory.java:517)
    at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:254)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:351)
    at com.bea.console.utils.MBeanUtilsInitSingleFileServlet.<clinit>(MBeanUtilsInitSingleFileServlet.java:23)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at weblogic.servlet.AsyncInitServlet.createDelegate(AsyncInitServlet.java:44)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:98)
    at weblogic.servlet.AsyncInitServlet.init(AsyncInitServlet.java:78)
    at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
    at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
    at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
    at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:531)
    at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1915)
    at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1889)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1807)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3045)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1397)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:460)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:54)
    at weblogic.application.internal.BackgroundDeploymentService$2.next(BackgroundDeploymentService.java:373)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
    at weblogic.application.internal.BackgroundDeploymentService$BackgroundDeployAction.run(BackgroundDeploymentService.java:277)
    at weblogic.application.internal.BackgroundDeploymentService$OnDemandBackgroundDeployAction.run(BackgroundDeploymentService.java:336)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Thank you for replying. Yes that is the first place we looked and tried. Actually to be more specific we followed the instrcutions under: "How to Use the Commons API with WebLogic Logging Services" of the same link.
    Are you thinking that maybe we are we missing a step somewhere else within the site?
    Not sure if I was clear before but we are using Weblogic 10.3 and also tried up to version 10.3.3. And we get the same results.
    We prefer to use the method with commons logging for our application.
    One more specific here what we did on our last attempt.
    1. added this to the startWeblogic script JAVAOPTIONS -Dorg.apache.commons.logging.LogFactory=weblogic.logging.commons.LogFactoryImpl
    2. we put the WebLogic-specific Commons classes, $BEA_HOME/modules/com.bea.core.weblogic.commons.logging_1.3.0.0.jar, together with the commons-logging.jar file in one of the following locations: APP-INF/LIB or WEB-INF/LIB directory or DOMAIN_NAME/LIB directory server CLASSPATH
    We are still not able to get the Weblogic admin console to start
    Any other ideas?
    Edited by: user13094648 on May 21, 2010 10:29 AM
    Edited by: user13094648 on May 21, 2010 10:37 AM

  • Oracle XE Listener Requiring Service To Be Set To 'Automatic (Delayed Start

    Can anyone offer any insight/explanation as to why the Oracle Listener would require the service to be set to 'Automatic (Delayed Start)' When it is set to just automatic, it does not even try to start. No output to the listener log, and nothing to the event viewer. It is as if it never even tries to start. Once switched to 'Automatic (Delayed Start)' it works as expected. Additionally if you manually start the service due to it not starting automatically, it works fine as well.
    OS: Windows 7 64BIT
    Service is being run by the local system account and is set to allow to interact with desktop. -Local system account is part of the administrator group.

    OS: Windows 7 64BITFirst point, win7 isn't on the 10g XE "supported OS" list. The installer is nearly as old as Firefox 1.0. Not to say folks haven't been able to get it working, plenty of other threads cover that topic.
    Delayed start, auto start ... how critical is that functionality for your install? My suggestion, set it to Manual, and if you need the database, start the listener and then start the database service. If the database isn't needed keep your RAM and system resources available for other stuff.
    Sorry can't be more helpful (esp. for win7, don't have it, don't use it, same for vista) but XE is more of a "playground" environment for test drives, kicking the tires, etc., a practice resource intended as an introduction to managing an oracle instance.
    And always start the listener service first, that allows the database to register with the listener as it completes its startup processing. If startup goes the other way around, the Apex might not be immediately available, but a sqlplus system connection and `alter system register;` command will fix that.

  • On my computer I apply for unemployment benefits at the Unemployment Insurance Agency web-site. Just recently, when I log in for benefits, I get to the second page, and I get automatically kicked back to the log-in page.

    On my computer I apply for unemployment benefits at the Unemployment Insurance Agency web-site. Just recently, when I log in for benefits, I get to the second page, and I get automatically kicked back to the log-in page. I went to my local library, and I do not have this problem. I do not understand why I can log in, get to the second page, then I click proceed and I have to start all over without ever getting to the third page. Can someone figure this out?

    Yes AT&T is my ISP. I use DSL. Currently I am not at my home address. I am currently on a cable modem on COX.com.
    I am also receiving a warning message "WARNING: Parental control appears compromised!".

  • Window automatically opens when I log in - don't want it to.

    When I log into my admin account on my 2009 iMac, almost always my home folder opens up. What setting, either in the Finder preferences or the System preferences (or for that matter anywhere elsc) can I change to NOT have the window (or for that matter, any window) automatically open on log in? There is no setting on the start up items on my admin account on the system preferences to deal with this and I don't know of anywhere else to check. It is not a big problem, just annoying. Have posted this on the Leopard forum as well.

    I have three login items...
    something called AdobeResourceSynchronizer which must have been installed when installed either PS Elements or Reader
    and two Microsoft wireless keyboard apps: MicrosoftMouseHelper and MicrosoftKeboardHelper which are part of the support for the the wireless keyboard I have.
    The strange part is that I had this identical setup on my old PowerPC G5 with both Leopard and Tiger and did not have this situation.
    Again, not a big problem, just annoying..

  • Downloaded mt lion on my iMac, now when i start the computer my outlook email automatically opens.  When I right click on the mail icon it isn't checked to open on startup.  How do i correct this

    downloaded mt lion on my iMac, now when i start the computer my outlook email automatically opens.  When I right click on the mail icon it isn't checked to open on startup.  How do i correct this

    This is probabaly caused by the resume feature. When you log out, uncheck the box that appears.

  • Firefox opens automatically when I log in?

    We have an iMac with four different user accounts. Whenever I log in on my account, Firefox opens automatically, and it seems to take a long time. This suddenly started happening a few weeks ago, and I certainly never tried to make my computer do this. Firefox does not open automatically when any of the other users login. How do I make it stop happening, since I don't always want Firefox right away?

    Go to System Preferences>Accounts>the name of your account>Login items at the bottom of the list of accounts and look at your login items. Remove Firefox and it will stop opening when you log on.

  • [mpd]starts when logging in[SOLVED]

    Hello,
    I've been playing around since a couple of days with ncmpcpp and mpd. So I've successfully enabled the mpd service with :
    systemctl enable --user mpd
    So mpd starts well when I log in, but music starts playing.
    So my question is how to have mpd enabled without having the music automatically started ?
    I've searched over the web, but most issues are related with having the music resumed, which I would like to have avoided.
    And my second question is how to have the music stopped when ncmpcpp is killed ?
    Thank you in advance for any answer
    Last edited by Scriptor (2015-04-24 19:30:32)

    https://wiki.archlinux.org/index.php/Mu … on_startup ?

  • How do I make it stop automatically building loops when I record?

    So I just downloaded Garage Band 10 and I can't find answers to my many questions about all of the changes from the previous Garage Band I had installed.
    The two main snags I am hitting right now are:
    1. In the previous garage band you were able to add effects like echo, reverb, tremolo, as well as tinker with the attack decay, etc., all in one set of drop down menus.  In the new garage band it seems to have pretend amps with knobs and whether you get 4 knobs to turn or 10 knobs to turn seems completely arbitrary, but it is usually limited to threshold, attack, release, volume.  Is there any way to add effects and edit the instrument quality in a uniform way like there was before?
    2.  Whenever I record something say over the course of 2 bars, it automatically creates a loop for the following 6 bars, and I have to go in and cut those bars out and delete them every time.  Is there a way to turn this feature off?
    Thanks.

    Hi, thanks for your response.  Thanks for telling me about "Audio Units;" that helped answer my first question, although it seems that effects like Tremolo, Phaser, etc., are no longer available in Garage Band.
    léonie wrote:
    The available effects depend on the selected patch.
    Correct me if I am wrong, but with the previous Garage Band, every effect was available for every patch... there may have been some presets or recommended effects, but you could always customize the effects as you liked.  It seems a lot more limited now, unfortunately, I guess to compel users to buy additional DAW software.
    Regarding number 2, thanks for your response but that is not what I am talking about.  Let's say I am recording MIDI and I record a piano melody CDEFG in bars 1-2.  When I press stop, Garage Band automatically copies the two bars I recorded and creates CDEFG CDEFG CDEFG CDEFG across bars 1-8.  This is the default setting when I record MIDI and I would like to disable it if possible, since it means every time I record I have to delete multiple bars of data I didn't want it to produce.

  • When I use my IPhone 4S to view the Shaw Go Movie Central App when I am at home I only use WiFi which is automatic, I start watching a show and sometimes I will get a message like "you can not use your cellular for video playback" or something close to th

    When I use my IPhone 4S to view the Shaw Go Movie Central App when I am at home I only use WiFi which is automatic, I start watching a show and sometimes I will get a message like "you can not use your cellular for video playback" or something close to that. Then I received an email from Telus saying I had used my 3G instead of Wi-Fi  using 75% of my data. How can this happen when I'm on Wi-Fi at home? If it switched to 3G for some reason I should have been disconnected and not just transferred to 3G network using up my data. What is the fix for this??

    It doesn't have to be that complicated, Verizon iPhones come unlocked, just tell VZ you're going on Holiday/Traveling and suspend the service, no need to pay for service if you're not going to be using it. Pick up local SIM cards in the countries of your choosing, pop them in, re-activate iMessage and you're set!
    I recommend getting a SIM card from the Three network in England, they have great EU roaming rates and free like-home roaming in Italy.
    Set your phone's region to match the country you're in, it'll save from some headaches when calling local/international numbers.
    To answer your questions,
    1. If you choose not to have a local SIM card, it is good to keep your phone in Airplane mode to save battery.
    2. Make sure the two iPhones have different names to reduce sync/restore issues.
    3. If husband has an iPhone also, you can chat with iMessage/Facetime, just give him heads up about the new number you'll have. Otherwise, use Whatsapp if he's got an Android. You can activate Whatsapp with your American number or the international number if you choose to get a SIM in Europe.
    Also, Get the MagicJack app and/or Google Hangouts, both of those apps provide you with free calling to the USA and Canada using any internet connection. Google Voice is another good way to SMS across the seas.
    Let me know if you need any more tips for iPhoning across the pond.

  • Creating of incoming invoice automatically when documen info record created

    Hi all,
    I apologize because I am asking many questions on this forum during the last few weeks, but I have some problems which I can't solve by myself in one project.
    So, this time the question is about incoming invoices.
    Here is the situation:
    When our customer receives incoming invoice (in paper form) we scan it and send it to one Document management system. In that system we verify the invoice and approve it. After that step the document is released to SAP (only the document info record is created and that info record points to the original document (pdf file) in that DMS).
    Now the question is:
    Is it possible to automatically create incoming invoice (parked) when the document is released to SAP (it+s document info record created) and to create link between these two SAP objects? Basically it means that at the moment when doc. info record is created, the incoming invoice is created (only with mandatory data) and saved (parked).
    We need this functionality because our client wants to have the access to original document (pdf file) when he is about to finish the incoming invoice.
    So, is it possible to set up some parameters so that incoming invoice is created automatically after the document info record is created, and linked to that document info record?

    I was not aware that u have already done coding to create DIR in SAP. In that case u don't need to rely on status triggering, u may create the invoice prior to  DIR creation and then link it to the DIR.It can be done in the way u have mentioned. I.e. linking at the time of DIR with BAPI_DOCUMENT_CREATE.
    I doubt we have any direct link to Incoming Invoice from DIR. One of the options i can think of is linking DIR to EKPO(Purchase Order Item) which is mentioned in Invoice.
    Else u may need to add another object with object table "RBKP"
    Following link will help u in creating new Object for development of new screens [http://help.sap.com/saphelp_erp60_sp/helpdata/en/c1/1c31a243c711d1893e0000e8323c4f/frameset.htm]
    BAPI_DOCUMENT_CREATE2 is  the latest BAPI instead of BAPI_DOCUMENT_CREATE.
    Points Appreciated.

  • System Preferences always starts when logging in....

    I'm doing some general maintenace on my parent's computer (macmini ppc 10.4.8). There seems to be a handfull of odd issues happening. One of them is that System Prefs always starts when logging in after a reboot. The login items for the user account has nothing checked on, and it's only his user account that has this issue.
    Does anyone have any ideas?
    thanks

    I'm a complete douche. I looked in Login Items for the 10th time and this time my brain kicked in and saw "System Preferences". I feel so stupid. I looked in there multiple times and must have thought... well, I don't know what I thought. The sad thing is I've been working with unix for several years. I think it's time for a new career.
    Thanks!

  • Question when I log into Firefox, the screen scrolls down and I have to use the side-bar to go back up to type my query into the 'search' window. How can I stop that and get Firefox to start with the 'search' window accessible? With thanks, Peter

    Question
    when I log into Firefox, the screen scrolls down and I have to use the side-bar to go back up to type my query into the 'search' window. How can I stop that and get Firefox to start with the 'search' window accessible? With thanks, Peter

    See this. <br />
    https://support.mozilla.com/en-US/kb/Firefox+hangs#Hang_at_exit

Maybe you are looking for