Unable to set header status - VBUK-UVALL in USEREXIT_SAVE_DOCUMENT_PREPARE

Hi,
I need some advice in setting header status in table VBUK field UVALL in user exit MV45AFZZ - USEREXIT_SAVE_DOCUMENT_PREPARE. I am unable to set this field in this userexit.
I create an enhancement implementation in user exit USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ. In my enhancement code, I have a perform statement which is in a Z include program. In my perform statement, I check a condition, if the line item text is not populated, then  I would like to set XVBUK-UVALS to B. In the code, I set the fields as follow :
XVBUK-UVALS = 'B'
XVBUK-UPDKZ = 'U'.
After the sales order is saved, when I checked in table VBUK-UVALS, the field is not updated.
Could anyone please provide me with some advice on how I could set the status in VBUK-UVALS in the user exit ? Should I be using another user exit ?
Any advice would be much appreciated.
Thanks,
Virginia

Hi,
Similiar to the statements given by you add following statements.
VBUK-UVALS = 'B'
VBUK-UPDKZ = 'U'.
Regards
Vinod

Similar Messages

  • SAP function to delete shopping cart (set header status I1040)?

    Does anyone know of a SAP function which can delete a shopping cart (set header status I1040)?
    We're running the EBP extended classic scenario with SRM 4.0 and SRM_SERVER 5.00.
    Thanks,
    Brad

    I don't know about the OP's reasons, but I've been looking for a similar solution as well. In my case our users sometimes create shopping carts under e.g. the wrong budget code, and the approvers don't always catch this, resulting in an approved SC that we can't change or delete but equally can't use.
    I'll check out those fcns, thanks for that. From your question it sounds like there's some reason why this shouldn't be done though? Would this be seen as a bad practice? How would you recommend dealing with the above situation?
    Thanks, John.

  • Unable to set the status of CSR to  "Finished",

    Hi Experts,
    I have a CSR. It has 8 activities. Each activities are completed. <u><b>Now when i am trying to change the status of the CSR from Followup to Finished.</b></u> its giving error. The Error is <b>"The CSR can not be finished due to open activites".</b>
    in the coding: the GUIDS of all the activities are stored in an internal table. Then these GuIDS are checked against the OBJNR, INACT( '  ' ), STATUS(I1005) of the CRM_JEST table. If sy-subrc is zero for each activity then the status will be set to finished.
             Coding:
                        <b>loop at nkeys.
                            select single * from CRM_JEST where objnr = nkeys-objkey       
                                                 and  inact = ' '  and status = 'I1005'.
                                     if sy-subrc = 0.
                                       "Finished
                                    else.
                                       Exit.
                                     endif.
                       endloop.</b>
    But i found out that, for one activity, the INACT is 'X' (Inactive). Thats why its gving the error.
    I checked the status of the activity in UI (IC WEB) , its completed.( the description of the activity is CSR Dispatch). But still not able to set the status of the CSR to Finished.
    I need help regarding the above. Please tell me how can i set the status of the CSR to Finished.
    Thanks

    Hello,
    You can release the Order by the following method:
    Go to KO02
    Enter the Internal Order name
    Go to Control Data Tab
    There we have one screen area as Status: there we have one push button(like); click it and from there you can set the staus of the internal order to Released(or you can also change the current status of the internal order)
    Please let me know if you I am missing something in my reply.
    Thanks,
    Anurag Singh Rathore

  • Service Desk Unable to set status to Customer Action and Proposed Solution

    Hi Everyone,
    We are unable to set a service desk issue to the status Customer Action or Proposed solution.
    I have someone create a new issue in the bakend system and when I receive the issue I assign it to myself as the processor. When I try to set teh status to Customer action it is grayed out.
    I have checked the following:
    1. As a test I assigned My user with sap_all profile so does not appear to be authroisation related
    2. The status profile has all six standard values (New, customer action, In Process, Sent to SAP, Proposed Solution, Confirmed).
    3. The transaction types have been defined using the standard profiles for Text Det. Procedure, Partnet Determination Procedure, Status Profile. The Partner Function ORG is set to Sold-To-Party , The date profile is a SRV_SLA_ITEM and the Action profile is set to SLFN0001_ADVANCED. The Org Data Prof is set to a customer defined one: ZSSC000000001.
    4. I have checked transaction ppoma_crm and the org structure and my user is assigned to a team lead position.
    Your assistance is greatly appreciated.
    Michael

    Hi Michael,
    please check your status profile for the "lowest status no." and "highest status no." values of the status values as Alex mentioned!
    You can find this in SPRO under "SAP Solution Manager> Scenario-Specific Settings>Service Desk>Service Desk>Status Profile".
    If the "high" value of the status "New" is lower than the status number of status "Customer Action" than you can not set the message from "New" to "Customer Action"!
    Hope this helps,
    Christoph

  • Unable to upload PM Work Order Header Status

    Hi,
    I have made LSMW for tcode: IW31. I have a requirement to upload legacy data to SAP with their existing header status.
    For instance:
    I have a work order which got a header status complete and I want to upload this work order with its status. So, how can I upload different work orders with their different header status.
    Do let me know as soon as possible.
    Thanks for the contribution.
    Regards,
    Yahya

    Yes, you are right. Originally it should be the way you answered but requirement is to upload data with respect to their order status from legacy.
    In addition, is there any possiblity that I can create one complete LSMW for transaction IW31 OR IW32?
    This is asked because I am unable to upload data in Operatoins Tab
    Thanks.
    Regards,
    Yahya

  • Unable to set status for subscreen

    Dear Experts,
    In my subscreen, I want to set the fct code for enter.
    I am not able to set the status so that i can provide the fct code under the standard function keys.
    In my subscreen I have a list of input screen fields, when i enter the first input field and press enter i want to move to the next field.
    Please provide me an alternative so that i can set the status and write the relavant code using set/get cursors.
    Thanks and Regards,
    Kawish.

    hi Kawish
    You only need set a status for main screen at the output event. In this status, you need assign a function code to 'Function Keys'-> this first function button, it`s 'Enter'. you can debug to see it.
    the PAI event of subscreen also will response this function code, then you can control your cursor in PBO, blow code is module of subscreen:
       module status_0101 output.
    *  SET PF-STATUS 'xxxxxxxx'.
    *  SET TITLEBAR 'xxx'.
       set cursor field 'LGORT'.
       if lv_flag eq 'X'.
       set cursor field 'WERKS'.
       endif.
    endmodule.                 " STATUS_0101  OUTPUT
    *&      Module  USER_COMMAND_0101  INPUT
    *       text
    module user_command_0101 input.
       case sy-ucomm.
         when '&ENTER'.
           lv_flag = 'X'.
       endcase.
    endmodule.                 " USER_COMMAND_0101  INPUT
    hope can help you.
    regards,
    Archer

  • Unable to ship confirm, showing stops cannot be set to status closed

    hi all,
    while i am performing shipconfirm,
    it showing "Error:some deliveries selected for ship confirm have errors or warnings"
    and details showing "stops cannot be set to status closed"
    appreciate u r best suggestions.
    thanks
    govardhan

    Dear ,
    Maybe you need to check all delivery line status ..
    All line status should be "Staged.." .
    If there is any status not staged, System will show the error.
    Hope it's useful to you.

  • [CUPS] Unable to set my new CUPS server with an HP printer (solved)

    Hello,
    I come from Gentoo and I just installed my new Arch Linux server on a notebook with 2 NIC ... Now, I'm trying to set the CUPS deamon to share printer (HP DESKJET 895Cxi) for 3 workstations in my LAN. Before, it was working (printer and linux ... has never been very good...). But now, I'm not able, and it's about 1 hour I'm looking for a stupid error that I don't know if it's important or not ...
    (all is on my Wiki : http://pix-mania.dyndns.org/mediawiki/index.php/Cups)
    Here are a list of installed package : cups ghostscript gsfonts hplip
    The printer (USB) :
    (lsusb)
    Bus 002 Device 004: ID 03f0:0004 Hewlett-Packard DeskJet 895c
    (dmesg)
    usb 2-2: new full speed USB device using uhci_hcd and address 4
    usblp0: Disabling reads from problematic bidirectional printer
    usblp0: USB Unidirectional printer dev 4 if 0 alt 1 proto 2 vid 0x03F0 pid 0x0004
    Current configuration (only change made to original configuration) :
    Listen <ip_serveur>:631
    <Location />
    Order allow,deny
    Allow From all
    </Location>
    <Location /admin>
    Order allow,deny
    Allow From all
    </Location>
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    Order allow,deny
    Allow From all
    </Location>
    When starting cups service, all is fine : I can use a workstation to browse the Web Interface ... but printer seems to be not detected since it tells "No printers." when clicking on "Printers" tab. So, I go to "Administration" tab and, under "Printers", I click the "Find New Printers" and again, it says : "No printers found.".
    Not goot ... so, like I was doing with Gentoo, I click on "Add Printer" ... then, I receive a redirection to HTTPS ... click on the link (or wait) and nothing happend (timed out): web interface is broken for HTTPS ... I really got no idea why HTTPS is not working .
    After that, when updating the configuration (with vim) and restarting the service, deamon won't stop and I have to send a "kill -9" to the cupsd pid ...
    I look in log and I can just see this :
    E [09/Jan/2011:18:19:55 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    I googled for one hour, but is not more working right now ...
    Some questions :
    - the printer is not detected? Is it because of the ACLs errors ?
    - what the hell is "ACLs" for cups ? Never seen that before ...
    So, right now, I got a working HTTP but not working HTTPS, with no printer available ... very useless
    This printer is working "well" with cups, since it's an old model and it's a HP printer, so is "fully?" working on Linux ...
    Any idea on what to do/try now ?
    EDIT: after that message, I just refresh the page (I'm using Chromium) and ... magically, HTTPS was working (after accept untrusted certificate for HTTPS?) ... Then, go back to "Find New Printers" and now, it was working. Printer has been added ... Seems to be OK, but the "Print Self Test Page" doesn't work right now because of this :
    Unsupported format 'application/vnd.cups-command'!
    Current log file :
    E [09/Jan/2011:18:19:55 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:24:48 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:29:08 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:36:28 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:36:42 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:41:06 +0100] Unknown SystemGroup "sys root lpadmin" on line 13, ignoring!
    E [09/Jan/2011:18:41:06 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:42:24 +0100] Unknown SystemGroup "lpadmin" on line 14, ignoring!
    E [09/Jan/2011:18:42:24 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:45:12 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:47:32 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:48:35 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:49:35 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:18:59:46 +0100] Unable to set ACLs on root certificate "/var/run/cups/certs/0" - Operation not supported
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:06 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:13 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:33:37 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:19:33:37 +0100] [cups-deviced] PID 2744 (dnssd) stopped with status 1!
    E [09/Jan/2011:19:33:37 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:34:09 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:19:34:09 +0100] [cups-deviced] PID 2763 (dnssd) stopped with status 1!
    E [09/Jan/2011:19:39:51 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:39:52 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    E [09/Jan/2011:19:41:23 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    E [09/Jan/2011:19:44:49 +0100] Unable to encrypt connection from <ip_workstation> - A TLS packet with unexpected length was received.
    E [09/Jan/2011:19:47:16 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_DeskJet_895C_USB_ES89M230MKGO_HPLIP) from localhost
    E [09/Jan/2011:19:49:36 +0100] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/HP_DeskJet_895C_USB_ES89M230MKGO_HPLIP) from localhost
    EDIT2: tried to print "Print Test Page" instead of the above ... and got these errors :
    (web interface)
    "/usr/lib/cups/backend/hp failed"
    (error_log)
    E [09/Jan/2011:20:08:31 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:20:08:31 +0100] [cups-deviced] PID 3126 (dnssd) stopped with status 1!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Setting locale failed.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] prnt/backend/hp.c 559: dBus Connection Error (Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory)!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Please check that your locale settings:
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LANGUAGE = (unset),
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LC_ALL = (unset),
    D [09/Jan/2011:20:09:16 +0100] [Job 5] LANG = "fr_FR.UTF-8"
    D [09/Jan/2011:20:09:16 +0100] [Job 5] are supported and installed on your system.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] perl: warning: Falling back to the standard locale ("C").
    D [09/Jan/2011:20:09:16 +0100] [Job 5] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'job-uuid=urn:uuid:e4395221-1209-32a9-5add-30f7945eaa6b'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option job-uuid=urn:uuid:e4395221-1209-32a9-5add-30f7945eaa6b.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'job-originating-host-name=localhost'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option job-originating-host-name=localhost.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'time-at-creation=1294600145'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option time-at-creation=1294600145.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'time-at-processing=1294600145'
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option time-at-processing=1294600145.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Pondering option 'AP_D_InputSlot='
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Unknown option AP_D_InputSlot=.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] prnt/backend/hp.c 625: ERROR: 5021 device communication error!
    D [09/Jan/2011:20:09:16 +0100] [Job 5] GPL Ghostscript 9.00: Unrecoverable error, exit code 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process 3154 ending: "gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ijs -sIjsServer=hpijs -dDEVICEWIDTHPOINTS=5..."
    D [09/Jan/2011:20:09:16 +0100] [Job 5] renderer return value: 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] renderer received signal: 1
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process dying with "Possible error on renderer command line or PostScript error. Check options.", exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] error: No such file or directory (2)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Cleaning up ...
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3153 (KID4) with signal 15
    D [09/Jan/2011:20:09:16 +0100] [Job 5] KID3 exited with status 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Renderer exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3153 (KID4) with signal 9
    D [09/Jan/2011:20:09:16 +0100] [Job 5]
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Closing foomatic-rip.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Renderer process finished
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Process dying with "Error closing renderer", exit stat: 3
    D [09/Jan/2011:20:09:16 +0100] [Job 5] error: (0)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Cleaning up ...
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3152 (KID3) with signal 15
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Killing process 3152 (KID3) with signal 9
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Error closing renderer
    D [09/Jan/2011:20:09:16 +0100] [Job 5]
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Closing foomatic-rip.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Backend returned status 4 (stop printer)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] Printer stopped due to backend errors; please consult the error_log file for details.
    D [09/Jan/2011:20:09:16 +0100] [Job 5] End of messages
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state=5(stopped)
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state-message="/usr/lib/cups/backend/hp failed"
    D [09/Jan/2011:20:09:16 +0100] [Job 5] printer-state-reasons=paused
    E [09/Jan/2011:20:14:21 +0100] [Job 5] Stopping unresponsive job!
    EDIT3: I tested the ppd from cups (and not hpijs) and got the same problem ... The latest idea was to unplug USB and plug to another USB ... and it seams to works ... Now, the test page print "fine" ...
    So, I shared the printer over my LAN, and tried to print from a workstation ... it works fine now ... when looking error_log, I can see than there is no more Ghostscript error .
    But I have a last question .. if somebody can answer ... When choosing a PPD file, I have the choice between 3 version :
    - hpijs, 3.10.9
    - hpijs, 3.10.9.11
    - hpcups, 3.10.9
    Don't know why onlyl the HPIJS got the ".11" and not any others ... I selected this one and here is what Cups say about the printer :
    HP_DeskJet_895C_USB_ES29Z231JKGO_HPLIP HP DeskJet 895C Local Printer HP Deskjet 895c hpijs, 3.10.9.11 Idle - "ready to print"
    I hope when upgrading the system, I will not get error from PPD file not found ... With my current PPD file, I get (really not sure) this error, but print is working so, it doesn't matter :
    E [09/Jan/2011:21:08:04 +0100] [CGI] Unable to create avahi client: No such file or directory
    E [09/Jan/2011:21:08:04 +0100] [cups-deviced] PID 5705 (dnssd) stopped with status 1!
    E [09/Jan/2011:21:08:09 +0100] [cups-driverd] Bad driver information file "/usr/share/cups/model/foomatic-db-ppds/Kyocera/ReadMe.htm"!
    Thanks for all .. hope you don't think I'm crazy ^^
    Last edited by loopx (2011-01-09 20:31:21)

    WD and their lack of support for Mavericks:
    A recent email from WD reads:
    Dear WD Registered Customer,
    UPDATE: November 1st, 2013
    As a valued WD customer we want to make you aware of new reports of Western Digital and other external HDD products experiencing data loss when updating to Apple's OS X Mavericks (10.9). WD is urgently investigating these reports and the possible connection to the WD Drive Manager, WD Raid Manager and WD SmartWare software applications. Until the issue is understood and the cause identified, WD strongly urges our customers to uninstall these software applications before updating to OS X Mavericks (10.9), or delay upgrading. If you have already upgraded to Mavericks, WD recommends that you remove these applications and restart your computer. If you have already upgraded to Mavericks and are experiencing difficulty in accessing your external hard drive, please do not save anything to the drive, disconnect the drive from your computer, and contact Western Digital Customer Service at http://support.wd.com/country/ for further assistance.
    The WD Drive Manager, WD Raid Manager, and WD SmartWare software applications are not new and have been available from WD for many years. However, solely as a precaution WD has removed these applications from our website as we investigate this issue.
    Sincerely,
    Western Digital
    Which is basically Western Digital informing you that their out-of-date utilities don’t support Mavericks.
    In any case those utilities are not the most effective. The moral of the story is: the first thing you should do after buying a WD drive is to format it as HFS Extended (Journaled) and not install ANY of their utilities but instead use reliable applications like CarbonCopyCloner or SuperDuper - or Time Machine.

  • Unable to edit User Status in Service Order

    Hi Experts,
    There are several service orders with user status 'Open', whereas the system status is 'In Process'. The individual items are either set to Completed or are Released. I am unable to change the user status from 'Open', as there are no other options available in the dropdown list in edit mode. I even tried changing the status in CRMD_ORDER and was not able to do it. I checked the configuration for this and its perfectly fine. The status profile has been maintained properly.
       I tried using FM CRM_STATUS_CHANGE_EXTERN and CRM_STATUS_CHANGE_EXTERN_OW for this purpose and it still did not work. Any help/tips to resolve this will be highly appreciated.
    Thank you,
    Nanda

    Hi Nanda,
    As per your last reply, for some Service Orders you are unable to change the Status. Can you have check whether those service Orders are error free?
    Sometimes, when there are errors in service orders or in 1Orders you cannot change the status from In Process or Open even when you have released certain Items.
    Hope this helps.
    Thanks,
    Samantak.

  • Unable to set browser preview options

    I posted this a few days ago and didn't get any responses, so
    am trying again in case I'll have better luck today. :-)
    I hope someone can help because this problem, which suddenly
    occured, is makign it impossible for me to do any work in
    Dreamweaver and that's driving me crazy... :-0
    Thanks!
    I feel a bit silly about this - but for some reason I am
    unable to set the browser preview options in my preferences. I'm
    using Dreamweaver 8 on a Mac OX10.3.9, and trying to designate
    Firefox 1.5 as my default primary browser, and Safari 1.3.2 &
    IE5 as secondary options. When I first open Dreamweaver I get a
    message saying 'Unable to read Preview in Browser Preference.
    Please remove all browsers form the list and add them again". So I
    remove them all and when I try to add them back, none of my choices
    show up in the box. Then I restart and the old ones are still
    there. If I try to change the check in the box that indicates
    primary or secondary browsers, my program crashes. Anyone have a
    clue what's going on? Thanks so much for any help...

    This - file:///ether/Patricia Yenawine/images/oxblood_med.jpg
    - tells me
    that your local root folder is on a network shared drive. I
    am guessing
    that your problem stems from the fact that network
    permissions/protocols are
    interfering with your ability to successfully write your
    cache files and
    your browser preferences.
    Do you have the same problem with sites that are truly local
    to your
    computer?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "amysue102" <[email protected]> wrote in
    message
    news:e48hoq$ba0$[email protected]..
    > Originally posted by: Newsgroup User
    > Open DW, select a site, create a new page, and insert an
    image from within
    > that site to insert on the page. Without saving the page
    (!important)
    > copy
    > the code and paste it into a reply here, please.
    >
    > Murray,
    >
    > Thank you! for helping...
    > I followed your direction - here's the code:
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" />
    > <title>Untitled Document</title>
    > </head>
    >
    > <body>
    > <img src="file:///ether/Patricia
    Yenawine/images/oxblood_med.jpg"
    > width="158"
    > height="115" alt="oxblood bowl" />
    > </body>
    > </html>
    >
    > May Blessings rain upon you!
    >
    > Amy
    >

  • Setting the status code on 404

    Hi All,
    I have my web.xml file pointing 404 errors to /404.jsp on my web server (Apache/Tomcat).
    The code for 404.jsp is
    <%
    // Set the header response to a 404 and no-caching
    response.setStatus(response.SC_NOT_FOUND);
    response.setHeader("Cache-Control","no-cache");
    %>
    <jsp:include page="/404message.jsp"/>
    404message.jsp contains html and some other jsp scriptlets to display a nicely formatted error page that fits with the look and feel of the web site I am currently working on. I have to set the status like this otherwise the 404 error returns a response of 200 which is no good for the statistics program we run on the site.
    It all seems to work wonderfully except that in the localhost log for tomcat I get the following exception even though everything seems to work fine.
    2005-04-21 16:11:12 ErrorDispatcherValve[alligator]: Exception Processing ErrorPage[errorCode=404, location=/404.jsp]
    java.lang.IllegalStateException: Cannot reset after response has been committed
    at org.apache.catalina.connector.ResponseBase.reset(ResponseBase.java:789)
    at org.apache.catalina.connector.HttpResponseBase.reset(HttpResponseBase.java:812)
    and so on....
    Anybody point me in the right direction on this, any help much appreciated??
    Cheers,
    Beno..

    Just wanted to bring this one back to the front as had a zero response.
    Anyone shed any light on it for me??
    Cheers,
    Beno..

  • Oracle Service Bus 10.3 - split join how to set header for invoked service

    In Oracle Service Bus 10.3 how can I set the header for the service being invoked. We make parallel calls to 2 different business services. One of the invoked service requires header to be set and I am unable to figure out how it can be done. Below are snippet of the code and WSDL.
    --- Login Operation start ---
    <operation name="login">
    <wsdlsoap:operation soapAction="blah"/>
    <input name="loginRequest">
    <wsdlsoap:body use="literal"/>
    <wsdlsoap:header message="passport:loginHeader" part="hppwsHeaderElement" use="literal"/>
    </input>
    <output name="loginResponse">
    <wsdlsoap:body use="literal"/>
    </output>
    <fault name="genericFaultException">
    <wsdlsoap:fault name="genericFaultException" use="literal"/>
    </fault>
    </operation>
    --- Login Operation end ---
    --- hppwsHeader Element --
    <complexType name="hppwsHeaderElement">
    <sequence>
    <element maxOccurs="1" minOccurs="0" name="version" type="tns1:version"/>
    <element maxOccurs="1" minOccurs="0" name="tx-id" type="tns1:tx-id"/>
    <element maxOccurs="1" minOccurs="1" name="systemLangCode" type="xsd:string"/>
    </sequence>
    </complexType>
    --- LoginRequest Element ---
    <xs:element name="loginRequestElement" type="s0:loginRequestType"/>
    <xs:complexType name="loginRequestType">
    <xs:sequence>
    <xs:element name="userId" minOccurs="1" maxOccurs="1" type="xs:string"/>
    <xs:element name="password" minOccurs="1" maxOccurs="1" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    --- LoginResponse Element ---
    <xs:element name="loginResponseElement" type="s0:loginResultType"/>
    <xs:complexType name="loginResultType">
    <xs:sequence>
    <xs:element name="sessionToken" minOccurs="1" maxOccurs="1" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    In Oracle Workshop for WebLogic when I create a split-join .flow file while adding the invoke service call to login operation I am prompted to create the loginRequest and loginResponse variables. I can assign the appropriate expression to loginRequest.loginRequestElement prior to making the invoke call but then the backend business call fails because "systemLangCode" is not defined and set. Actual fault is
    <ns1:genericFault xmlns:ns1="http://hppcbl.globalops.company.com/webservice">
    <systemLangCode>en</systemLangCode>
    <fault>
    <ruleNumber>589</ruleNumber>
    <fieldName>systemLangCode</fieldName>
    <code>field.empty</code>
    <desc>System language code is required.</desc>
    <ftype>2</ftype>
    </fault>
    </ns1:genericFault>
    I would really appreciate if someone could guide me on how to resolve this
    Regards,
    -Nilay

    There is this $header variable which you should populate before calling the BS. What is the type of BS? If it is WSDL BS , Any Soap BS then above solution will work. I assume that yours is WSDL based BS and setting $header should resolve this issue.
    AnyXML and Messaging type BS services requires that you create proper pay load (setting $header will not work).
    There is also other actions Set Transport Headers {outbound request/inbound response} which can be used to set transport related headers but not soap headers.
    Manoj

  • Can i set pf-status in print preview of form

    I want to download a smartform in pdf after viewing the print preview .
    For that i want to give a button / menu  in the form print preview page.
    can i set pf-status for that ?

    Hi,
    Please find the Snippet below
    *Calling the Function Module of the SmartForm
      CALL FUNCTION l_fmodule
        EXPORTING
          CONTROL_PARAMETERS = wa_cparam
                         HEADER             = wa_emp
        IMPORTING
          JOB_OUTPUT_INFO    = it_otf_from_fm
        TABLES
          APPRAISALS         = it_emp1
        EXCEPTIONS
          FORMATTING_ERROR   = 1
          INTERNAL_ERROR     = 2
          SEND_ERROR         = 3
          USER_CANCELED      = 4
          OTHERS             = 5.
      IF SY-SUBRC <> 0.
        case sy-subrc.
          when 1.
            message e005.
          when 2.
            message e010.
        endcase.
      ENDIF.
      it_otf[] = it_otf_from_fm-otfdata[].
    *PDF Preview
      CALL FUNCTION 'SSFCOMP_PDF_PREVIEW'
        EXPORTING
                 I_OTF                    = it_otf[]
        EXCEPTIONS
          CONVERT_OTF_TO_PDF_ERROR = 1
          CNTL_ERROR               = 2
          OTHERS                   = 3.
      IF SY-SUBRC <> 0.
        case sy-subrc.
          when 1.
            message e006.
        endcase.
      ENDIF.
    *Converting into PDF Format
      CALL FUNCTION 'CONVERT_OTF'
        EXPORTING
          FORMAT                = 'PDF'
          MAX_LINEWIDTH         = 132
        IMPORTING
          BIN_FILESIZE          = l_bin_filesize
        TABLES
          OTF                   = IT_OTF
          LINES                 = IT_pdf_tab
        EXCEPTIONS
          ERR_MAX_LINEWIDTH     = 1
          ERR_FORMAT            = 2
          ERR_CONV_NOT_POSSIBLE = 3
          ERR_BAD_OTF           = 4
          OTHERS                = 5.
    Function Module 'SSFCOMP_PDF_PREVIEW' will Show the PDF Preview while executing the Driver Program.
    And the 'CONVERT_OTF' Function Module will convert it to the PDF.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          BIN_FILESIZE            = l_bin_filesize
          FILENAME                = l_FULL_PATH
          FILETYPE                = c_bin
        TABLES
          DATA_TAB                = IT_pdf_tab
    The Above function Module will Download the content of smart form in the PDF Format.
    This may help you.
    Thanks and Regards,
    Prakash K

  • Production Order Header Status

    Hi
    I am having a production order with 4 operations. when i am confirming the first operation as partial confirmation because i am just confirming only partial quantity, the whole production order status is set to PCNF. Even though i am finally confirming the same operation finally and confirming all the other operations also finally, the order status is not changing to CNF. it is still in the PCNF . how do i get it to CNF status? because the PCNF status for the order will create other problems.
    The operation statuses for the same order give correct statuses as PCNF or CNF or milestone. The problem is only with order header status.
    Can someone please solve this issue. Points assured
    Regards
    Chandra

    Hi,
    In tcode OPK4 - Define confirmation parameter select your plant & order type.
    In 2nd tab page, select Confirmation type - Automatic final confirmation.
    So when doing opn confirmation if the qty is equal or more than order qty, system automatically set to Final confirmation.
    If the confirmation qty is less than order qty, system automatically set to partial confirmation.
    Regards,
    Dharma

  • How the sales order header status update?

    Hello,
    In the sales order header "STATUS" tab is there, under this status tab we can find OBJECT status if we click that object status it shows the Object number,Object category,status profile and status with status no. on which bases this status will update in the sales order header?
    my case is Status "10-xxxx" set automatically for some orders.
    Could you plz let me know on which bases, the status will be updated in the sales order?
    Regards|KS

    Hi
    SAPu2019S GENERAL STATUS MANAGEMENT FUNCTIONALITY
    General Status Management replaced order status management functionality in recent SAP releases (4.6C).  This discussion will address general status management, as this is how SAP allows user statuses for controlling objects in this and future releases.
    General Status Management applies to internal orders, project definitions, WBS elements, production orders and many other objects in SAP.  For the purposes of this discussion we will concentrate on status management for internal orders and WBS elements.  A list of all objects relevant for status management will be made available upon request.
    A status is an indicator that fulfills two functions.  First, it informs you that a particular status has been reached.  For example, an internal order has been created and released; a settlement rule has been entered; a particular business transaction has been executed, etc.  Second, it influences the business transactions you can perform for a particular status.  A status can allow a business transaction; allow a business transaction but issue a warning message; or prohibit a business transaction altogether.  If a warning message is issued it is up to the user whether the business transaction is carried out or not.
    Statuses can be used to control and communicate.  Statuses can be used in reporting (show me a report of all internal orders with a status of TECO, or technically complete).  Statuses can be used as selection criteria (select all internal orders with a status of CLSD, or closed).  Statuses can communicate the state of an object (ready for archiving, not ready for settlement execution).
    There are SAP standard delivered statuses that apply to all object types.  These are known as SYSTEM STATUSES.  CRTD, REL, SETC, TECO are examples of SAP standard system statuses.  SAP standard system statuses cannot be removed from use.  You cannot override the SAP system status with a user status.  You cannot change the behavior of an SAP system status.
    User statuses (or user defined statuses) exist in addition to SAP standard statuses.  User statuses are intended to augment or refine SAP standard statuses, not replace them.  There is no limitation to the number of user statuses that can be created.  Both system and user statuses influence business transactions in the same way.
    An object can have multiple statuses active at the same time.  A plant maintenance order can have released, preliminarily costed, work order printed and confirmed statuses all at the same time.  For SAP display purposes only one status can be displayed on the status line in master data screens, but it is possible to see all active statuses for an object at one time by drilling down into the master data screens.
    A STATUS PROFILE, or user status profile, contains individual user statuses and the business transaction rules defined for those statuses.  There is no limit to the number of user status profiles that can be maintained in SAP.  A user status profile is assigned to an order type or a project profile in configuration.  This user status profile is then defaulted into all objects that reference that order type or project profile.  A users status profile can be overwritten (or deleted) in an individual object (via native master data screens), but only if a user status has yet to be activated for that particular object.  Once a user status has been activated for that object the user status profile cannot be changed.
    HOW STATUS MANAGEMENT WORKS
    When an object (internal order, WBS element, production order) is created SAP assigns the system status CRTD.  MIT automatically releases the order, so the system status REL is also activated.  If there is a user status profile defined in the order type (or project profile) this is carried over into the internal order (or WBS element).  If not, only the SAP system statuses will apply to this object.
    When a user executes a business transaction for this object, SAP checks the user status to see if that business transaction can be executed without any additional influence from a user status, can be executed but with a warning message being issued, or cannot be executed at all.  SAP also checks whether the business transaction sets or deletes any other user statuses within the user status profile.
    A user status may also be maintained directly in the object master data.  Accessing the master data screens allows a user to manually maintain user statuses.  If necessary, an authorization code can be assigned to a user status to ensure that no unauthorized persons can change the status of an object.  Once changed, the new user status is fully active and acts no differently than if a business transaction set the user status.
    Status management and business transaction control only work with standard SAP transactions.  Z transactions will not show up on the business transaction list for an object.  The business transaction table is configurable, but SAP strongly recommends not changing that table.  SAP directly updates that table via support packs and it is often impacted during upgrades.
    Authorization codes / keys are available in user statuses.  The authorization code is checked only when user statuses are being set manually, from within the objectu2019s master data screens.  This ensures the user has the proper authorization to set that status for that particular object.  However, it is important to understand that SAP sets a user status in reaction to a business transaction it does not perform an authorization check.

Maybe you are looking for

  • Problem with my logo

    I created the logo of my blog cs6 photoshop mac with the slogan text is a little fuzzy, how? well thank you

  • Accessing content repository with WL Portal 10

    Hi, I'm new to BEA Portal and I would like to access the content repository we are seeing in the admin console, but in a portlet available to the users. I've tried a jsp portlet with: <cm:getNode path="/BEA Repository" id="repo" /> But I go an error.

  • Cant get anything on to PhotoStream

    How do I get my iphone4s to upload to PhotoStream for the photos to be seen on my Ipad2.  I've backed up to Icloud OK on both?

  • How to print as greyscale on a Mac

    I have a greyscale document from a client. When I send it to our color copier RIP and print it in greyscale mode on the copier, all the dark stuff comes out WAY darker than intended because Acrobat is sending it to the RIP in CMYK mode which in turn

  • SAP Solution failing

    We heard that [SAP solutions are excellent (in fact best) for manufacturing industry |http://www.infoverto.com/2010/05/manufacturing-erp-software-options.html]and these views were echoed by out internal leaders but now when we were evaluating the SAP