Service Module Add-On = Job costing

Has anyone designed an 'add-on' that will allow the service module to also act as a job costing module?

Hi Martin,
One addon you may find interesting is called Maringo, it is a job costing / project management / service scheduling (for engineers etc) solution.  We've installed it for a couple of our clients in the UK. 
Here is a link to the authors website http://www.maringo.de/index.php?id=369&L=1
Kind regards,
Adrian

Similar Messages

  • Query for non turn customer report in service module(Add-on)

    Hi,
    I want create  query for non turn customer report, that mean the customer who are not come for  last 6 months to our service workshop in service module(Add-on). this is a scenario. 
      SELECT T1.U_CardDate, T1.U_JCardNo,T1.U_TypeSrv,T2.U_VehReg,T2.U_PurchDt, T2.U_VehDesc, T2.U_VehModel, T1.U_KmsRead,   T1.U_BPCode, T0.CardName, T0.AddrType , T0.Building,T0.Block, T0.Address,T0.City,T0.ZipCode, T0.State1,T0.MailBuildi,T0.MailBlock, T0.MailAddres, T0.MailZipCod, T0.MailCity, T0.State2 ,T0.MailAddrTy,  T0.Phone1, T0.Phone2, T0.Cellular FROM [dbo].[OCRD]  T0 INNER JOIN [dbo].[@ALD_JOBCARD]  T1 ON T0.CardCode = T1.U_BPCode INNER JOIN  [dbo].[@ALD_VEHMAST]  T2 ON T1.U_BPCode = T2.U_BPCode WHERE T1.U_CardDate BETWEEN [%0] AND [%1] ORDER BY T1.U_CardDate.
    this query is get all  customer data who are not come to service workshop for last 6 month. i want to filter data who are not come last 6 months this year. kindly assist me
    thank you.

    Check this:
    SELECT Max(T1.U_CardDate) 'Lase Serve Date', T1.U_JCardNo,T1.U_TypeSrv,T2.U_VehReg,Max(T2.U_PurchDt) 'Last Purchase', T2.U_VehDesc, T2.U_VehModel, T1.U_KmsRead, T1.U_BPCode, T0.CardName, T0.AddrType, T0.Building,T0.Block, T0.Address,T0.City,T0.ZipCode, T0.State1,T0.MailBuildi,T0.MailBlock, T0.MailAddres, T0.MailZipCod, T0.MailCity, T0.State2 ,T0.MailAddrTy, T0.Phone1, T0.Phone2, T0.Cellular
    FROM [dbo].[OCRD] T0
    INNER JOIN [dbo].[@ALD_JOBCARD] T1 ON T0.CardCode = T1.U_BPCode
    INNER JOIN [dbo].[@ALD_VEHMAST] T2 ON T1.U_BPCode = T2.U_BPCode
    WHERE T1.U_BPCode NOT IN
    (SELECT DISTINCT U_BPCode FROM dbo.[@ALD_JOBCARD] WHERE DateDiff(DD,U_CardDate,GetDate()) < 183)
    Group By T1.U_JCardNo,T1.U_TypeSrv,T2.U_VehReg,T2.U_VehDesc, T2.U_VehModel, T1.U_KmsRead, T1.U_BPCode, T0.CardName, T0.AddrType, T0.Building,T0.Block, T0.Address,T0.City,T0.ZipCode, T0.State1,T0.MailBuildi,T0.MailBlock, T0.MailAddres, T0.MailZipCod, T0.MailCity, T0.State2 ,T0.MailAddrTy, T0.Phone1, T0.Phone2, T0.Cellular
    ORDER BY T1.U_CardDate

  • Service Module Add-On

    I'm looking to expand the functionality of the service module and feel an add-on is the way to go. My choices seem to be:
    1. A VAR designed add-on
    2. A 3rd party 'service' add-on (Coresuite, Enprise, Maringo etc.)
    As SAP has quite a lot of functionality I'd like an add-on that doesn't recreate the wheel as some seem to do.
    My questions therefore are these:
    1. Does anyone know of a VAR specific add-on?
    2. Do the experts know of any other 3rd party add-ons I could try that are not listed above?
    Thank you in advance.
    Martin Lewis

    Hi,
    Please refer document for marking answers:
    http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why
    Thanks & Regards,
    Nagarajan

  • You cannot add a job with a duplicate name, as a web service already exists with name ... please rename the job and try again

    We are attempting to add a web service job and getting a duplicate name issue.  I believe we have a caching issue where this job name may already exist but we are unable to see it on the web services status page.
    Is there a data services repository database table where I can find these web services jobs listed and clean it up from the backend?

    There is no option there that shows me if it is being used as a web service.  Here is my issue with some screen shots.
    I look at my current web service enabled jobs looking for B_JOB_CP_MDR_to_GW_EMP but it is not in the list.
    I attempt to add it from repository DWXDS9
    It throws an error and tells me there is already a web service with this name...
    Now there has got to be an internal data services table somewhere that has this job listed as a web service.  I am just trying to figure out what that table may be to determine if we can do some type of cleanup on it so we can add this job again as a web service (so it is visible to us).

  • Service Module !!

    Hello Experts,
    how do you rate the service module in SBO, i have one problem as my work is in distributed environment, i have got technicians who are on the field all the time with few equipments. They come office once in a while.
    I would like to manage their Scheduler and time Sheets in SBO which further can be incorporated to their payroll.
    I am looking for this kind of a Solution.. can any body suggest how to handle it ????
    All hrs get posted to SAP
    - Productive hrs to sales orders (hidden line)
    - Productive hrs to service calls or job numbers (when these get invoiced we need the lab hrs hidden as above)
    - Non productive hrs to zero value sales orders/invoices (one per engineer) for weekly invoicing and onward analysis
    If there was a front end it would need to post all these hrs to SAP and send a report of the hrs (in summary form) to the payroll clerk for onward payment of wages
    Reporting then needs to be as follows
    - Productive hrs via sales orders u2013 Standard SAP Gross Profit reporting
    - Productive hrs to service call/job number u2013 When these are invoiced will the costs come forward and can they be reported on
    - Productive hrs to sales orders and/or jobs not yet invoiced u2013 How can this be reported on???????
    - Non productive hrs u2013 Book them to sales orders and report in the same manner
    - Can we report on outstanding orders (SOP) not ALL orders
    Please help !!

    Hi,
    thanks for the valuable suggestions, i have evaluated Enprise but thats going to be addition expense and support cost.
    i just want to explore one possibility... please help
    Can i just import excel sheet of time sheet from all the various technicians ??
    Is there any template or utility by which i can sync with MS-Excel ??
    please reply

  • How to configure link between 2921 and SM-D-ES3G-48-P EtherSwitch Service Module

    hi,
    I can't do that like the procedure given by Cisco.
    http://www.cisco.com/en/US/partner/docs/routers/access/interfaces/software/feature/guide/eesm_sw.html#wp1942894
    Cisco Procedure :
    interface gi10/0
    ip address x.x.x.x x.x.x.x
    service-module gigabitethernet 1/0 session
    My result :
    R2921-8CPITR-1(config)#int gi 1/1
    R2921-8CPITR-1(config-if)#ip address 2.2.2.2 255.255.255.192
    % IP addresses may not be configured on L2 links.
    R2921-8CPITR-1(config-if)
    R2921-8CPITR-1(config)#interface gigabitEthernet 1/1.1 ?
    % Unrecognized command
    R2921-8CPITR-1(config)#interface gigabitEthernet 1/1 ?
      <cr>
    R2921-8CPITR-1(config)#
    the session is not possible also ?
    R2921-8CPITR-1#service-module gigabitEthernet 1/1 sess
                                                      ^
    % Invalid input detected at '^' marker.
    R2921-8CPITR-1#
    The routeur said that it's not a L3 port, so how to configure it to allow communication between the 2921 and the card ?
    Is there a bug with that version I'm in 15.1(4)M4 ????
    R2921-8CPITR-1#sh ver
    Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.1(4)M4, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 20-Mar-12 18:57 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M15, RELEASE SOFTWARE (fc1)
    R2921-8CPITR-1 uptime is 19 hours, 21 minutes
    System returned to ROM by power-on
    System restarted at 16:00:45 GAB Fri Sep 14 2012
    System image file is "flash0:c2900-universalk9-mz.SPA.151-4.M4.bin"
    Last reload type: Normal Reload
    This product contains cryptographic features and is subject to United
    States and local country laws governing import, export, transfer and
    use. Delivery of Cisco cryptographic products does not imply
    third-party authority to import, export, distribute or use encryption.
    Importers, exporters, distributors and users are responsible for
    compliance with U.S. and local country laws. By using this product you
    agree to comply with applicable laws and regulations. If you are unable
    to comply with U.S. and local laws, return this product immediately.
    A summary of U.S. laws governing Cisco cryptographic products may be found at:
    http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
    If you require further assistance please contact us by sending email to
    [email protected].
    Cisco CISCO2921/K9 (revision 1.0) with 479232K/45056K bytes of memory.
    Processor board ID FGL1618119E
    6 Gigabit Ethernet interfaces
    2 terminal lines
    DRAM configuration is 64 bits wide with parity enabled.
    255K bytes of non-volatile configuration memory.
    250880K bytes of ATA System CompactFlash 0 (Read/Write)
    License Info:
    License UDI:
    Device#   PID                   SN
    *0        CISCO2921/K9          FGL1618119E
    Technology Package License Information for Module:'c2900'
    Technology    Technology-package           Technology-package
                  Current       Type           Next reboot
    ipbase        ipbasek9      Permanent      ipbasek9
    security      None          None           None
    uc            None          None           None
    data          None          None           None
    Configuration register is 0x2102
    R2921-8CPITR-1#

    Same issue here.
    I just waited a few minutes and the interface went down and back up, this time it was a L3 interface.
    My guess is that it was booting the switch module IOS, and it detected it until it was fully booted:
    Apr 11 05:26:52.091: %LINK-3-UPDOWN: Interface GigabitEthernet0/0, changed state to down
    Apr 11 05:26:52.091: %LINK-3-UPDOWN: Interface GigabitEthernet0/1, changed state to down
    Apr 11 05:26:52.091: %LINK-3-UPDOWN: Interface GigabitEthernet0/2, changed state to down
    Apr 11 05:26:52.091: %LINK-3-UPDOWN: Interface GigabitEthernet1/0, changed state to up
    Apr 11 05:26:52.795: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to down
    Apr 11 05:26:53.091: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to down
    Apr 11 05:26:53.091: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
    Apr 11 05:26:53.091: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to down
    Apr 11 05:26:53.091: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0, changed state to up
    Apr 11 05:27:46.895: %LINK-5-CHANGED: Interface Embedded-Service-Engine0/0, changed state to administratively down
    Apr 11 05:27:46.895: %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to administratively down
    Apr 11 05:27:46.947: %LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to administratively down
    Apr 11 05:27:47.031: %LINK-5-CHANGED: Interface GigabitEthernet0/2, changed state to administratively down
    Apr 11 05:27:47.083: %LINK-5-CHANGED: Interface GigabitEthernet1/0, changed state to administratively down
    Apr 11 05:27:47.895: %LINEPROTO-5-UPDOWN: Line protocol on Interface Embedded-Service-Engine0/0, changed state to down
    Apr 11 05:27:48.083: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0, changed state to down
    Apr 11 05:27:49.283: %IP-5-WEBINST_KILL: Terminating DNS process
    Apr 11 05:27:52.499: %LINK-3-UPDOWN: Interface GigabitEthernet1/1, changed state to up
    Apr 11 05:27:53.087: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C2951 Software (C2951-UNIVERSALK9-M), Version 15.1(4)M5, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2012 by Cisco Systems, Inc.
    Compiled Tue 04-Sep-12 16:50 by prod_rel_team
    Apr 11 05:27:53.255: %SNMP-5-COLDSTART: SNMP agent on host Router is undergoing a cold start
    Apr 11 05:27:53.499: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state to up
    Apr 11 05:28:21.435: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to up
    Apr 11 05:29:22.091: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state to down
    Apr 11 05:29:22.095: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1, changed state to down
    Router>en
    Router#sh ip int brief
    Interface                  IP-Address      OK? Method Status                Protocol
    Embedded-Service-Engine0/0 unassigned      YES unset  administratively down down
    GigabitEthernet0/0         unassigned      YES unset  administratively down down
    GigabitEthernet0/1         unassigned      YES unset  administratively down down
    GigabitEthernet0/2         unassigned      YES unset  administratively down down
    GigabitEthernet1/0         unassigned      YES unset  administratively down down
    GigabitEthernet1/1         unassigned      YES unset  up                    down
    Vlan1                      unassigned      YES unset  down                  down
    Router#
    Apr 11 05:29:46.106: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/1, changed state to upconf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    Router(config)#int g1/0
    Router(config-if)#ip add 1.1.1.1 255.255.255.0
    Router(config-if)#no shut
    Router(config-if)#
    Apr 11 05:30:09.046: %LINK-3-UPDOWN: Interface GigabitEthernet1/0, changed state to up
    Apr 11 05:30:10.046: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet1/0, changed state to up
    Router(config-if)#end

  • IPod Service Module has encountered a problem...

    Upgraded to XP Service Pack 3 and found that my iPod no longer shows up in iTunes and thus won't sync, however it is recoginzed by my computer. Have tried multiple fixes including uninstalling service pack 3 as well as uninstalling and reinstalling iTunes several times. Every time I connect my iPod or try to manually start the iPod Service Module (per instructions on a support page) I get an error message that it's encountered a problem and has to shut down. I've also removed all iPod entries in add/remove programs (i.e. updaters and iPod for Windows entries). Not sure where to go to next. I'm back to running XP service pack 2, but the problem continues. Any advice is appreciated.

    Just to let you know...you're not alone. I have the same problem with no solution. I've surfed the Net for answers and have only found that it is not a new problem. I hope that someone out there can suggest a solution.

  • How to add the shipment costs in to material costs

    Dear friends
    I am implenting the transportation module.
    In purchase process and STO processes, the client requirement is received material cost should be added with shipment cost.
    I mean the material cost is 1000/-
    The shipment cost is 100/-
    Client Requirement: Freight liability should get loaded on the inventory being it is part of purchase cost.
    Now the material cost: 1000+100
    We are not entering the freight costs in PO.
    We are creating the shipment cost documnets for calculating the ship.costs.
    When we do the MIGO/Inbound delivery the system need to capture whole amount as a material cost.
    With regards
    Lakki

    Dear Vinod,
    Already  i created the shipment cost document with reference to inbound delivey document.
    Now the ship.cost value is 100/-
    The material cost is 1000/-
    But i want to show the accounting document for meterial document with 1100/-(Material cost and ship.cost)
    But when we do the PGR, sys will generate the accounting document with material cost only, sys should not add the ship.cost. Because we didnot enter any ship.cost value in PO or delivery.
    We are maintaining the ship.cost in saperate documents.
    How to do that?
    With regards
    lakki

  • SAP B1 Job Costing Report Customisation

    Hi all,
    I have a client using SAP Job Costing add-on from Enprise. 
    However, I can't find any documentation of using Enprise Report Writer.  Does anyone know where I can get hold a copy of this?

    Thansk for responding.
    I am testing it on my own laptop.  It is for testing purpose at this stage because I need to evaluate the time of using Enprise report writer to develop some reports.
    By pressing F1, I do get some information.  however, I keep getting problem when trying to connect to Enprise Report Writer.
    The connection is good when setting up the connection.
    However, once the connection is set up, it displays user id  = manager by default, and I keep getting login failure when puttng in manager password.
    Yes, yes, if I put in manager (user id) and manager (password), I have no problem logging in to the company directly.
    Any advice will be great.

  • Service-module g2/0 session access fails

    I did not add a vty/telnet password when I initially configured my NME-X-23ES-1G switch in my 3825 router. Now, of course I can not telnet to the switch, but the session access fails as well. How do I recover this?
    Config in 3825:
    interface GigabitEthernet2/0
    ip address 106.40.x.x.255.255.0
    Attempt to access switch module:
    3825_Router2#service-module g2/0 sess
    Trying 106.40.77.254, 2130 ...
    % Connection refused by remote host

    The default configuration for Cisco EtherSwitch service modules allows an end user to recover from a lost password. The password recovery disable feature allows the system administrator to protect access to the switch password by disabling part of this functionality and allowing the user to interrupt the boot process only by agreeing to set the system back to the default configuration. With password recovery disabled, the user can still interrupt the boot process and change the password, but the configuration file (config.text) and the VLAN database file (vlan.dat) are deleted.
    The following document shows how to recover from a lost or forgotten password.
    http://www.cisco.com/en/US/products/hw/modules/ps2797/products_feature_guide09186a0080415bae.html#wp1776357

  • Service module web service

    Greetings,
      Is it possible to develop a web solution for service module and sales opportunities module of SAP Business One 2007B/2005B. As i went through the web services offered by DI server, i could not find one for the service module and sales opportunity module. Can u please guide me.
    Regards,
    Gokul K.

    Hello Gokul K,
    ServiceCall and Activity etc objects in Service and Sales Oppotunity module are not supported in B1WS right now. But You still can develop your web solution via DI Server. You may refer to the following link for how to add a service call via DI server.
    [Re: Add a Service Call using B1WS|Re: Add a Service Call using B1WS]
    Kind Regards
    -Yatsea

  • Question on how does load balancing work on Firewall Services Module (FWSM)

    Hi everyone,
    I have a question about the algorithm of load balancing on Firewall Services Module (FWSM).
    I understand that the FWSM supports up to three equal cost routes on the same interface for load balancing.
    Please see a lower simple figure.
    outside inside
    --- L3 SW --+
    |
    MHSRP +--- FWSM ----
    |
    --- L3 SW --+
    I am going to configure the following default routes on FWSM point to each MHSRP VIP (192.168.13.29 and 192.168.13.30) for load balancing.
    route outside_1 0.0.0.0 0.0.0.0 192.168.13.29 1
    route outside_1 0.0.0.0 0.0.0.0 192.168.13.30 1      
    However I don't know how load balancing work on FWSM.
    On FWSM, load balancing work based on
    Per-Destination ?
    Per-Source ?
    Per-Packet ?
    or
    Other criteria ?
    Your information would be greatly appreciated.
    Best Regards,

    Configuring "tunnel default gateway' on the concentrator allowed traffic to flow as desired through the FWSM.
    FWSM is not capable of performing policy based routing, the additional static routes for the VPN load balancing caused half of the packets to be lost. As a result, it appears that the VPN concentrators will not be able to load balance.

  • BP data services:Can I config Job server via commandline?

    Hi Experts,
    Can I config Job server via commandline?
    I need to create a new Job server JS_TEST01/port3501 and add the repository to this Job server and restart Job server via command line,like I can create repository via command RepoManBatch.exe
    C:\Program Files\Business Objects\BusinessObjects Data Ser
    vices\bin>RepoManBatch.exe
    Usage:
    -U<User> : Repository login user
    -P<Password> : Repository login password
    -S<Server> : Repository server name
    -N<DatabaseType> : Repository database type
    -Q<Database> : Repository database
    -g : Repository using Windows Authentication
    (Microsoft SQL Server only)
    -t<Type> : Repository type: local, central, pro
    filer
    -c : Repository create
    -u : Repository upgrade
    -v : Repository version
    -d : Show details
    -a : Repository security
    C:\Program Files\Business Objects\BusinessObjects Data Ser
    vices\bin>
    Thanks
    Miller

    我已经装好了SQL server express 和Data service 12.2,我可以通过【Data Services Server Manager-C:\Program Files\Business Objects\BusinessObjects Data Services\bin\AWServerConfig.exe】 来创建Job server [JS_Test01] 和add a repository给这个Job server,现在我的需求是,我希望通过command line在来完成这个动作。
    就好像使用DOS 命令RepoManBatch.exe创建repository一样。
    C:\Program Files\Business Objects\BusinessObjects Data Ser
    vices\bin>RepoManBatch.exe
    Usage:
    -U<User> : Repository login user
    -P<Password> : Repository login password
    -S<Server> : Repository server name
    -N<DatabaseType> : Repository database type
    -Q<Database> : Repository database
    -g : Repository using Windows Authentication
    (Microsoft SQL Server only)
    -t<Type> : Repository type: local, central, pro
    filer
    -c : Repository create
    -u : Repository upgrade
    -v : Repository version
    -d : Show details
    -a : Repository security
    C:\Program Files\Business Objects\BusinessObjects Data Ser
    vices\bin>

  • Similar transaction in CS module to re-estructure costs data base in OS

    Hi Experts.
    Does anybody know if there is a transaction in CS module to re-estructure Cost data base of a service order, similar to CJEN?.
    Thanks

    Mahee,
    We have maintained all personnel no of the employess working under a particular Maint.Work center in HRMS tab. Employee master data for all Infotypes are maintained in Personnel Management in HR module.  So wen the Employee enters Time details of his working hours per day, he has to mention the maintenance order Or it is like a standing order on the time sheet per line item. Wen transfer of working hours will be done on  a particular order the entire cost will be reflected in Cost tab page. Since me have maintained different Activity type/Activity price per employee I am confused about the flow of cost...
    Ur suggestions were valuable.... hope to get some more clearity...

  • Error in ExecFormMode: Object reference not set...Enprise Job Costing

    Partner Add-on: Enprise Job Costing Version 245
    SAP 2007A SP01 PL05
    Open Job window -> trying to create the first job in a new company -> Add mode -> Get the error message:
    Error in ExecFormMode: Object reference not set to an instance of an object
    Thanks.

    This error was resolved in the job costing version 8.00.248.  The problem was a field name conflict occurring in SBO 2007A SP01 PL08 and higher and SBO 8.8 PL08 and higher with Enprise Job Costing versions earlier than 8.00.248.  The Enprise partner support website has an important note explaining this on the home page - www.enprise.com/partner
    Regards,
    Lianne Plant
    Support Manager

Maybe you are looking for

  • Pc00_m10_calc

    Dear Friends, When we run transaction pc00_m10_calc for US payroll driver for an employee for a period,we can see the renumeration statement in the output screen. I need to modify the internal table xrt to add the similar wage types in one period bef

  • Custom screen in BDC

    Hi all, I have a requirement, developed a custom tabs to SAP standard by using the BADI CUSTOMER_ADD_DATA_CS. Now, I have to make it available in BDC recording, for the customer uploads. How can I achieve this, please do give me some suggestions? I w

  • With the purchase of macbook air i am able to download x os mountain lion for free, how to do that, what code i need for that?

    With the purchase of macbook air i was told that i am getting the x os mountain lion for free. When i try to download it is asking me for code, what code shall i put in, how i can get that code? thank you

  • How to Randomize Theme?

    How can I randomize themes in EP6 SP2? I'd created 5 different themes and I would like to show a random theme every time a new user logon. Any idea? tks, Marcelo

  • WebUI enhancement guide

    Hello, Please suggest me better resorces for webUI enhancement guide. I would highly appreciate for this. Thanks in advance, Shubhangi