PO SMS to vendor

Dear All,
              I want to send sms to vendor at the time of purchase order creation (ME21N). but issue is no
user exit or BADI (ME_PROCESS_PO_CUST ) works (hit) in ME21N. Pls suggest me for sending sms........
Thanks in advance,
Tarun

Hi Tarun,
There is a need of settings in sap for that. There is a good documentation available for this.Please check there are goo no of threads available on this.[SMS From sap.|http://help.sap.com/erp2005_ehp_04/helpdata/EN/2b/d927734b8a11d1894c0000e8323c4f/frameset.htm]
[SendIng SMS|Send SMS from SAP;
Regards,
Madhu.

Similar Messages

  • Message Output - Dual Message Output - Phone SMS

    Hi All,
    Please help me and advice for this.
    Is there any way to configure Dual Message Output for a single Message Determination.
    Customer is asking to configure message output in Dual way. Through E-Mail and Phone Message. He is having some requirements where he wants to output PO through E-Mail and PO information (Like PO Number, some specific material no, Req Date) through SMS to vendor and vendor can acknowledge the same through SMS.
    Please Advice.

    Hi,
    SAP Mobile components can be useful for your query, do please refer the below doc..
    Where you can send SMS to external source.
    Creating SMS Deployment Packages with SAP Mobile Components - Mobile - SAP Library

  • SMS Permission Ask First Time not offered

    I am writing a MIDP-2.0 Midlet that sends a sequence of multiple SMS messages.
    I require the application to ask permission only once. Is this possible.
    On the phone (Nokia N80) it asks every time. The Suite Settings only offer Deny or Ask Every Time. How can I get it to Ask First Time when the app is run.
    I have included
    MIDlet-Permissions: javax.wireless.messaging.sms.send
    in the JAD which makes no difference to the behaviour.
    Please can you help.
    Stuart Davies

    Thanks for replying.
    My JAD now looks like this
    MIDlet-1: LocationMidlet, , mobile.ui.LocationMidlet
    MIDlet-Jar-Size: 104782
    MIDlet-Jar-URL: MobileApplication.jar
    MIDlet-Name: MobileApplication
    MIDlet-Permissions-Opt: javax.wireless.messaging.sms.send, javax.microedition.io.Connector.sms
    MIDlet-Vendor: Vendor
    MIDlet-Version: 1.0
    MicroEdition-Configuration: CLDC-1.1
    MicroEdition-Profile: MIDP-2.0
    And it still asks every time. I was expecting the installer to ask for permission up front but this did not happen.
    Can you direct me to some documentation on how to Sign your app (for a newbee). I tried signing it using NetBeans 5.5.1 but the installer bombs with 'Certificate Error' .
    Thanks for your help

  • SMS thru SAP System

    Hi All
    My requirement is I want to send SMS to Vendor when order is placed thru ME21N tcode. Can any one tell me how do I proceed.
    Regards,
    Rajesh Vasudeva

    Hi,
    You can opt for the Vendors who provide SMS Web Services.
    Kindly go through the belwo link using SAP as an option....
    Link: [SMS through SAP;
    Regards
    Arbind

  • How to send sms to the vendor after final release of po?

    Hi,
    i have to develop a program which will send sms to the respective vendors after the final release of the po i.e. after final release of the purchase order, sms will be sent  to the respective vendor?
    So, plz help me as i have no idea on it and how to proceed ahead.

    hi,
    did you search?
    Link: [How To Send SMS From ABAP ?;
    Link: [http://www.se80.co.uk/sapreports/s/swn_/swn_test_send_sms1.htm]
    Link: [http://www.sapnet.ru/viewtopic.php?p=1620]
    or...the great SDN...
    Link: [http://forumsa.sdn.sap.com/search.jspa?threadID=&q=sendSMSfrom+program&objID=f50&dateRange=all&numResults=15]
    Configuration
    Link: [http://help.sap.com/saphelp_nw2004s/helpdata/en/af/73563c1e734f0fe10000000a114084/frameset.htm]
    Example from other Link: [user|Send SMS to mobile through ABAP code; in SDN
    REPORT y_send_sms.
    DATA: http_client TYPE REF TO if_http_client .
    DATA: wf_string TYPE string ,
    result TYPE string ,
    r_str TYPE string .
    DATA: result_tab TYPE TABLE OF string.
    SELECTION-SCREEN: BEGIN OF BLOCK a WITH FRAME .
    PARAMETERS: mail(100) LOWER CASE,
    m_no(20) LOWER CASE ,
    m_mss(120) LOWER CASE.
    SELECTION-SCREEN: END OF BLOCK a .
    START-OF-SELECTION .
    CLEAR wf_string .
    CONCATENATE
    'http://www.webservicex.net/SendSMS.asmx/SendSMSToIndia?MobileNumber='
    m_no
    '&FromEmailAddress='
    mail
    '&Message='
    m_mss
    INTO
    wf_string .
    CALL METHOD cl_http_client=>create_by_url
    EXPORTING url = wf_string
    IMPORTING client = http_client
    EXCEPTIONS argument_not_found = 1
    plugin_not_active = 2
    internal_error = 3
    OTHERS = 4.
    CALL METHOD http_client->send
    EXCEPTIONS
    http_communication_failure = 1
    http_invalid_state = 2.
    CALL METHOD http_client->receive
    EXCEPTIONS
    http_communication_failure = 1
    http_invalid_state = 2
    http_processing_failed = 3.
    CLEAR result .
    result = http_client->response->get_cdata( ).
    REFRESH result_tab .
    SPLIT result AT cl_abap_char_utilities=>cr_lf INTO TABLE result_tab .
    LOOP AT result_tab INTO r_str.
    WRITE:/ r_str .
    ENDLOOP .

  • Email and sms alerts against Quality Notifications

    I need to send an e-mail and an sms alert to various people within the organisation and to the respective vendor whenever I create a Quality notification. I also need to attach a copy of the print out of the notification in Smart form alongwith the mail. Please suggest.
    Regards
    Sudhir

    Hi,
    You can send the e-mail to all concerned via standard workflow or via using some exits at the time of saving of notification also.
    Thanks
    SUMIT

  • How to get a error message when sms is not sent to a mobile no.

    Scenario: once po is finally released sms is sent to the respective vendor.This has been done. But, Now the client want to see the error details(i.e, the mobile no. to whom sms i s sent) if the sms is not sent to any mobile no. and also wants a z program through which they can schedule the background job of resending the sms to those no. who have not received.
    As i tried a lot with this but unable to go ahead, so plz help me <removed by moderator>
    TABLES:LFA1.
    DATA : WA_FINAL  LIKE ZME_EKKO_RLS ,
          IT_FINAL  TYPE STANDARD TABLE OF ZME_EKKO_RLS.
    DATA GV_MSG TYPE STRING.
    DATA GV(16) TYPE C.
    DATA  : GV_RETURN  TYPE STRING.
    DATA: HTTP_CLIENT TYPE REF TO IF_HTTP_CLIENT .
    DATA: WF_STRING TYPE STRING ,
    RESULT TYPE STRING ,
    R_STR TYPE STRING .
    DATA: RESULT_TAB TYPE TABLE OF STRING.
    *BREAK-POINT.
    IF SY-TCODE = 'ME29N'.
      IF  SY-UCOMM = 'MESAVE' AND I_EKKO-PROCSTAT = '05'.
        SELECT * FROM ZME_EKKO_RLS INTO TABLE IT_FINAL
           WHERE  EBELN = I_EKKO-EBELN .
        IF NOT  IT_FINAL[] IS INITIAL .
          LOOP AT IT_FINAL INTO WA_FINAL .
            IF WA_FINAL-SSTAT = '02' .
              CONTINUE.
            ELSEIF  WA_FINAL-SSTAT = '01' .
              SELECT SINGLE * FROM LFA1 WHERE LIFNR = WA_FINAL-LIFNR.
              IF SY-SUBRC = 0.
                GV = LFA1-TELF1.
              ENDIF.
              CLEAR GV_MSG.
              CONCATENATE 'Dear Sir/Madam, PO No:' WA_FINAL-EBELN ' Dtd:' I_EKKO-BEDAT ' with reference to vendor no:' WA_FINAL-LIFNR 'has been released on you''.' 'Detail hardcopy will be sent to you soon' INTO GV_MSG.
              CLEAR WF_STRING.
              CONCATENATE
              'http://182.18.143.30/sendsms.php?username=edhik&password=194385&'
              'sender=TSIL&mobile='
              GV
              '&type=1&message='
              GV_MSG
              INTO
               WF_STRING.
              CALL METHOD CL_HTTP_CLIENT=>CREATE_BY_URL
                EXPORTING
                  URL                = WF_STRING
                IMPORTING
                  CLIENT             = HTTP_CLIENT
                EXCEPTIONS
                  ARGUMENT_NOT_FOUND = 1
                  PLUGIN_NOT_ACTIVE  = 2
                  INTERNAL_ERROR     = 3
                  OTHERS             = 4.
              CALL METHOD HTTP_CLIENT->SEND
                EXCEPTIONS
                  HTTP_COMMUNICATION_FAILURE = 1
                  HTTP_INVALID_STATE         = 2.
              CALL METHOD HTTP_CLIENT->RECEIVE
                EXCEPTIONS
                  HTTP_COMMUNICATION_FAILURE = 1
                  HTTP_INVALID_STATE         = 2
                  HTTP_PROCESSING_FAILED     = 3.
    *if sy-subrc = 0.
    *call method http_client->get_last_error
    *importing
    *code =
    *message = gv_errortext.
    *endif.
              CLEAR RESULT .
              RESULT = HTTP_CLIENT->RESPONSE->GET_CDATA( ).
              REFRESH RESULT_TAB .
              SPLIT RESULT AT CL_ABAP_CHAR_UTILITIES=>CR_LF INTO TABLE RESULT_TAB .
              REFRESH RESULT_TAB .
              SPLIT RESULT AT CL_ABAP_CHAR_UTILITIES=>CR_LF INTO TABLE RESULT_TAB .
              LOOP AT RESULT_TAB INTO R_STR.
                CONCATENATE R_STR SPACE(1) INTO GV_RETURN.
               write:/ r_str.
              ENDLOOP .
              IF  NOT GV_RETURN IS INITIAL .
                UPDATE  ZME_EKKO_RLS
                       SET: SMSTX = GV_MSG ,
                             sstat = '01'
                   WHERE EBELN = WA_FINAL-EBELN .
                IF SY-SUBRC = 0 .
                  COMMIT WORK .
                ENDIF.
              ENDIF .
            ENDIF .
          ENDLOOP.
        ENDIF .
      ENDIF.
    ENDIF .
    Edited by: Vinod Kumar on Aug 1, 2011 2:58 PM

    Hi 
    when you call the webservce to send the sms using the method if it is successful it will return as success and if any issue it will raise the error which you have to handle, but it will not give you confirmation wether sms is sent ,
    regards
    m.a

  • How to add a new line in SMS(Line Break).

    Hi All,
    I need to send SMS from PL\SQL Procedure
    The problem i have been facing is that the string being passed in as sms content is not parsing a newline character.
    It shows all content in one line.
    I need to break them in several lines.
    Give me a direction how to add a new line in SMS.
    Regards,
    Raj.

    Hi,
    Sure, Here it is
    CREATE OR REPLACE PROCEDURE APPS.AUTO_SMS_RTV_REPORT
    IS
    sender          VARCHAR2(1000);
    recipient     VARCHAR2(1000);
    message          VARCHAR2(4000);
    sub          VARCHAR2(1000)     := 'HELLO';
    dt1          varchar2(1000)     := to_char(sysdate,'DD-MON-YY');
    mailhost     VARCHAR2(30) := '10.7.7.xxx';     
    mail_conn     UTL_SMTP.CONNECTION;
    v_crlf VARCHAR2(2) := CHR(13)||CHR(10);
    CURSOR cur_Rejection_Records IS
                   SELECT DISTINCT
                        rt.VENDOR_SITE_ID               ,
                        pvs.email_address     VENDOR_MAIL_ID     ,
                        pvs.PHONE          vendor_contact_no ,
                        hre.EMAIL_ADDRESS     Employee_mail_id ,
                        hre.FULL_NAME
                   FROM apps.rcv_transactions      rt,
                        apps.po_vendors           pv,
                        apps.po_vendor_sites_all     pvs,
                        apps.mtl_transaction_reasons mtr,
                        apps.fnd_user          fu,
                        apps.hr_employees          hre     
                   WHERE transaction_type = 'RETURN TO VENDOR'
                   --AND        TRUNC(rt.transaction_date) = TRUNC(SYSDATE)
                   AND     rt.vendor_id          = pv.vendor_id
                   AND     rt.vendor_site_id     = pvs.vendor_site_id
                   AND     rt.REASON_ID          = mtr.REASON_ID(+)
                   AND fu.user_id          = rt.last_updated_by
                   AND hre.EMPLOYEE_ID     = fu.EMPLOYEE_ID
                   AND TRANSACTION_ID IN (
                                  11902189,
                                  11902253,
                                  11902148)
    BEGIN
         FOR rec_Rejection_Records IN cur_Rejection_Records
         LOOP
         Begin
              sender     := '<[email protected]>';
              recipient     := rec_Rejection_Records.vendor_contact_no || '@aaaa.com';
              mail_conn := utl_smtp.open_connection(mailhost, 8025);
              utl_smtp.helo(mail_conn, mailhost);
              utl_smtp.mail(mail_conn, sender);
              utl_smtp.rcpt(mail_conn, recipient);
              utl_smtp.DATA(     mail_conn,
                                  'Date: ' || TO_CHAR(SYSDATE, 'Dy, DD Mon YYYY hh24:mi:ss') || utl_tcp.crlf ||
                                  'From: ' || sender     || utl_tcp.crlf ||
                                  'Subject: '|| sub     || utl_tcp.crlf ||
                                  'To: ' || recipient || utl_tcp.crlf ||
                                  utl_tcp.crlf ||
                                  'Dear Supplier,'||CHR(10)|| utl_tcp.crlf ||'\\\0x0A'|| -- HERE I NEED LINE BREAK
                                  'Please.'|| utl_tcp.crlf                          
              DBMS_OUTPUT.PUT_LINE('Yep !!! SMS Sent Sucessfully :) ');
              utl_smtp.quit(mail_conn);
         EXCEPTION
              WHEN UTL_SMTP.PERMANENT_ERROR THEN
                        dbms_output.put_line('Error - ' || SQLCODE || ' - ' || SQLERRM);
              WHEN OTHERS THEN
                        dbms_output.put_line('Error - ' || SQLCODE || ' - ' || SQLERRM);
         END;
         END LOOP;
    END AUTO_SMS_RTV_REPORT;
    /

  • Roll out of PC suite with SMS 3.0

    Hello,
    Our company wants to roll out Nokia PC Suite 6.82.22 thru SMS 3.0.
    When we do that the ContentCopier backup is placed in the Default User profile. Rebooting or logging in as another user after install doesn't change that.
    When we install the MSI by hand it is placed in the current user profile. When we log in as another user and make a backup it is placed in that users profile (as it should).
    I didn't find any properties or custom actions in the MSI and no registry keys or .ini files I could change to change the behaviour of the SMS installation.
    I understand the Default User profile is taken because the SMS installation user has no profile but I don't understand why this isn't corrected after a reboot/logon.
    Do you have a solution for us? Installation by hand isn't an option anymore after this migration.
    Kind regards,
    Marcel Bruinsma

    Thanks for your reply.
    Not yet but before I start spending a lot of time on that I would like a Nokia rep. to tell me if they know about this and if they have a solution.
    I can try to repackage the vendor MSI but somehow I don't think this will solve my problem.
    I also mailed the message to the Dutch help desk but no sign of life from there until now.Message Edited by zhubajie on 19-Sep-200701:49 PM

  • PO email to vendor

    Hi All,
    I have done the following settings to send Po as email to vendor:
    PO as an email to Vendor:
    When using external mail, the following basic settings are required:
    1. You must maintain an e-mail address in the address in the vendor master.
    2. The same applies to your own user master. You also have to specify an e-mail address there in order to identify the sender.
    • Note that it is not possible to change the e-mail address of the vendor via the SAP purchase order transaction (ME21N, ME22N, and so on).
    • The system only uses the e-mail address of the vendor that is maintained in the vendor master!
    3. For the output type for default values, a communication strategy needs to be maintained in the Customizing that supports the e-mail. You can find the definition of the communication strategy in the Customizing via the following path: (SPRO -> IMG -> SAP Web Application Server -> Basic Services -> Message Control -> Define Communication Strategy). As a default, communication strategy CS01 is delivered. This already contains the necessary entry for the external communication. Bear in mind that without a suitable communication strategy it is not possible to communicate with a partner via Medium 5 (external sending).
    4. Use the standard SAP environment (program 'SAPFM06P', FORM routine 'ENTRY_NEU' and form 'MEDRUCK') as the processing routines.
    5. In the condition records for the output type NEU (for example, Transaction MN04), use medium '5' (External send). Then in Transaction M/34 for the output type NEU add the medium '5' (External send) in Partner functions & Processing routines.
    6.Then Create a PO…Go to Messages>select the output type & medium '5' (External send). Then communication method > Comm Strategy “CS01”. Remoce Print immediately if it is ticked.
    7. Then go back ,Select message>Further data>Dispatch time>Select 'Send immediately (when saving application)'
    Back and save PO.
    But still am not able to see it in SCOT.
    and when I am displaying that PO and then into messages  it gives error,
    when i select that and go into Furthur Data then there its showing Incorrectly processed.
    Please tell me wether there is any more setting required for this.
    Is there any setting related to mail server configuration ???
    Regards,
    Bharat.

    Hi Bharat,
    Please check this link where you will find the configuration for mail sever.
    http://help.sap.com/SAPHELP_NWPI71/helpdata/EN/af/73563c1e734f0fe10000000a114084/content.htm
    I don't know whether this site is allowed in SCN but please do check the site.
    http://www.saptechies.com/configuration-of-email-fax-paging-or-sms-using-smtp/

  • Field Mobile phone (ADR2-R3_USER) vendor master changed from Blank to 1

    Hi
    Where I can find Mobile phone (ADR2-R3_USER) in Vendor master.
    We have updated Purchasing block to vendor master via LSMW and after that if i am going to see the changes in vendor master (XK03)
    Found that the field Mobile phone (ADR2-R3_USER) changed from BLANK to ONE
    Field            Mobile phone (ADR2-R3_USER)
      from
      to                1
    Not sure what happened.
    Can any one throw some ides on this?
    Regards
    Jai

    Hello,
    F1 on the field ADR2-R3_USER gave the below information.  Check if this is useful.
    Indicator: Telephone is a Mobile Telephone
    This field specifies whether the telephone number is a mobile telephone number.
    Input values
    ' ' :  The telephone number is a fixed-line telephone
    '1' :  The telephone number is the standard fixed-line telephone
    '2' :  The telephone nubmer is a mobile telephone
    '3' :  The telephone number is the standard mobile telephone
    Dependencies
    Either the standard fixed-line telephone number or the standard mobile telephone number is also the standard telephone number (FLGDEFAULT = 'X').
    In older data sets, this field may have also have the value ' ' for the standard fixed-line telephone. In this case, however, FLGDEFAULT is always 'X'.
    Effects on Customizing
    In Customizing, you can specify whether the SMS-compatible indicator is to be proposed for new mobile telephone numbers created in dialog by choosing General Settings -> Set countries  -> Define Mobile Telephone Attributes for each country.
    Cheers
    Balaji

  • SMS Functionality in Indian Localization in SAP B1 8.8

    Hi Friends,
    Does SAP B1 8.8 supports SMS Functionality in Indian Localization?

    Hi all,
    I wanted to send some vendor data from SAP to a group of vendors through SMS to their mobile phones.
    How can this be possible??
    Thank you in advance.
    Best regards
    Dharmendra kumar

  • How to send SMS by using ABAP program

    HI Gurus,
    I need to notify the vendor through sms when his goods are received. His details are stored in vendor master.
    My problem is that I am not able to find any function module for the same.
    Do any of you know how to send 'sms' to particular mobile number using ABAP.
    Are there any basis settings required for the same?
    Thanks and Regards,
    Saurabh

    Hi,
    Pls check the below links
    http://help.sap.com/saphelp_nw04/helpdata/en/58/97c43af280463ee10000000a114084/frameset.htm
    /people/ronen.fox/blog/2007/12/06/sending-sms-notification-via-business-workflow
    http://www.****************/Tutorials/Workflow/Workflow.htm
    You can use the FM: 'SO_DOCUMENT_SEND_API1' &
    'SO_DOCUMENT_SEND_API1_NEW'.
    to send the mail,sms etc.
    But you have to make some chamnges in the reciever table, jus go thru FM documnetaion once, you will fine the option for sending SMS thru either of this FM.
    Below is a sample code for sending e-mail.
    so, u can take help from this.
    data declarations
    DATA : v_sender TYPE soextreci1-receiver,
    v_doc TYPE sodocchgi1,
    it_paklist TYPE STANDARD TABLE OF sopcklsti1 ,
    wa_paklist TYPE sopcklsti1 ,
    it_obj_head TYPE STANDARD TABLE OF solisti1 ,
    it_obj_bin TYPE STANDARD TABLE OF solisti1 ,
    it_obj_txt TYPE STANDARD TABLE OF solisti1 ,
    it_obj_rcv TYPE STANDARD TABLE OF somlreci1 ,
    wa_obj_rcv TYPE somlreci1 ,
    v_desc(100).
    CONSTANTS: c_start(12) TYPE c VALUE '000000000000001',
    c_num(12) TYPE c VALUE '000000000000002',
    c_num1(12) TYPE c VALUE '000000000010030',
    c_raw(3) TYPE c VALUE 'RAW',
    c_test(4) TYPE c VALUE 'TEST',
    c_X(1) TYPE c VALUE 'X'.
    refresh internal tables
    REFRESH : it_paklist, it_obj_rcv.
    clear internal tables
    CLEAR : it_paklist, it_obj_rcv, v_sender.
    v_sender = sy-uname.
    fill internal table it_paklist
    wa_paklist-head_start = c_start.
    wa_paklist-head_num = c_num.
    wa_paklist-body_start = c_start.
    wa_paklist-body_num = c_num1.
    wa_paklist-obj_name = c_test .
    wa_paklist-doc_type = c_raw .
    wa_paklist-transf_bin = c_X .
    APPEND wa_paklist TO it_paklist.
    clear: wa_paklist.
    Data in the Header/subject Line
    v_desc = text-005 .
    v_doc-obj_name = c_objname .
    v_doc-obj_descr = v_desc.
    Mail text
    APPEND v_desc TO it_obj_txt.
    Preparing the receiver list
    wa_obj_rcv-rec_type = 'U'.
    wa_obj_rcv-rec_type = 'C'.
    v_dlist = 'SCE_TEST'.
    wa_obj_rcv-receiver = v_dlist. "Distribution list.
    wa_obj_rcv-receiver = Enter the mail id .
    APPEND wa_obj_rcv TO it_obj_rcv.
    Call the function module to send mail
    IF NOT it_obj_rcv[] IS INITIAL.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
    EXPORTING
    document_data = v_doc
    sender_address = v_sender
    sender_address_type = 'B'
    put_in_outbox = 'X'
    commit_work = 'X'
    TABLES
    packing_list = it_paklist
    object_header = it_obj_head
    contents_bin = it_obj_bin
    contents_txt = it_obj_txt
    receivers = it_obj_rcv
    EXCEPTIONS
    too_many_receivers = 1
    document_not_sent = 2
    document_type_not_exist = 3
    operation_no_authorization = 4
    parameter_error = 5
    x_error = 6
    enqueue_error = 7
    OTHERS = 8.
    IF sy-subrc NE 0.
    MESSAGE text-006 TYPE 'I' .
    ENDIF.
    ENDIF .

  • SMS looks like old blackberry curve. . .how can i change it?

    heyy =) if someone could help me that would be great!
    i just got the new blackberry curve 8520 and my SMS looks just like that of the older curve. i seen a few forums here where people didn't like the new threaded look (but i do!) and there is no way of changing it, is that the same if mine looks like the old way and i want to change it to the new one. so it. i tried to see if my desktop manager would pick up any upgrades for me but it didn't. im not sure what other way i could go about this =S please help!

    Upgrade the device to OS 5.0...
    http://www.blackberryforums.com/general-8500-series-discussion-gemini/221104-latest-os-8520-5-0-0-86...
    Device operating system releases are "released" by specific carriers once they have certified and trained their support techs, but still, you are able to load to any carrier's same model by following the instructions below.
    Do a backup of your device first, using Desktop Manager > Backup. Close Desktop Manager upon completion.
    1. Download the OS file to the PC then install it to the PC by running (double clicking) the file you downloaded.
    2. Go to c:\program files\common files\research in motion\apploader and delete the file named "vendor.xml."
    3. Plug in BB and double click on "Loader.exe." It's located in the same place as the above vendor.xml file.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Can I change the view of the the new SMS conversation to look like the old one

    I have a Storm 9530 v5.0.0.328 Verizon and I just have done a update played with it after and like all the upgrades but the way my coversation looks in SMS.  I really don't like way the text looks to much like IM is their any way to change view back to a preview version. Any Help Thanks

    You can downgrade your OS.
    1. Delete the newer OS from your PC by going to Control Panel >Add/Remove Programs.
    2. Then download and install the older version of the OS. BlackBerry Operating System Downloads
    3. Install the older OS to the PC by running (double clicking) the file you downloaded.
    4. Go to c:\program files\common files\research in motion\apploader and delete the file named "vendor.xml."
    5. Plug in BB and double click on "Loader.exe." It's located in the same place as the above vendor.xml file.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for

  • Itunes takes forever to open, or is not responding in task manager, windows 7

    My computer was just fine  2 days ago No windows updates were applied. I down loaded a 10 day demo of SureThing disc labeler to label with lightscribe cds. I was able to import the itunes info and burn discs and labels. Yesterday no itunes came up, 

  • Migrate local DC to NWDI with Netweaver CE 7.2

    Hi, I am working on Netweaver CE 7.2 and trying to import a local DC to NWDI. Everything is working fine till the deployment: Yes, you are correct.YOu need to copy thr source folder.Please refer below: Prerequisites The local Web Dynpro project was c

  • Unplanned Delivery Cost through INVOIC IDOC - Failing due to Cost Center

    Hello all, We are using INVOIC idoc for incoming invoice from the vendors, and are using E1EDK05-BETRG for getting the unplanned delivery costs.  However, we don't want to use a default cost center (OKB9) for the "Unplanned Delivery GL Account", inst

  • Where are screenshots going to?

    I need to take a picture of a conformation (no I don't have a working printer :P) and I did a screenshot (CommandControl+Shift3) and it makes the camera sound, but the images don't appear on my Desktop or my Pictures folder. Where are they going?! Pl

  • Safari quits / crashes immediately on opening

    Hi, My Safari quits immediately upon starting and displays the error message below.  What can I do to fix this? I am running OSX 10.10.1 Yosemite on a MacBook Air. Process:           Safari [791] Path:              /Applications/Safari.app/Contents/M