Available vehicle status

Is there any standard setting of the shipment, where if I trigger shipment start button, system automatically trigger the vehicle status from available vehicle to vehicle movement is in progress.
Currently we have manually status of the vehicle, and want system automatically set the status plus if vehicle is in movement than the same vehicles sould not be assign to any other shipment, till it will be avaialable.
Regards,
Imran

ok. let's try:
the availability of a vehicle is changed by a VMS action that is executed.
This is caused by action matrix configuration in the VMS:
IMG -> logistics execution -> VMS -> control data -> define action controls ...
Here, select an action matrix (right side), and then click twice on the field "availability, locations and planned delivery" (left side).
or use transaction OVELO11
Screenshot of an example is attached to this post.
See also the online help:
http://help.sap.com/saphelp_dimp50/helpdata/EN/91/88c43ace7a3b46e10000000a114084/frameset.htm
Note: when definining the action matrices for the availability, make sure that the availability is not unforeseen overwritten by other actions. The best way is to define the availibility only by one matrix, as long as the actions of assigned matrices to the vehicle model don't interfere with each other in regards to the availability.
Hope this helps. Let me know if you need further help.
Best, Ute

Similar Messages

  • Vehicle Status???

    Hi.
    What kind of Vehicle Statuses can be define???
    Does that mean statuses like In Warehouse, To Customer, or Shipped but not invoiced,to Shipyard?
    or anything else? As per Action will the status get changed???
    Can anybody tell me Basic cycle in VMS with T codes? (Like in SD OR-DEL-INV)
    am i suppose to use T codes VA01,VL01N& VF01 OR everything is done in VELO???
    Reg,
    Amol

    VELO uses actions to perform these things.
    The actions is set up in config (SPRO) . 
    The SAP Standard actions is as follows;
    OFFE (Create Qoutation)
    CUOR (Create Sales Order)
    DELI  (Create Delivery)
    GOIS (Create Goods Issue)
    OUIV (Create Outgoing Invoice)
    Hope this helps
    Kind Regards

  • Vehicle Status at Shipment

    Dear Gurus,
    In LE we are not utilzing trip planning, just assign vehicle and driver on the shipment, I just required is there any standard functionality
    where I can set a status of the vehicle, like if i press shipment start button on shipment vehicle change its status, now if i again assign the same vehicle to another shipment it will give us the message that vehicle is not available or any related message.
    I only see the automatically PGI and billing functionality, like if i press shipment start system in back groud will process PGI.
    Also suggest where i can maintain vehicle related status if it is a part of sd, or integrated with PM module.
    Looking for the gurus response.

    VELO uses actions to perform these things.
    The actions is set up in config (SPRO) . 
    The SAP Standard actions is as follows;
    OFFE (Create Qoutation)
    CUOR (Create Sales Order)
    DELI  (Create Delivery)
    GOIS (Create Goods Issue)
    OUIV (Create Outgoing Invoice)
    Hope this helps
    Kind Regards

  • Screen Sharing Available "Current Status"

    All of a sudden clients in my lab display "Screen Sharing Available", I try to control any aspect and get an error saying that the task is not supported on MacBook 6? How can I get back to control my macs?

    I followed article HT2577 on uninstalling Apple Remote Desktop 2 or 3.
    http://support.apple.com/kb/HT2577
    I disable Apple Remote Desktop client software:
    On the client computer, open System Preferences and click Remote Desktop. If necessary, click the lock button to authenticate as an administrator of that computer.
    Deselect "Make Apple Remote Desktop active on this computer."
    Deselect the checkbox of each account that was enabled for ARD. (Alternatively, you can open Terminal and use the kill command to stop the ARDHelper process, followed by the ARDAgent process.)
    To Remove Apple Remote Desktop, execute these commands in Terminal:
    $ sudo rm -rf /System/Library/CoreServices/Menu\ Extras/RemoteDesktop.menu
    $ sudo rm -rf /System/Library/CoreServices/RemoteManagement/
    $ sudo rm -rf /System/Library/PreferencePanes/ARDPref.prefPane
    $ sudo rm -rf /System/Library/StartupItems/RemoteDesktopAgent/
    $ sudo rm /Library/Preferences/com.apple.ARDAgent.plist
    $ sudo rm /Library/Preferences/com.apple.RemoteManagement.plist
    Then I reinstalled remote desktop 3.2.1
    Then updated to 3.2.2

  • Available Stock status (MM) - which table should I take and what are the fields ??

    Kindly Suggest Me !!!
    Report that outputs stock, grouped by Material type and Plant. The output shows Material no, Storage location, unit of measure and description in addition to group table using ALV.
    Thanks in adv.
    Bunty ( New to SAP )

    Hello Bunty
    When you run the report put in current month in date fields, then when you are in the report you can add the different fields you need.
    At the top there is a button called 'Switch Drilldown', this enables you to view by Material Type etc. Fourth from the right is another button that looks like the standard variant button, here you can add or remove different figures for valuing the stock.
    Don't forget that this report views periods so you can use average stock etc by changing the month.  Also make sure that any stock reports you are using reconcile with each other.
    Michael

  • Vehicle availability status doubts

    Dear sir,
    Here they are using customized tcode to see the vehicle status(i.e if it is green-vehicle available,if it red-vehicle is breakdown).we could not able to find that in which table they have status information.
    Now customer required management level report to see month wise vehicle available status.
    how to take each day wise vehicle status-please let me know how to process
    I have tried in JCDS table its not showing exactly day wise staus
    Regards
    Rajasekaran

    Rajasekaran,
    This query is technical centered. As you told this is a Z report, the traffic light status field comes from the logic in the program. This might be coded in a way that the code finds the User status/Sy Status of the Equipment (tables JEST, TJ02T/TJ30T etc) the depending upon that it assigns the green, red traffic light signal to a Zfield of the internal table. If this is the logic, you need to develop a program for management level report using the above tables (also EQUI). So this is an ABAPer's job.
    KJogeswaraRao

  • Availability status and avatars

    hey guys Web Beta is working pretty well for basic messaging needs - nice job.  However, I don't know if it's just me on Chrome/PC - but no avatars display for contacts and more importantly, no sort of Availability icon/status indictator?  It is very helpful to have that little green overlay available icon or whatever. Is there something I can do or is that not working right now? cheers 

    Jim,
    Thanks for the test case. You've found one of the least used nooks and crannies of the product.The main problem is that the app uses database authentication. In this mode, all users are the public user so neither the Developers Only nor the Restricted Access tests will succeed, even if you run a page from the Builder run links.
    The other problem is that even with named-user authentication hooked up (which I did in your test app), if anyone accesses a public page before they login, they are known as "nobody". However if they access a non-public page, they can login and all should be well, even if they then visit a public page. (The login page has a special status and does not have this problem.)
    So you need to put nobody in your restricted list to make the Restricted Access feature work for the public pages. However the Developers Only feature won't work unless developers login first.
    Scott

  • HTTP Status 404 - Servlet PapiWebServiceServlet is not available

    When I click on the http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl link in papi web service console the following error message comes:
    HTTP Status 404 - Servlet PapiWebServiceServlet is not available
    type Status report
    message Servlet PapiWebServiceServlet is not available
    description The requested resource (Servlet PapiWebServiceServlet is not available) is not available.
    Apache Tomcat/5.5.15
    I am using Standalone 10.3.2. Build #100143.
    How to resolve this issue? Should I use some other version? From where to download it?
    Thanks

    Are you getting following log snap in ur Servlet Engine log of Standalone admin center....??
    RUNTIME:PAPI Web Services Context Listener initialized.
    RUNTIME:********* PAPI Web Services (Version 10.3.1.0.0 Service Pack 1 Build #94375) is starting *********
    RUNTIME:Checking Java Runtime Enviroment ...Ok
    RUNTIME:Initializing enviroment...Ok
    RUNTIME:Initializing PAPI services ...
    RUNTIME:processDocumentationPath = \S:\OraBPMEnterpriseHomeNew\bin\..\tomcat\webapps\..\..\webapps\papiws\processDocumentation\
    RUNTIME:defaultWorkingDirPath = S:\OraBPMEnterpriseHomeNew\bin\..\tomcat\webapps\..\..\webapps\papiws\WEB-INF\
    RUNTIME:Creating ProcessService...
    RUNTIME:ProcessService created successfully.
    RUNTIME:Starting Updater with frequency = '10000'.
    RUNTIME:Updater started successfully.
    RUNTIME:Ok
    RUNTIME:********* PAPI Web Services was initialized successfully *******
    if not you may generate the war and deploy it manually...
    To generate the war go Config-->PAPI WS tab-->generate war(Bottom link)
    hope this help...
    Rgds,
    Biltu

  • How to create a vehicle in VELO

    Hi;
    I am new to VMS and trying to figure it.  In our SAP DEV system, I have done the following:
    1. Created a configuration profile
    2. Created a material master record for a model car in MM01.
    3. Tried to build an action matrix.
    4. Defined Vehicle Status
    5. Defined Vehicle Usage
    I think I have done everything that I need to do.  In VELO, my model car shows up on the FIND tab.  I am trying to create a car but since I have no cars in the system to choose from I can't get it work.
    Which tab do I use to create a car?  I would like to create a "USED Vehicle" - action CRUV but right now I would be happy to create any car.
    When on the "ACTION" tab, there are no actions available.
    It seems like VELO is used to work with cars returned from the search, but I need to create a car master record.  Can anybody help?
    Also, if anyone has a program that accepts a file as input to create a car that they would be willing to share that would be helpful as well.
    Thanks
    Stephen

    Hi Ganesh;
    Thank you for the response.  I finally figured out that I needed to turn on the flag creaact in table cvlc03 to get the execute button to appear on the "ACTION" tab.
    You turn on this flag in spro --> Logistics Execution --> Vehicle Management System --> Enhancements --> Define Technical Details for Actions
    This was hard to find.  I haven't found any documentation that has told me to do this.
    Now I have error message XCM scenario VEHICLEMAN DEFAULT not found.  I have to figure this out.
    Another question. We are an auction site for the selling of used cars.  We don't actually own the cars but facilitate the selling of them for the car dealer.  I am trying to use SAP to manage the "inventory" of cars as we have to keep track of them in our SAP system.  We receive cars into a security parking lots and release the cars from the lot once the buyer has paid for the car.
    Do you think I should use VMS or DBM?  We need to keep track of some of the details of the car (i.e year, make, model, engine size, mileage, color).  We do not need any purchase orders or any manufacturing.
    Thanks
    Stephen

  • Table fields for Status of an equipment.

    Hi Experts,
    Can anyone tell me Tables and fields available for Status of an equipment. Which is shown in IE03.
    i.e. 'INST','AVLB'......etc.
    Thanks,
    Ashesh Chokhawala.

    hi,
    u can check in these tables
    equi,
             itob,
             viaufks,
             viqmel,
             jest,
             t001w,
             eqkt,
             t001,
             aufk,
             imptt,
             imrg,
             auak,
             afko,
             afvc,
             crhd,
             coss,
             resb,
             makt,
             eban,
             ekbe,
             tj02t,
             afih,
             qmel,
             hikola,
             pmco.

  • Shipment - Vehicle master record

    Hello
    i know that in order to mantain the material master record for a vehicle is necessary to use packging material belonging to the category of means of trasport.
    We need to use the means of transport in shipment and we have to pack all the deliveries items into that packagin material representing the vehicle.
    I have the following question about this process:
    1) Is it possibile to define the license plate number in material master record so it's copied automatically in the handling unit that is generated in shipment when i do the packing in the vehicle? Where, according to SAP standard is supposed to enter the plate number of vehicle?
    2) Is it possibile to define vehicle status in material master record (damaged, unavailable, etc...) in order to block that vehicle/material packaging in shipment?
    I know that some of the features above are part of yard management, but do you think is possbile to do the same only with sd-transportation module?
    Thank you very much for your attenetion.
    Regards,
    A.

    Thank you for your answer.
    For the question two i mean a block in material master for packaging material like the one used for blocking the insertion of a specific material in sales order, delivery, etc... This block for the vehicle should prevent me by using the vehicle for the shipment (because it's damaged etc...).
    My packaging material is not managed on stock basis.
    Thank you very much for your attention.
    Regards,
    A.

  • Settings for Material shortage status (MSPT) in PM orders

    For the purpose of material availability check in PM order, i have made the settings in IMG (OPJJ,OIOI).
    Still i am getting error that "No Checking group maintained for production (Component) in Plant xxxx. I have maintained the availability check in Sales: General plant data of Material change mode (MM02). then i am getting the PM order status MSPT for material status.
    To avail this status i have to maintain availability check all components? any other method to avail the same facility?

    Hi
    what else you require.
    have you tested material mass maintainance. Do you think so that people are giving solution just to get the points.
    Please don't be under wrong inmpression. We are here for knowledge enhancement and for getting help from Guru's like Rajesh sir, Pradeep sir and Reddy sir.
    Regards,
    Anand.

  • "Servlet pluto is not available" error page after deploying portlet

    I want to build a JSF portlet with JSC 2.1. I am playing with the tool a little bit and I am experiencing this error after running the project:
    HTTP Status 404 - Servlet pluto is not available
    type Status report
    message Servlet pluto is not available
    description The requested resource (Servlet pluto is not available) is not available.
    Sun-Java-System/Application-ServerIt's strange because it happened when I changed something in the code of the SessionBean1.java. Since then, I can't even run properly a blank JSF portlet project that I created afterwards.
    I created a new project, added nothing and pressed Run Project. It seems, that the deployment was OK:
    portlet-container-deploy:
    Adding portlet to portlet container...
    Deploying portlet container...
    jsCreatorDist:
    run-deploy:
    In-place deployment at D:\Work\Creator\Portlet3\build\web
    Start registering the project's server resources
    Finished registering server resources
    deployment started : 0%
    Deployment of application Portlet3 completed successfully
    Enable of Portlet3in target server completed successfully
    run-display-browser:
    Browsing: http://localhost:29080/pluto/portal/Portlet3
    run:
    BUILD SUCCESSFUL (total time: 12 seconds)"Servlet pluto is not available" page again...
    My configuration: Windows XP SP2, Sun Creator 2.1 with no updates + bundled AS

    No, I haven't figured it yet. And it seems that nobody ever had.
    JSCreator is buggy. If it weren't for free, I would have never use it. It has so many issues, you will see so many exceptions and experience so many annoyances... And of course, it is very hungry for resources. I am sure that a lot of people will disagree, but that's my opinion. I've been using Eclipse for 4 years now.
    However here are some tips (Windows only):
    Delete directory .Creator from Documents and Settings.
    Uninstall creator, install creator. Don't install it to Program Files, install it to C:\Sun or smth like that, the space character can do some mess.
    Again, put your project somewhere, so the path would not contain spaces.
    Sometimes just restarting the server helps. I've had to reinstall Creator three times yet.

  • Tomcat Error: Requested Resource is not Available.

    I'm working on a Struts project, which involves working w/ JSP pages, Tomcat and Java classes.
    I keep receiving the following error whenever I click on a link on my main JSP page. My Servlet's name is StrutsGame, which is defined in web.xml
    HTTP Status 404 - Servlet StrutsGame is not available
    type Status report
    message Servlet StrutsGame is not available
    description The requested resource (Servlet StrutsGame is not available) is not available.
    Apache Tomcat/5.5.20Note that I do not get this problem when I enter the main jsp, although this is under the same servlet name.
    My main jsp page is called DisplayMainMenu.jsp, which contains links to GetAddInfo.jsp, GetDeleteInfo.jsp, GetEditName.jsp and DisplayGames.jsp.
    I receive the problem discussed above when I click on GetAddInfo.jsp.
    Here's how my web.xml looks like. Please help out!
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
      <servlet>
        <servlet-name>StrutsGame</servlet-name>
        <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
         <init-param>
          <param-name>application</param-name>
          <param-value>StrutsGame</param-value>
        </init-param>
         <init-param>
          <param-name>config</param-name>
          <param-value>/WEB-INF/struts-config.xml</param-value>
        </init-param>
        </servlet>
      <servlet-mapping>
        <servlet-name>StrutsGame</servlet-name>
        <url-pattern>/do/*</url-pattern>
      </servlet-mapping>
        <session-config id="timeout">     
         <session-timeout>600</session-timeout>
        </session-config>     
      <welcome-file-list>
        <welcome-file>jsp/DisplayMainMenu.jsp</welcome-file>
      </welcome-file-list>
      <taglib>
        <taglib-uri>struts/bean-el</taglib-uri>
        <taglib-location>/WEB-INF/struts-bean-el.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>struts/html-el</taglib-uri>
        <taglib-location>/WEB-INF/struts-html-el.tld</taglib-location>
      </taglib>
      <taglib>
        <taglib-uri>struts/logic-el</taglib-uri>
        <taglib-location>/WEB-INF/struts-logic-el.tld</taglib-location>
      </taglib>
    </web-app>

    make this sample web.xml as your reference:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
      <description>Empty web.xml file for Web Application</description>
      <servlet>
        <servlet-name>SampleServlet</servlet-name>
        <servlet-class>com.sample.SampleServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>MyServlets</servlet-name>
        <servlet-class>myServlet.MyServlets</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>myServlets</servlet-name>
        <servlet-class>com.myapp.myServlets</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>MyServlet</servlet-name>
        <servlet-class>mypackage5.MyServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>FetchDataServlet</servlet-name>
        <servlet-class>com.myapp.FetchDataServlet</servlet-class>
      </servlet>
      <servlet>
        <servlet-name>ReportServlet</servlet-name>
        <servlet-class>com.jubabes.ReportServlet</servlet-class>
      </servlet>
      <servlet-mapping>
        <servlet-name>MyServlets</servlet-name>
        <url-pattern>/myservlets</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>MyServlet</servlet-name>
        <url-pattern>/myservlet</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>FetchDataServlet</servlet-name>
        <url-pattern>/fetchdataservlet</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>ReportServlet</servlet-name>
        <url-pattern>/reportservlet</url-pattern>
      </servlet-mapping>
      <session-config>
        <session-timeout>35</session-timeout>
      </session-config>
      <mime-mapping>
        <extension>html</extension>
        <mime-type>text/html</mime-type>
      </mime-mapping>
      <mime-mapping>
        <extension>txt</extension>
        <mime-type>text/plain</mime-type>
      </mime-mapping>
    </web-app>

  • Work Order Material Availability Check Customizing

    Hi,
    I am currently trying to set up material availability check in the work order before saving. I am testing it by entering a material in the work order for which there is zero stock. Then clicking on ORDER > FUNCTIONS > AVAILABILITY > CHECK STOCK MATERIAL. However SAP would return 'All checked materials in order 100000317 are available' in status bar.
    My customizing is as follows:
    Define Checking Rules (SPRO):
    PM     Checking rule for plant maintenance
    Define Scope of Check (OPJJ):
       Availability Check: 01 (Daily Requirements)
       Checking Rule: PM (Checking rule for plant maintenance)
       Availability check: 2 (Check availability during order release)
        Stocks
        Include safety stock: X
        StockIn Transfer: X
        Incl. quality insp. stock: X
        Replenishment lead time
        Check without RLT: X
        In/outward movement
        Incl. purchase orders: X
        Incl. purchase requisitions: X
        Incl. dependant reqs: X
        Include reservations: X
        Include sales reqmts: X
        Include deliveries: X
        Incl. planned orders: X (check all planned o)
        Incl. production orders: X (take all production)
    Define Scope of Check (OIOI):
       Plant: (Corresponds to Work Order)
       Order Type: (Corresponds to Work Order)
       Check material availability when saving order: X
       Check rule: 02 (Corresponds to material being used)
       Release Material: 3 (No release if parts are missing)
       PRT Availability: No check
       Capacity Availability: No check
    I would appreciate if you could indicate if I am missing something in the customizing or if there is some sort of error. I would like SAP to display a system message on the status bar stating that this material is not available once the user enters this material.
    Regards,
    Nikolai

    I'am facing the almost the same problem. Could anyone tell me:
    1. How to make material availability check work  during Work Order creation?
    My requirement is Work Order can not be created when it has missing parts. I have set the config to '3' can not created when is has missing parts, but it still does not work.
    I have implemented SAP Notes 1148139 on my system (SAP ECC 6 Ehp 5) also, but still does not have any effect.
    I must not set the config Res./Purch Doc creation to 'immediately', because it does not fit to my user requirement. Is there anyone knows how to solve this requirement?
    2. How to make  information message/ Availability check screen appear when sparepart is missing, without clicking Availability Check button? for example: appear when clicking Save button.
    Thank you
    -amoonra-

Maybe you are looking for

  • SA 520 DNS Issues

    Guys, I have a problem that was discussed before, but no results and the other user said that they firmwared up the unit and that fixed their problem. I have seen this problem on 1.1.42 and the prerelease of 1.1.56. It brings up a screen that says: A

  • HP Deskjet 3050 All-in-one J610 series

    My printer display is showing an error message: scanner failure, unable to copy or scan.  It seems very loud when I turn the printer on.  I am, however, able to print copies that are sent through my laptop.

  • Error building table

    Can someone please guide me in the right direction? I'm trying to build a table based on certain calculations. However once I add my pdate date variable and the appropriate calculation I get the following error: ORA-01858: a non-numeric character was

  • Act_upg ends with errors, errors are not shown in any logfile

    Hi, we runing a Updgrade from 4.7x110 to ECC6.0 EHP4 SR1. During phase ACT:UPG we recieve 233 activation errors. But nowwehre it is mention wich objects could not be acctivated. eg.: Logfile: ACTUP.EG   LIST OF ERRORS AND RETURN CODES  ******* ~~~~~~

  • Feature Request: uploading Textures from StageVideo/NetStream

    Right now the only way to currently upload a video texture is to use the non-hardware-accelerated apis, which adds a lot of unwanted processing power when trying to get bits to the video card.  It would be very nice to be able to update texture infor