Service Call based A/R Invoice

Hai Experts,
     How to find service call based expenses.
Regards
Mohamed Yousuf Ali M I

Hi Muhammad Yousuf
Do you want to find out how many service calls are there against which there's no AR invoice made or you want to separate AR invoices routed from Service calls separately and the normal AR invoices separately.
If you want separate AR invoices for normal business and routed from Service call you could do so with the help of numbering series, but if you are looking for the first one i.e. how many service calls are there without an AR invoice maybe a sql based query will help you out.
I hope my answers helps you out.
Regards
Iftikhar

Similar Messages

  • How to receive bundled iDocs in PI and build web service call based on them

    Hi experts
    I have a challenge where PI 7.1 receives 1000 bundled iDocs of the same type and from these PI must generate 3 target messages (SOAP requests). The records in the iDocs must be mapped to one of 3 different target messages depending on the iDoc header value. The 3 target messages must be sent in a web service request to the same web service. The web service will thus be called 3 times, one for each request message.
    Will it be possible to handle this using n:m mapping as described in help.sap.com (and then just using 1 source message in the mapping as the iDocs are of the same type) or is a java mapping required and if so, what are the pointers?
    BR Mikael

    >I just realized that I have to call 3 different operations on the same webservice
    if you design different soap recv channels, then you can specify action value as specfic to each operation in each soap receiver cc.   If you use same channel for all of them then you might have to use dynamic configuration to populate different  operation as action in the communication channel.

  • DI - Adding Invoice to Service Call?

    Does anyone have any VB examples of using the DI to add an invoice to a service call? We have no problems creating Invoices and no problems creating Service Calls but associating the Invoices with the Service Calls has proven to be a formidable challenge.
    From the looks of the ServiceCalls object I'm guessing you use the Expenses (ServiceCallInventoryExpenses) child object to add a line for the associated Invoice, set the doctype, docentry, and docnum and voila. When I do this, however, I get a -5002 error saying "No related record found. [OSCL.assignee]." I can't fathom what the assignee has to do with an invoice but I have verified that the invoice exists and I'm setting the correct doctype, docentry and docnum for it.
    If anyone has any insight as to how this is supposed to be done, I would greatly appreciate any assistance.

    Nevermind. I worked around it.

  • A FMS to autopopulate the Subject of a service call

    I am trying to construct the FMS to autopoulate the subject of a service call based on combining the Origin + Problem Type + Call Type. What would it be? I get the numeric values of the choose from list but have no idea how to get the actual names before adding the call, I can only retreive them after the service call has been posted based on the callID.
    thx

    This one worked for me.
    SELECT T1.[Name] + ' -  '+ T2.[Name] ' -  '  T3.[Name] FROM OSCL T0  INNER JOIN OSCO T1 ON T0.origin = T1.originID INNER JOIN OSCP T2 ON T0.problemTyp = T2.prblmTypID INNER JOIN OSCT T3 ON T0.callType = T3.callTypeID WHERE T0.[origin] = $[$67.0.0] AND  T0.[problemTyp] = $[$40.0.0] AND  T0.[callType] = $[$44.0.0]
    good luck.
    Mike White
    SELECT T1.[Name] + ' -  '+ T2.[Name] ' -  '  T3.[Name] FROM OSCL T0  INNER JOIN OSCO T1 ON T0.origin = T1.originID INNER JOIN OSCP T2 ON T0.problemTyp = T2.prblmTypID INNER JOIN OSCT T3 ON T0.callType = T3.callTypeID WHERE T0.[origin] = $[$67.0.0] AND  T0.[problemTyp] = $[$40.0.0] AND  T0.[callType] = $[$44.0.0]

  • Service Call and Invoice For That Service Call

    What field relates an invoice created within the service call form under expenses, to the originating service call number. I know it is somewhere but I cannot find it.  The invoice needs to know the originating service calll number.
    Thanks, David

    Yes the field is there SCL4 but the problem is timing. It is posted too late to be meaningful.
    While in an invoice,  I need to capture the service call ID so that I can assign the service call id to a field in the invoice, and also
    import the remarks from the service call to the remarks on the invoice.
    The way B1 words is that SCL4 gets populated way too late in the game. The SCL4 table gets populated only after Updating  the service call itself. This is after the user has created and exited the invoice.
    Any other suggestions for dynamically capturnig the invoice id during invoice creation under a service call?
    Thanks, David

  • Posting to SCL4 -- Link an service call and an invoice --

    Is there any way to post to SCL4 sooner to create the link between a service order and an expense document.
    Currently the link is created after one leaves the service module.  That is too late to be functional. 
    Therefore you cannot grab the service id of the current service order and assign it to the marketing document created while in the service module.
    SCL4 creates a strong link between the serivce order and the expense document, it is just too late.
    The link is made on exit of the service call.  
    It would be great if the link was created when the user "Adds" the expense document (sales order or invoice) to B1 while in the service module.
    Thanks, David

    Yes the field is there SCL4 but the problem is timing. It is posted too late to be meaningful.
    While in an invoice,  I need to capture the service call ID so that I can assign the service call id to a field in the invoice, and also
    import the remarks from the service call to the remarks on the invoice.
    The way B1 words is that SCL4 gets populated way too late in the game. The SCL4 table gets populated only after Updating  the service call itself. This is after the user has created and exited the invoice.
    Any other suggestions for dynamically capturnig the invoice id during invoice creation under a service call?
    Thanks, David

  • A/R Invoice copied from Service call

    Dears,
    Can someone please tell me if is there a way to create an AR Invoice copying from a service call (just like we do when copying from e.g. sales order)?
    I'm looking for a way to automatically bill a service call that I have opened for a customes, without having to write again and manually all the details included in that service call. Basically we should be able to copy the details of a service call into an A/R Invoice again and send it to the customer.
    Any idea regarding this?
    Thanks in advance!
    Kind Regards
    Victor

    Hi Bala,
    Thank you for your reply!
    By this, you mean there's no link from the service call to the Invoice. Right?
    Kind Regards
    Victor

  • Automated invoice from Service call

    Hi experts,
    I need to find some way to automate the billing of a closed Service Call.
    It should be possible to collect all the information regarding the Activities and the Expenses tab's and fill in an invoice automatically. This invoice should be available as a normal invoice, ready to be paid from the Bank Module.
    Please, any idea on how to proceed with this matter? Does someone have any solution like the one I'm looking for?
    Thanking everybody in advance!
    Regards
    Victor

    Hi Victor,
    I see what you mean. Generally speaking the steps are the same. However, you are going to need the SDK and UI API if you want the user interaction to take place in the B1 client.
    If that is not necessary you should be able to quite easily create a simple windows program using the DI API to create the Invoice, and/or update the Service Call. I have built applications myself with similar requirements within about two to three days, so you know what to expect.
    Unfortunately I have very little experience with the UI API, so I can not  tell you how easy or difficult it would be, nor how much time you can expect to have to put into that solution.
    On a side note, now that you are considering automation anyway. Depending on the sort of interaction you expect to take place between the user(s) and the process, you might want to consider a timed console application after all (have it run every 15 minutes if necessary), and have the users making the Service Calls not worry about the billing at all. The entire process could take place in the background and new invoices would simply appear in the B1 system, for the accountant or whomever to take care of.
    Good luck,
    Johan

  • How can I associate an A/P invoice to a service call?

    Hi,
    Customer wants this:
    1. They (Co. A) gets a service call from their customer say for lump sum of 400 dollars.
    2. They (Co. A)  give out a contract to technician say at 45 dollars an hours and travel expenses. This is SERVICE ITEM for a total expense of say 45*2+120=210.
    3. Technician (A Vendor BP in SAP Business one) produces a PO. Co. A pays off the Technician.
    How can I create a Service Call to show both ends of incoming revenue and outgoing expense in the service call?
    Appreciate your help.
    Thank you.

    Dear Syed Aleem,
    I have described some ideas, but if these ideas do not help you, please come back to us with more details of what you need.
    1. They (Co. A) gets a service call from their customer say for lump sum of 400 dollars.
    Here you can create the servce call with the information in the General Tab and in the Remark and in the subject. If this is not enough I would suggest to create an activity and write your remark and content in the activity.
    You can create an activity clicking on the Activity tab. In the activity there is a tab called linked documents and you can add documents linked to the activity and service call.
    2. They (Co. A) give out a contract to technician say at 45 dollars an hours and travel expenses. This is SERVICE ITEM for a total expense of say 45*2+120=210.
    You can use anothe activity or you can add Return from Technician under the Expenses tab of the Service call.
    3. Technician (A Vendor BP in SAP Business one) produces a PO. Co. A pays off the Technician.
    Now, create another activity (or your first one) and add the Purchase order and the payment to it.
    Please, let me know if my suggestions help you.
    Regards,
    Marcella Rivi
    SAP Business One Forums Team

  • How can I use web service call for edit a report with SSRS in Java Struts2 web application

    Hello im new in SSRS technologie and I would like make web service call at my SSRS server. Is sombody can help me ?
    - What API should I import in my project ? I use Maven can I found this API on Maven repository ?
    - I would like have an sample of code which initialize the ReportingService, do the call and process result.
    We use the SQL Server ReportingService 2008 R2 and currently we made HTTP call like this : http://<ssr_server>/ReportServer/Pages/ReportViewer.aspx?%2fSSRS_OMB%2fMyReport&rs:Command=Render&MyParam=<value>
    Regards

    Hi ombinte,
    SQL Server Reporting Services provides access to the full functionality of the report server through the Report Server Web service. Because the Report Server Web service is an XML Web service which uses Simple Object Access Protocol (SOAP) over Hypertext Transfer
    Protocol (HTTP), any SOAP-aware application or development tool can communicate with the SSRS web service.
    There are three primary ways to develop Reporting Services applications based on the Web service, please see:
    Develop applications using Microsoft Visual Studio and the Microsoft .NET Framework SDK.
    Develop applications using the rs utility (RS.exe), the Reporting Services script environment.
    Develop applications using any SOAP-enabled set of development tools.
    For more information about Report Server Web Service, you can refer to the following document:
    http://technet.microsoft.com/en-us/library/ms152787.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Need Information regarding Service Call creation in SAP R/3

    Hello,
      I need the Transaction code or BAPI to create a service call in sap. Please provide the database table name for the service calls.
    We want to develop  service call management in our server.So please send me the Business data model for service call management in SAP.(All related objects to the service call and their data models.)
    Regards,
    Kiran.

    Hi
    Invoice list is basically SD configuration.
    <b>Invoice List</b>
    <b>Purpose</b>
    The invoice list lets you create, at specified time intervals or on specific dates, a list of billing documents (invoices, credit and debit memos) to send to a particular payer.
    The billing documents in the invoice list can be single or collective documents (collective invoices combine items from more than one delivery).
    The standard version of the SAP R/3 System includes two types of invoice lists:
    1.for invoices and debit memos
    2.for credit memos
    If you wish, you can process invoices, debit memos, and credit memos at the same time. The system automatically creates a separate invoice list for credit memos.
    A payer may be the head office of a buying group, which pays all the invoices for goods that are shipped to individual members. The group payer takes responsibility for paying the invoice lists and then collecting payment from the individual members. In return for these services, the group payer usually earns a factoring or del credere discount.
    Depending on the tax structure of the payer's country, the payer may be liable to pay taxes on factoring discounts that he earns. In Germany, for example, factoring discounts are taxed at the standard rate of 15%. During invoice list processing, you can reimburse the payer in advance for this tax liability by creating special condition records
    Regards
    Ramakrishna

  • Newscale Custom Code - AJAX Libraries - Web Service calls during ordering moment

    Authentication issues calling webservice that requires credentials to be passed. NTLM authentication. Web service we are calling works from Service Link with HTTPIWA2 adapter.This is on Windows environment. When in the ordering moment, i am being presented with a popup box asking for credentials.
    We are implementing a custom Newscale solution for Web Service calls during the ordering moment. I've installed and got the basic example working on our Windows based system. However, I'm trying to implement a more complex web service call that includes supplying credentials- domain userid password encrypted in the xdsproperties file. The web service we are calling has been successfully called by the service link HTTPIWA2 adapter, and independently using SOAP Sonar, so i don't feel the problem is with the web service.
    We are on a windows based server and the web service we are calling is on windows as well. In the ordering moment the web service is being called, but I'm being presented with popups asking for credentials for the server that Request Center is on.
    Has anyone successfully used this AJAX solution calling a web service using NTLM authentication?  I'd like to compare configurations to see what is missing. You can email me directly at [email protected]  Newscale PSG is on the case, but i was hoping to touch base with any other customers currently using this.
    thanks!

    A newer version of the Configuration Manager Client is installed. Cannot continue installing this version of the management point.
    Action ended 20:50:23: SmsDetectColocationDowngrade. Return value 3.
    Action ended 20:50:23: INSTALL. Return value 3.
    The installer certainly thinks that you still have a previous ConfigMgr client installed. Perhaps you haven't completely removed it. Use ccmclean.exe from the SMS 2003 tool kit.
    If that fails, why not just rebuild the server - you've said that this is a fresh install. I don't like too much messing at the beginning. This can be difficult enough - you need to start with a clean installation of the product.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How to get vendor and company code based on logistic invoice document

    how to get vendor and company code based on logistic invoice document in abap/4?

    Hello Kumar
    When you call BAPI_INCOMINGINVOICE_GETDETAIL using
    INVOICENUMBER = <number of invoice>
    FISCALYEAR = <fiscal year>
    the returned HEADERDATA contains what you are looking for:
    HEADERDATA-COMP_CODE
    HEADERDATA-DIFF_INF
    Regards
      Uwe

  • Please do not trust Verizon customer service team based on my experience.

    Please do not trust Verizon customer service team based on my experience.
    I have a internet service with Verizon and I am paying $79.99 monthly for 15/5 mbps and one day I saw a flyer from Verizon stating that $79.99 you will get triple play with 25/25 mbps speed and with 2 year contact I will receive $400 Visa gift card and  I decided to sign up for the triple play with 50/50 for $99 and I called Verizon customer care and I have asked for this offer and she said yes you will be eligible for this offer and I will receive that $400 after 90 days. so I am willing to go for it and I said ok with 2 year contract and then she told me that our conversation will be recorded and she asked me to wait for the recorded conversation and we have completed the contract and I told her that I will pick the equipment form the Verizon office today (12/30/2014) and I went there and i took the TV box and came home and fixed it but it didn’t work and it is throwing the 8312 error message and I called Verizon customer service and one representative told me that I will get charged for $140 if you want technician but I told him that why should I pay because your Verizon service is not working but the guy keep on saying the something and I hangup the phone and I called other day 12/31/2014 and some representative told me that that is our (Verizon) problem and I will send the technician on 01/02/2015 as tomorrow is Jan 1st we may not have anyone and i said that should be fine.
    But I have received an email from Verizon on 12/30/2014 stating that my FIOS TV was activated.
    I tried the TV service for 3 days and we (my family) have decided that these are not useful channels for us and we have decided that we can disable the TV service and we would like to go back only Internet service (15/5 mbps) and I called the customer service and told the something but She told me that there is no way you can go back to 15/5 mbps as Verizon is no longer offering this service and I don’t have more choice left. I have requested her to cancel FIOS TV service and I told her that I just need only Internet service. She said that should be fine I can cancel the TV service and you will still get charged for Activation fee $59.99 and there is no way I can wave that fee.
    I asked her why should I get charged as I am canceling the service with in 4 days ? She said there is no way we can wave that. Then I asked her ok at least you can lower down my internet speed from 50/50 to 25/25 and then she said we can’t do that. Then I requested her supervisor and after 5 mins she get hold of her supervisor and here I asked her what are my best options to lower my bill as Verizon is no longer offering me 15/5 ? She said whatever she offered is the best and at that time I asked her I want to keep the FIOS service but I would like to lower down the speed from 50/50 to 25/25 and I will get that $400 gift card then she told me that there is no way you will get $400 gift card and I am sorry that even if you keep this bundle you should not receive that gift card whoever told you that is not the correct information and again she asked me that did you receive the email stating that you should receive $400 gift card. I said no and told her that I didn’t know about your automated email generation but I have trusted the Verizon customer representative and requested her to pull the recorded conversation but she didn’t agree with it and at the same time she told me that these records may to may not be stored in our records. 
    I asked one question that I have received the email from Verizon stating that my TV service was started on 12/30/2014 but actually it was started in 01/02/2015 and are going to trust your automated emails ? She had no answer to it and stated that we have finished our conversation and told to customer representative that please go ahead and cancel the TV service for him.
    This is very very bad customer support from Verizon.
    Please do not trust Verizon customer service team based on my experience.
    Funny thing is that they (Verizon customer service representative) are not believing their own team.
    Good suggestion : Please request them (Verizon customer service representative ) to send an email with the gift card information and please check your email before you are installing the TV equipment otherwise you will get no response from them.

    First thank you so much for your response!
    Second,   The supervisor is not really care about the customers as I am using Verizon internet connection for the years but she really don't care about it and at the end of our conversation she told to customer rep that please cancel his service and then she hangup the phone. I not even confirmed about the cancellation. For no good reason now I am ending up with paying extra $10 for only my internet service. Now they told me that I need to pay $89.99 monthly + activation fee $59.99 but they offered me high speed which is not required for me at this movement.
    Also I went to the Verizon office and I took the box and came home and installed for my self but still they are charging me $59.99 activation fee even though I cancelled my service with in 4 days of time.
    Also the supervisor asking me that do you have any email confirmation ? But by the time we receive an email we might have completed telephone conversation with the rep stating that we have agreed all the terms. How could we know that we need to check our email before the activation ? Verizon team didn't spicified to me about it.

  • Capture travel time expenses and working hours spent on the service call

    Hi Experts,
    I have One Year AMC contract with my customer.Under AMC he called me for 10 times.I need to
    Capture travel time expenses and working hours spent on all the service call, Non of them will be billed to the customer.
    This is just for our internal tracking.this particular data will reside within the office premises.
    Explain how efficiently we can track this particular requirement in SAP Business One
    Regards,
    Vikram

    Hi Vikram
    You will notice on the item master records that there is a field called Item Type. The options are Item, Labor and Travel. In order for the service module to recognize the expense or charge type, either Labor or Travel must be select. Create a service item (untick inventory item) and choose the Item Type as Labor or Travel. When you now create a Delivery/Invoice from the expenses section of the service call, it will identify and warn you if you charge the customer, as this would be defined in your service contract template as non billable charges. You can still create a Delivery for the charges and put quantities and values on the Delivery document. In this case you are not going to invoice the customer for the charges, so you can "Close" the Delivery. Just be aware that closing the Delivery will post the value to an offset account defined in the Account Determination.
    The benefit of this approach is that the Delivery will post a debit and credit in your G/L that will "accrue" what the costs are of servicing the customer. My suggestion would be to set the account determination for the Labor/Travel item(s) to item level and define the Revenue/Expense accounts to specific G/L accounts.
    Let me know if you need more information or assistance with the above.
    Kind regards
    Peter Juby

Maybe you are looking for