OUTPUT CUSTOMISING: TNAPR-NACHA empty

Dear all,
I have customised a new Output attached to sales document header:
When doing unit test I get error following error when trying to priint.
Processing program missing for output ZIRP (medium 1)
Message no. VN020
Diagnosis
No processing program is defined in table TNAPR for output type ZIRP (transmission medium 1) in application V1.
System Response
This output cannot be entered.
Procedure
In Customizing, enter a processing program for output type ZIRP and transmission medium 1.
Now:
1. I see that TNAPR-NACHA is empty and filled in the rest of the outputs.
2. VN_T685B-NACHA is filled correctly
3. Transaction VP01 has a valid condition record
4. Transaction VV12 filled correctly.
Can someone tell me why TNAPR-NACHA is empty?
This looks like being the source of the issue.
Thanks!

Hi,
Go to tcode NACE, and selection application V1 and for your output type in Default values..please chose a relevant value from the dropdown tranmission medium and save it.
Re-create the document and test it.
Regards
RS.

Similar Messages

  • RFC output node always empty

    Hi Experts,
    I created a web dynpro program and i've verified that the data i'm passing as input to the RFC is correct. however, no matter what input to the RFC though, the output node is always empty. What could I be missing that would cause the output node to be empty?
    Cheers,
    Alfonso

    hi
      have you checked  in the backend by passing same input to the RFC  and is the RFC
      giving you the data in the output node. , check the mandatory parameters in the RFC
      and you can even ask your ABAPer to give the TEST data to pass to the RFC from the
      webdynpro .
    try to hard code the data with data taken from abaper and check whether RFC is giving you the
    data ,  even try to debug the application , provide a external debugging in the RFC and
    and perform external debugging and check the data getting passed to all the mandatory parameter
    and the output node .

  • HTMLEditorKit keeps outputing empty file ????

    This code below does not work, I was able to ave to hmtl file with standard html config but one problem, it's all EMPTY????!?!? why, am I missing something here??????
    HTMLEditorKit kit;
    HTMLDocument doc;
    public myConstructor(){
            kit = new HTMLEditorKit();
            jTextPane1.setEditorKit(kit);
            doc = (HTMLDocument)kit.createDefaultDocument();
            jTextPane1.setDocument(doc);
    @Action
        public void saveFile(){
            fc = new JFileChooser();
            fc.setFileFilter(new filterHTML());       
            int returnVal = fc.showSaveDialog(SPackageInjector.this);
            if (returnVal == JFileChooser.APPROVE_OPTION) {
                try{
                    File file = fc.getSelectedFile();
                    FileOutputStream writer = new FileOutputStream(file + ".html");
                    kit.write(writer, doc, 0, doc.getLength());  //<------************does NOTHING here******************
                    writer.close();
                } catch (Exception e){}
        class filterHTML extends javax.swing.filechooser.FileFilter {
            public boolean accept(File f) {
                return f.isDirectory() || f.getName().toLowerCase().endsWith(".html");
            public String getDescription() {
                return "HTML";
        }You see I have no problems with RTF, I was able to dump everything out of jTextPane fine. For example, similar to above:
        public void saveFile(){
            fc = new JFileChooser();
            fc.setFileFilter(new filterRTF());       
            int returnVal = fc.showSaveDialog(SPackageInjector.this);
            if (returnVal == JFileChooser.APPROVE_OPTION) {
                try{
                    File file = fc.getSelectedFile();
                    FileOutputStream writer = new FileOutputStream(file + ".rtf");
                    writer.write(jTextPane1.getText().getBytes("UTF8"));
                    writer.close();
                } catch (Exception e){}
        class filterRTF extends javax.swing.filechooser.FileFilter {
            public boolean accept(File f) {
                return f.isDirectory() || f.getName().toLowerCase().endsWith(".rtf");
            public String getDescription() {
                return "Rich Text Format Files";
        }So the question is why doesn't it works for HTMLkit?????? Am I missing something here? Pleas help

    yeah, I've tried that too:
    writer.write(jTextPane1.getText().getBytes("UTF8"));
    instead of:
    kit.write(writer, doc, 0, doc.getLength());
    but it outputs the same old empty file, somehow the actual data never got filled in but the frontend of jTextPane1 did showed a bunch of colorful data.
    that empty file looks like this:
    <html>
    <head>
    </head>
    <body>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><b><p>
    </b></font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><b><p>
    </b></font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><b><p>
    </b></font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    </body>
    </html>
    man, it should fills in the data automatically so it looks like this:
    <html>
    <head>
    </head>
    <body>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">MY COLOR RED<b><p>
    </b></font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">MY COLOR GREEN<b><p>
    </b></font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">MY COLOR BLUE<b><p>
    </b></font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">MY COLOR BLACK<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">MY COLOR DSFSDFDSF<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">afdsfadsf<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">asdfdsf<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">asdfasdfasdf sdfsdfdsf<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">asdfasdfsdf<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">asdfasdfsdf<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff">345345345435<p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    <p style="margin-top: 0">
    <font size="3" face="Arial" color="#0000ff"><p>
    </font> </p>
    </body>
    </html>

  • Output determination does not happen during Sales Document creation

    Hello All,
    I am facing an issue where the automatic output determination does not happen when the Sales Order is created. Let me explain a bit on the background.
    Output type ZDL2 has been defined as a special function (TNAPR-NACHA = 8) attached to a custom program and Form routine to create Outbound delivery after successful posting of the sales order.
    Condition records are maintained to trigger this output for the Key Combination of Sales Org/Distrib Channel/Division/Route. Access sequence has also been correctly maintained for the above fields.
    When the Sales order is saved, the output is supposed to be triggered but out of several sales orders created, it triggered for just one document. We have no clues on what could be the issue.
    One question here is, can we have the access sequence maintained for the fields from both header and item level (ie KOMKBV1 and KOMPBV1). Please be reminded that, in our case, the field ROUTE comes from the field catalog KOMPBV1.
    Another point which we noticed is that, the Function Module COMMUNICATION_AREA_KOMPBV1 which is supposed to fill the Item data Communication structure for output determination was never called.
    Has anyone came across such situations. Comments or suggestions are really appreciated.
    Kind Regards
    Sabu Kuriakose

    Sabu Kuriakose,
    Since you are using ROUTE as one parameter for the condition table, and it is at the item level.
    the output is triggered at the header level.
    So a sales order can contain multiple items with different routes. so at header level how will u identify the route ?
    the fields might be available for creatign the condition table but the problem is the fields should get the value during order processing.
    in the analsysis screen you will know that the field is getting the value of the ROUTE  or not ?
    also for creating a delivery you need a shipping point. same as above you can hae multiple items with different shipping points. how will u consider that scenario.
    If you can explain that, then that will be helpful to answer your problem.

  • SD: Output determination - Use of transmission medium = "Special function"?

    Hi,
    Would you tell me what is the specific use of transmission medium = "Special function" (table TNAPR-NACHA = 8) in the output determination for messages?
    Transaction V/30
    Thanks and regards,
    Eric

    Hi Guys - Transmission medium 8 - special function is a very strong functionality that SAP has provided. You can have a business document perform a specific function everytime it is created, obviously as an output to that document. I am not sure about FICO areas, but I have worked on it in SD.
    We do automatic shipment creation for deliveries. An output condition was created with access sequence of shipping cond and shipping point. Now whenever there will be a delivery created for this shipping point, it would trigger this output. The output is configured with special function transmission medium. The special function executes the program mentioned in the condition record set up. Through that program, we create a shipment that will have that delivery doc.
    So then everytime a delivery is created, we would have a shipment document created for it without having to schedule another background job....!!!!
    Likewise, you may accordingly utilize FICO documents and processing using special function output medium.
    Thanks
    Nikhil

  • Difference in Null and Empty String

    Hi,
    I have been wondering about the difference between Null and Empty String in Java. So I wrote a small program like this:
    public class CompareEmptyAndNullString {
         public static void main(String args[]) {
              String sNull = null;
              String sEmpty = "";
              try {
                   if (sNull.equalsIgnoreCase(sEmpty)) {
                        System.out.println("Null and Empty Strings are Equal");
                   } else {
                        System.out.println("Null and Empty Strings are Equal");
              } catch (Exception e) {
                   e.printStackTrace();
    This program throws Exception: java.lang.NullPointerException
         at practice.programs.CompareEmptyAndNullString.main(CompareEmptyAndNullString.java:10)
    Now if I change the IF Clause to if (sEmpty.equalsIgnoreCase(sNull)) then the Program outputs this: Null and Empty Strings are Equal
    Can anyone explain why this would happen ?
    Thanks in Advance !!

    JavaProwler wrote:
    Saish,
    Whether you do any of the following code, the JUnit Test always passes: I mean he NOT Sign doesnt make a difference ...
    assert (! "".equals(null));
    assert ("".equals(null));
    You probably have assertions turned off. Note the the assert keyword has nothing to do with JUnit tests.
    I think that older versions of JUnit, before assert was a language keyword (which started in 1.4 or 1.5), had a method called assert. Thus, if you have old-style JUnit tests, they might still compile, but the behavior is completely different from what it was in JUnit, and has nothing to do with JUnit at all.
    If you turn assertions on (-ea flag in the JVM command line, I think), the second one will throw AssertionError.

  • Getting error while executing a procedure and assign the output in BPEL

    Hi
    I am getting the Following error while deploying BPEL in 10.1.3.1. I have invoked Database Adapter and called a procedure and that procedure returns a output. I have assigned that output to a variable.
    empty variable/expression result.
    xpath variable/expression expression "/ns2:OutputParameters/ns2:GREETING" is empty at line 98, when attempting reading/copying it.
    Please make sure the variable/expression result "/ns2:OutputParameters/ns2:GREETING" is not empty.
    Please reply me with Solutions

    Hi,
    Are you getting this error while deploying or testing ?
    Normally this will happen due to namespace mismatch issue. But if you have auto-created the variables then JDev will take care of it so it should not be a problem
    Also, please check if this also happens if the code is deployed to 10.1.3.3 ?
    Regards,
    ketan

  • Output error on different reports

    Hello friends,
    I'm facing problem in report output on different requests. The requests are being completed successfully but when I click on view output it either tries to open a new webpage which get vanished without showing any output, shows xml code or error stating that the concurrent request didn't create a output file or is empty.
    On another computer where a download manager was open it downloads a file with name FNDWRR.exe
    We are you using EBS 12.1.1 on Redhat Linux 5 and client PCs have windows XP with IE. We have vision demo database.
    Please help.
    Regards
    Aneel

    I'm facing problem in report output on different requests. The requests are being completed successfully but when I click on view output it either tries to open a new webpage which get vanished without showing any output, shows xml code or error stating that the concurrent request didn't create a output file or is empty.What is the output type of those concurrent programs?
    Please post the contents of the request log file here.
    Can you find any errors in the CM/OPP log files?
    On another computer where a download manager was open it downloads a file with name FNDWRR.exe
    We are you using EBS 12.1.1 on Redhat Linux 5 and client PCs have windows XP with IE. We have vision demo database.Please make sure you have the application URL added to your trusted sites list (from the browser), and make sure all pop-up blockers are disabled.
    How to Setup The Report Output to Different Viewer Types in Oracle Applications [ID 184375.1]
    The File You are Trying to Open, 'FNDWRR.exe' is in a Different Format Than Specified By The File Extension [ID 467256.1]
    Thanks,
    Hussein

  • To send smartform output in an email without attachment

    Hi All,
      How to send smartform output in an email without attachment?
    Thanks & Regards,
    Mamta Gupta.

    Try this,
    DATA:
    ls_control_param TYPE ssfctrlop, "Control paramters
    ls_output_options TYPE ssfcompop. "Output options
    DATA:
    lv_ip_mailaddr TYPE so_name, "Address of a Mail Recipient
    lv_ip_type_id TYPE so_escape, "Recipient type
    ls_recipient_id TYPE swotobjid, "Structure for recvr obj ID
    ls_sender_id TYPE swotobjid. "Structure for sender obj id
    CONSTANTS:
    lc_ip_type_id TYPE so_escape VALUE 'U', "For internet address.
    lc_smartform TYPE tdsfname VALUE 'ZVSF_ASN_DELNOTE', "Smart form name
    lc_mail TYPE tddevice VALUE 'MAIL'. "Mail device
    Assign recipient
    lv_ip_mailaddr = gv_smtp_addr. "CSAM email id
    lv_ip_type_id = lc_ip_type_id. "External address
    Create Mail title
    CONCATENATE text-001
    nast-objky
    INTO ls_output_options-tdtitle.
    Create recipient object
    CALL FUNCTION 'CREATE_RECIPIENT_OBJ_PPF'
    EXPORTING
    ip_mailaddr = lv_ip_mailaddr
    ip_type_id = lv_ip_type_id
    IMPORTING
    ep_recipient_id = ls_recipient_id
    EXCEPTIONS
    invalid_recipient = 1
    OTHERS = 2.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Get sender object id.
    CALL FUNCTION 'CREATE_SENDER_OBJECT_PPF'
    EXPORTING
    ip_sender = sy-uname
    IMPORTING
    ep_sender_id = ls_sender_id
    EXCEPTIONS
    invalid_sender = 1
    OTHERS = 2.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Assign the smart form name
    w_ssfname = lc_smartform.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
    formname = w_ssfname
    IMPORTING
    fm_name = lf_fm_name
    EXCEPTIONS
    no_form = 1
    no_function_module = 2
    OTHERS = 3.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    For Print output:
    IF nast-nacha = '1'. "Print output
    ls_control_param-preview = 'X'.
    ls_control_param-no_dialog = 'X'.
    ENDIF.
    For Email output.
    IF nast-nacha = '2'. "Email
    Output options
    ls_output_options-tdteleland = gs_kna1-land1.
    ls_output_options-tdtelenum = gs_kna1-telfx.
    ls_output_options-tdfaxuser = sy-uname.
    ls_output_options-BCS_COMMIT = 'X'.
    ls_control_param-device = lc_mail.
    ENDIF.
    dynamically call Fm behind the Smart form
    CALL FUNCTION lf_fm_name
    EXPORTING
    control_parameters = ls_control_param
    mail_recipient = ls_recipient_id
    mail_sender = ls_sender_id
    output_options = ls_output_options
    user_settings = ' '
    TABLES
    delivery = gt_delivery
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc 0.
    cf_retcode = sy-subrc.
    PERFORM protocol_update.
    ENDIF.
    Regards,
    Joan

  • How can I find out the first intial row in VA02-output transaction??

    How can I find out the first intial row in the screen which appears during sales order change (VA02) >>enter the sales order number >>after the first screen appears >>in the menu bar go to EXTRAS>>OUTPUT>>HEADER>>EDIT??
    I have to find out the first row in the OUTPUT column which is empty,then populate it with some data using BDC.
    usefull answers will be rewarded.
    regards,
    Shashank .

    Pass the sale order number in the object key of NAST table,
    if u get 3 entires, then u need to place ur entry in the fourth row in that table control thru BDC.
    I think u got the logic.
    Regards,
    Sujatha.

  • Advance output VAT configuration problem, FTXP

    I have a problem with configuration of outgoing down payment tax code.
    In transaction FTXP I've created tax code with following configuration:
    TAX TYPE ,       ACCT KEY,    %,    LEVEL, COND. TYPE,  ACCOUNT
    Output tax (VAT)      , MWS, 10 ,    140,      MWR1,        1960000
    OutputTax-DebitClear, ZUD,            ,    150,      MWR2,        9119000
    OutputTax-CredtClear, ZUK,            ,    160,      MWR3,        9010000
    Tax type - A,  Output tax
    Check - switched on
    EU Code, Target code, Tgt tax code: Output and Input   are   empty.
    When I try to post invoice (transaction FB01) in SAP R3 automaticaly generates additional line item for account 1960000 but no item generates for accounts 9119000 and 9010000 (i.e. for tax type ZUD & ZUK).
    Tax category for accounts 9119000 and 9010000 is set to + (only output tax allowed).
    Could you give me guidence what have I missed with tax configuation..
    Thanx.

    The problem has been solved.
    We have problem with 901-requirement witch used in tax calculation procedure. Accordingly to russian legislation requirements SAP deliver configured tax calculation procedure - taxru. To avoid error message FF 731 - "Tax code may only contain one rate" tax calculation procedure uses 901 requirement for zud and zuk. 901 requirement should has condition text (VOFM transaction -> menu requirements -> Pricing):
    check: ( sy-dynnr = '0312' and
                  sy-cprog = 'SAPMF05A' and
                  sy-tcode = 'FB01') or
      sy-cprog = 'RFUMSV25'  or
            sy-cprog = 'J_3RFUM25'.
            sy-subrc = 4.
    In my case this text was changed by some one and my calculation procedure did not work.
    Thank you all for assistance !!!!

  • NACHA payment format

    Has anyone customized the NACHA Payment program in 11.5.10.2? Our bank requires carriage returns after each record type rather than one long record which is why we have to do this? Can it be done with BI Publisher or do we have to modify the Oracle report? I tried changing the output of the NACHA payment program to XML and it errored.

    Danny,
    Thanks for this - I've figured out what they did. The report produces standard layout, with carriage returns and line feeds. Proved that by running it in the previewer.
    What they then did was define a new prt file with no carriage return/line feed characters defined, effectively stripping these from the report output.
    I've created a prt with these in and it works fine.
    Regards,
    Rob

  • Select options using OVS empty

    Hi all,
    I have created a select options dynamically using OVS.
    If the output table is empty my OVS appears empty and i don't want that this appears.
    The search help must appear only when the output table is not empty.
    How do i solve this?
    Thanks

    Hi.
    My problem has not been repair.
    There is no way to disable an OVS at runtime.
    See:
    cancelling an OVS help?
    Thanks a lot.

  • I want XSLT do not create any output file

    I have a xslt file.
     <xsl:variable name="var:InValidReceiptCount">
    .... In here. I want xslt do not create any output file, also an empty file
    </xsl:variable>
    Thanks for helping :)

    If you can tell us your application scenario and why you are trying to control the output name only with xslt, then we can drive you towards correct direction. Remember you cannot control output path with xslt. 
    if you are using bizTalk, you have to use xslt with maps and set the output path at ports
    if you are using .net, you have to control it from your dotnet code.
    Xslt alone cannot control the output path.
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Two instances of quirky behavior: array size of empty array and tab control freeze

    LV 7.1
    Array size of empty array. Adding empty arrays to an array of higher dimension produces a fantom array of non-zero size.
    Tab control freeze. An event structure with checked 'lock front panel until the event case completes' option permanently freezes the front panel in certain special circumstances.
    Zador

    tst wrote:
     Tell me if you still think this makes sense.
    Whew, let me look at this tonight after I activate the 4D module in my brain.
    (I think it makes sense, though ) Generally I look at the product of the dimensions array to determine if an array is empty. You can initialize a multidimensional array with some dimensions at zero and it is reproduced nicely in the array size output. Also the "Empty array" tool correctly identifies it as empty, even if some dimensions are nonzero.
    Message Edited by altenbach on 03-15-200612:42 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    init.png ‏3 KB

Maybe you are looking for

  • I am not able to assign job_id  in my Assignment api

    Hi Can anybody help me I am created one for create job using hr_job_api What am trying to assign my job_id to assignment api logic is If the job is not it creates job using job api, If job is already exists it assign to assignment api CREATE OR REPLA

  • Schedule lines not getting confirmed on staurdays and sundays

    Hi all, At sales order level, the schedule lines are not getting confimred on staurdays and sundays. So,in the factory which has been assigned to that plant, we have checked all holidays . Even then it's not confirming on saturdaus and sundays. In th

  • Is there a way to programati​cally call the LabVIEW "find" function?

    Hi, My situation is this. I've inherited a LabVIEW program with about 375 vi's. Now when I build this into an executable, for memory reasons, I only want the "remove panel" feature set to no for vi's that are dynamically loaded. But I don't know exac

  • Need Recommendation On First Drawing Tablet (PC)

    Hi, I am a web developer (I mostly do the 'plumbing' -- PHP, SQL, CSS) and work with art already received. I do various tasks in Illustrator and PS, such as color correction or converting a photo to a line art logo, but up until now never done much '

  • Unable to read messages in PC Suite

    Good afternoon. I have done a search for similar threads on this topic but have been unable to find any. Currently using Windows 2000 Pro, PC Suite 6.82.22.0 and bluetooth connection to Nokia 6230i. My problem is that I have some messages that are qu