SMS at the time Invoice invoice is saved

Hi
I want to send SMS to the Customer Moblie when his Invoice is Created in the SAP system.
The SMS should have the SAP invoice no. and the Amount of Invoice.

Hi,
Your client will have to tie-up with some service provider who will provide a URL, or a gateway for sending SMS.
One you enter the URL along with the mobile number picked up from customer master you can send sms using FM's
HTTP_POST in background
or CALL_BROWSER in foreground.
Client will have to update customer master data with the mobile numbers of all customers.
You can also check this URL for some ideas:
/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap
There are many ways to do the same. You and your client needs to decide which method to adopt.
Regards,
Amit

Similar Messages

  • Payment budget is getting updated at the time of Invoice

    Hi,
    I have a peculiar problem in Funds Management. As per the client requirement payment has to made in split i.e. 90% and 10% against the invoice amount raised. But, payment budget is getting updated at the time of invoice itself when i use the profile of 00350.
    It is observed that at the time of payment, the payment budget is not getting updated and updating at the time of invoice creation itself. So, when we developed customised report, we had given payment budget filed to know the current month expenditure. But the problem is as per cleint requiremnt, the payment budget has to update at the time of payment but not at the time of invoice creation.
    Please advice me is there any way to solve this problem.
    Thanks & Regards
    Vijaybhaskar

    This is standard; payment budget is updated during the invoice issue. What is done with the payments is 'payment transfer'; it could be either manual (via FMF0) or automatic - depending on your settings in FM. In your reprots you can define to see only 'cleared' invoices in FM, i.e. those, for which the payment transfer has been completed. However, the availability control will be still performed already on invoice phase.
    Hi,
    As suggested by you i have done automatci payment ransfer in OF29 and made value type 54 as stastical and 57 value type for payments.
    As you suggested "In your reprots you can define to see only 'cleared' invoices in FM, i.e. those, for which the payment transfer has been completed.".
    Please expalin where can i look clered invoices in FM, .e. those, for which the payment transfer has been completed."
    Regards,
    vijay

  • Calculate interest on Security Deposit at the time of invoice?

    Dear All,
    I have a requirement of calculating interest at the time of invoicing.
    I did the following configuration in spro:
    SAP Utilities ->Invoicing->Invoice Processing->Define Control for additional invoicing functions
    I clicked at the Int:Cash Security Deposit button.
    But when I execute transaction EA10 (Creating invoice) , interest is not calculated on the security deposit.
    All the configuration w.r.t interest calculation is correct.
    Please let me know if anybody has any solution to this.
    Warm regards,
    Rahul

    Hi Rahul,
    To calculate interest on any line item, we have to assign a interest key to it.
    Take the FICA document created for Security Deposit and open it into FPE2 and goto change document:Item and then click on Tab Dunn. Data. Provide the interest key over here and then RUN your invoicing.
    Regards,
    Gaurav.

  • Profit Center derivation at the time of invoicing

    Hi,
    Business requirement is to map fixed profit center for combination of Main and Sub transactions at the time of invoicing.
    As per my understanding, to derive fixed values for main and sub transactions, cokey needs to be mapped at EK02 which will in turn pick up values from table TECOD and TFKCOD as per case.
    Values are also flowing correctly in FM ISU_CODATA_DETERMINE and FKK_CODATA_DETERMINE.
    But actual results are not matching with expected values.
    For Profit center derivation, reference SAP notes direct to event 0140 and 1102 both of which are not getting triggered while invoicing.
    Moreover, I have also tried maintaining values in posting area 2610 but still no change.
    So could you kindly provide your expert opinion as to how to achieve subject requirement.
    Regards,
    Paresh

    Hi,
    Finally found solution through EK02.
    Here is basic crux for derivation at the time of invoicing.
    Profit center gets derived through Contract (through COKEY). If this value needs overriding then field NOCRCT (should be X) with proper values in COKEY at EK02 level.
    Moreover, to ensure that it is working always go for full reversal (EA13) and then do rebilling and reinvoicing.
    Hope it helps to others who may have to face such requirement from business.
    Regards,
    Paresh

  • Payment document reversal at the time of invoice reversal

    Hi,
    We are facing a problem of payment document getting reversed at the time of invoice reversal in FICA in IS-U. We had raised a query with SAP twice and they had asked fro two notes to be applied. But still it is not working. Has anybody faced such a problem in IS-U or can anybody suggest any solution for this.
    Thanks in advance.
    Regards,
    Purab Shah

    Hi,
    Thanks for your reply. The user is using the t-code EABICO for reversing the invoice which is resulting in the reversal of the payment document which should not happen as the clearing document has not been reset. SAP had instructed the notes 920467 & 965639 to be applied but inspite of applying the notes the problem still persists. The effects of the problem are:
    1) the customer does not get tge credit of the payments he has made.
    2) due to reversal bank reconciliation is not possible.
    Kindly advise.
    Thanks,
    Purab

  • Clear Down Payments at the time of Invoice Posting

    Hi,
    At the time of invoice posting (customer/vendor) we will a message on exsting down payments.  Is it possible to link the down payment with current invoices??   Please let me the possibilities.
    Thanks
    Partha

    Down payment flow- first we have creatw the sundray creditors nad Advance sundray creditor gl a/c dreation
    2.the link bet sundry creditors and advance sundray creditor in OBYR.
    3. and posting the f-48 advance to vendor
                                 f-43 posting invoive
                                 f-58 transffer to specil gl a/c to normal gl/a/c
                                 f-44 clearing
    and customer also same prosures and link between in sundry debtors and advance debtor and (obyx)

  • Currency Conversion at the time of Invoice Print Document Creation

    Hi,
    In our system for some accounts we receive payments in USD (foreign currency) and at the time of posting, the amounts are stored in both transaction currency and local currency (CAD).
    We have a scenario as follows:
    Payment is posted as a payment on account (sitting as open credits)
    At the time of invoicing, these items are picked up to be included in the bill
    Now while calculating the invoice amount, these payments are again converted into local currency by using the configured exchange rate (SAP NetWeaver>General settings>Currencies)
    For e.g.
    Document
    Amt in USD
    Amt in CAD at posting
    Amt in CAD at invoicing
    300000000
    200
    214
    220
    300000001
    144
    145
    159
    The print document calculates the invoice amount using (220+159) which is not in sync with what we see in FPL9 (214+145). It also causes the invoice to go out of balance as print workbench is picking up the amounts from the table.
    My understanding is that we should be able reconcile the invoice header amount with the account balance in FPL9. In such cases, depending on when the invoice is created (cancel/rebills etc) the amounts will always be out of sync as the exchange rate changes frequently.
    Is there a way this functionality can be controlled from the invoicing side? Or does the PWB code have to be modified to handle this situation.
    Thanks for your time.
    Regards,
    Prashant

    Did you read User Exits For Billing in online help ?
    Regards,
    Raymond

  • COGS Posting at the time of Invoicing

    Hello Experts,
    We have a requirement wherein the COGS Posting should happen at the time of Invoicing.
    Our requirement is as below.
    At the time of Post Goods Issue
    Stock in Transit A/c Dr
         Finished Goods A/c   Cr
    At the time of Invoicing we are expecting the below 2 entries
    COGS A/c                   Dr
          Stock in Transit A/c     Cr
    Customer A/c               Dr
              Revenues
    We would like to know how to achieve the 2 the above mentioned 2 entries at the time of Invoicing.
    Best Regards
    Balaji Kancherla

    Hi Balaji,
    I can give you below direction...
    1. Go to OBYC and enter GL Account Goods in Transit for key GBB VAX. So whenever you post PGI, system will post GL Account Goods in Transit.
    2. You will have to add two condition typs into your pricing procedure..
    ZGDS:Goods in transit (GL Account - Goods in transit)
    COGS:Cost of Goods Sold. (GL Accounts COGS)
    Importantly, you will have to attach Calculation Routine which will bring the amount posted to Goods in transit at the time of PGI.
    Regards,
    Chintan Joshi

  • Error in accounting interface at the time of Invoice posting

    Hi..
      Im getting this error at the time of Invoice Posting .
    "Error in accounting interface "
    Plz guide me
    regards
    Deepa

    Deepa,
    Go to VF02, enter your invoice, click on the green flag (release to accounting), now the system will show the exact error.
    Prase

  • Withholding tax at the time of invoice-urgent

    Hi all,
    i want to know that, for withholding tax calculation at the time of invoice, is there any option of calculation of WHT before/after discount.
    As i can see that in calculation at the time of posting...but not at the time of invoice.
    can any one suggests me with that?.
    i will assign points for any reply.
    thanks

    Looks like this is not possible.  Check the following link.
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/e4/5c823ae35c3769e10000000a114084/frameset.htm
    In the above link, click on "Defining Withholding Tax Types" in the tree on the left.

  • How can i restrict the qty/value at the time of invoice

    Hi,
    Can you plesae tell me at the time of MIRO how can i restrict the user not to enter the qty more than in MIGO & PO
    Thanx

    You cannot restrict the qty in MIRO. because it is used for partial invoice receipt.
    E.g  in some cases 100 nos of qty might have received in one GR. But the supplier may give 3 invoices for this. that is the reason u cant restict this
    reward if useful
    SK

  • SMS at the time Invoice is Created

    Hi
    I want to send SMS to my Customer when this Invoice is created.
    In SMS his amount of bill and the Invoice number should be send.

    Hi,
    Have a look at this. It may help you.
    [http://help.sap.com/erp2005_ehp_04/helpdata/DE/54/9d9f405660f418e10000000a1550b0/frameset.htm]
    Thanks,
    Sri.

  • Limit Material PO with Material code at the time of Invoice

    Hi Experts,
    We have ECC 6.04...We have below requierment :
    Service Person goes on customer site and see the Problem....before going he creates  some Limit PO with with approx  amount Limit PO ( for Materials and Not Service).... with Free Text...with Mat Group....because he don't know initialy exactly how much Material will code and exact which material will requiered ...
    Then while sending Invoice Supplier send Itemized Material which is in our as well as in his Master data...while posting Invoice system should able to specify me the Material codes......
    I checked Item catagory B....but it don;t allow it..
    Can some please suggest me....whether any how it is possible is Std SAP ? if Not by doing some enhancement or using some user exit...is it possible ?
    Thanks in advance !
    NAP
    Edited by: NarendraPatil on Jan 23, 2012 8:42 PM

    Can elaborate more the process? Your customer will request some service and hence it will create a CS order (or sales order) in your system.
    What is the use of PO in that case? why do you need to create PO before even visiting the customer site?
    And these itemised bill is not just required to be entered in PO, but I guess also on your sales order.
    Let us know the entire process.
    Regards,
    Dakshesh

  • Witholding tax at the time of Invoice, payment and advance

    Dear experts,
    I have few questions as below. It would be great if you can help me out in this :
    In vendor master I have two WTH tax codes for invoice and payment and marked as liable.
    Incase of invoice (FB60) posting system is calcu;ating correctly and posting, but while posting no popup for to rectify the WTX code also no base amount is populating in WTH tax tab of invoice posting. Is this correct way??
    While making payment for the same invoice through F-53, system is again calculating on same open item and no popup, until I go to WTH tax tab and delete the tax amount. What is lacking in my customising of WTH tax code (payment type), to restrict WTH tax calcutaing twice ??
    While making advance payment by F-48, system not calculating WTX tax and showing tax code is mandatory, even though tax code (V0-tax exempt) entered, no WTH tax calculation happening. I have checked all Field status of document type and recon account, nothing is mandatory. I dint know why?? Please help in this regard.
    Thanks in advance.
    Regards
    Abhi

    Hi madhu
    Thanks for explaining the process it works.
    Regarding the error I was facing earlier to enter the tax code in F-48 for the tax category was marked as ' * ' in the advance reconciliation GL. I have removed them and now the error is not coming.
    But now for the same or advance payment with F-48, I am not able post the document, though the payment WTX code is showing but not calculating the amount for the same.
    The error is
    "Withholding tax amount exceeds total bank line item amounts."
    Message no. 7Q320
    How to post it. Please help.
    Regards
    Abhi

  • Re: Error in rebate condition G/L account assignment at the time of invoice

    Hi,Guru's
    am new this forum,
    while creating Invoice am getting this error as " Error in A/c Determination ",and by checking the A/c det.Analysis it'ssaying that
    " 10     125     Accruals condition: The second G/L account is missing "
    I entered the G/L account numbers for both ERB & ERU ,eventhough Iam getting this error.
    Can any one solve my problem.
    CRG

    Ensure that in VKOA the said G/L Accounts are maintained.  This being a rebate process, in VKOA, in the last column also, you should assign a provisional G/L Account which seems to be missing.
    thanks
    G. Lakshmipathi

Maybe you are looking for