How to exclude some customer for NOT printing an invoice.

Hi, output control mechnism based on condition technique within SAP
We print invoices for all our customers, so we "condition technique-ed" it simple on a simple access, for example Sales Area + Invoice type.
Now we have one customer for which we do not want to print the invoice anymore (any reason);
How to arrange/configure here some exclusion in a fine, way; for 'tomorrow' we do not want to print it for customer no2,3,4,5...etc..
Outputcontrol records do not have/bear 'exclusion', like pricing-appplication.
Anybody any good advises, please, thanx in advance,

Hi,
You can achieve your requirement by below method.
You can change your access sequence from "Sales Org / Billing Type" to "Sales Org / Billing type / Bill-to party"
In that case, you have to create output condition master records only for the Bill-to party who require printouts. (Tx: VV31)
So when creating billing documents, for customers those have VV31 record will get print and other don't.
This is how you do it in configuration.
Create output condition table
First you need to create a condition table. Go to V/63
Choose "Create" from menu option "Condition". Enter a number more than 900 and press Enter
Then like you create condition tables in pricing, create a new table for that sequence. Double click on the fields from "FieldCatlg" table in below sequence.
Sales Org / Billing type / Bill-to party
Upon double click it will add to "Selected fields" section. Once done, press "Generate" button (RED color circle)
Press "YES" for the pop up.
Select the relevant  Package and press OK. If you DO NOT want to create transport requests, then select "LOCAL OBJECT" button without giving a Package. If you want to Tr in to another client, ask your basis team to give the correct package.
Note down the condition table number.
Add the condition table to your Access Sequence
Go to below IMG Path
Sales and Distribution / Basic Functions / Output Control / Output Determination / Output Determination Using the Condition Technique / Maintain Output Determination for Billing Documents / Maintain Access Sequences
If you want, create a new Access Sequence, Else you can add your new table to your existing access sequence as well.
I'll tell how to create a new Acc Seq. Go to that node, While in 'Access Sequences' node, press "New Entries" button
Create a new Acc Seq with your ID & Desc. Select that and double click on "Accesses" node
Press "New Entries" button and enter "Ac No" and your new table number
Highlight that line & double click on "Fields" node See whether relevant fields are there from the table.
Save
Now you need to add that Access Sequence to your relevant Output condition.
Go to Sales and Distribution / Basic Functions / Output Control / Output Determination / Output Determination Using the Condition Technique / Maintain Output Determination for Billing Documents / Maintain Output Types
Go to change mode an Go to relevant output type (Eg:RD00). Highlight it and click on "Magnifier Glass"
Enter your new access sequence under field "Access sequence" from the "General Data" tab and Save
Now go to VV31 record.
Enter your output type and press enter. Since you have one acc seq, it'll directly take you in.
Maintain relevant data for required customers only. Make sure your enter "Output Device" and those ticks for "Print immediately" and "Release after output" under "Communication" button with "Date time" = 4 in initial screen.
Save.
Now try from beginning.
For those who have VV31 records will get print automatically. Others not.
Best regards,
Anupa

Similar Messages

  • How to exclude some tables from schema level replicatio????

    Hi,
    I am working on oracle10g stream replication.
    My replication type is "Schema Based".
    So can anyone assist me to undersatnd, how to exclude some tables from schema based replication.
    Thanks,
    Faziarain

    You can use rules and include them in the rule set, lets say you dont want LCR to be queued for table_1 in schema SALES, write two rules one for DDL and another for DML with NOT logical condition.
    DBMS_RULE_ADM.CREATE_RULE(
    rule_name => 'admin.SALES_not_TALBE_1_dml', condition => ' (:dml.get_object_owner() = ''SALES'' AND NOT ' ||
    ' :dml.get_object_name() = ''REGIONS'') AND ' ||
    ' :dml.is_null_tag() = ''Y'' ');
    DBMS_RULE_ADM.CREATE_RULE(
    rule_name => 'admin.hr_not_regions_dlll',
    condition => ' (:dml.get_object_owner() = ''SALES'' AND NOT ' ||
    ' :ddl.get_object_name() = ''table_!'') AND ' ||
    ' :dsl.is_null_tag() = ''Y'' ');
    just go through this document once, http://download.oracle.com/docs/cd/B28359_01/server.111/b28321/strms_rules.htm#i1017376
    Edited by: user8710159 on Sep 16, 2009 5:21 PM

  • How to exclude sales office for combination sales order type/division?

    Hi experts,
    I would appreciate if you could advise: How to exclude sales office for combination sales order type/division in ECC 6.0 ?

    Hi
    Standard SAP functionality would not be able to cater to this. Ideally create a Z table with sales order type and sales office combination. Put in entries for combinations that are allowed. In Sales order program MV45AFZZ use the exit USEREXIT_MOVE_FIELD_TO_VBAK. In this exit write down the logic passing the sales office determined and the order type and check if the entry is there or not. If the entry is there then it should go on to the next step. If it does not then pass an error message. You need to use the help of your ABAP er for this.
    Thanks
    Indranil

  • How to exclude some tables in inoort

    Hi all,
    how to exclude some tables . For example, I have Oracle
    export file which contains a hundred tables, but I want to import all the tables except one, i.e. its (some table name) . Can I achieve this goal?
    thanks in advance.

    Hello,
    It depends on your Oracle Release.
    Up to Oracle *9.2* you have just the classical export/import utility.
    So, you'll have to list the Tables you want to Import with the following parameter:
    TABLES=(
    <table_1>,
    <table_n>
    )Starting with *10.1* you have the Datapump (expdp / impdp). With this new utility you have the very useful parameter EXCLUDE. It works like that:
    EXCLUDE=TABLE:"='<table>'"Please find a link about this topic:
    http://www.oraclefaq.net/2007/03/09/expdp-datapump-excludeinclude-parameters/
    Hope this help.
    Best regards,
    Jean-Valentin

  • Hello - does anyone now how to place a complain for an over charged invoice over a in-purchase game? Apple is charging 10 times more the purchase we made and I cannot find anyplace in the App store to complain online or via email? Please help if you know

    Hello - does anyone now how to place a complain for an over charged invoice over a in-purchase game? Apple is charging 10 times more the purchase we made and I cannot find anyplace in the App store to complain online or via email? Please help if you know

    Use the Report a Problem link in the iTunes email receipt you received. Also in-app purchases can be made without the password if you bought the app within the last 15min. You should enable the in-app restriction in Settings.

  • Export_to_Excel_pkg - How to exclude some fields in the export?

    While it does generate an excel spreadsheet, it includes all the columns of my report even though I have conditions on most of them. I allow the user to select the columns he/she wants in the report. So I want the Excel spreadsheet to have the same fields as the report. How can this be accomplished?
    <br><br>
    I use APEX 3.0.1 not APEX 3.1 and I don't use a report server.
    <br>
    <br>
    Please help!
    <br>
    Regards,
    Robert

    I was able to create an Excel spreadsheet excluding some fields based on the column's condition. I accomplished this by modifying the Export_to_Excel_pkg package. I added a new procedure and modified an existing one (print_report_header). I bolded the area where I changed or added code.<br><br>
    FOR c IN (SELECT   column_alias, NVL (heading, column_alias) heading,
                       format_mask
    ,condition_type,condition_expression1,condition_expression2
                  FROM apex_application_page_rpt_cols
                 WHERE page_id = p_page_id
                   AND application_id = p_app_id
                   AND region_id = TO_NUMBER (LTRIM (p_region, 'R'))
      -- AND include_in_export = 'Yes'
    AND (column_link_text is null or
    (column_link_text is not null and
    UPPER(column_link_text)=UPPER(column_alias))
    )            -- and column_is_hidden = 'No'
              ORDER BY display_sequence)
         LOOP
    if upper(c.condition_type) = 'PLSQL_EXPRESSION' then
    export_excel_pkg.get_include_in_report(p_page_id
    ,p_app_id
    ,p_region
    ,c.column_alias
    ,c.condition_expression1
    ,v_include_in_report);
    if v_include_in_report <> 'YES' then
    goto next_field;
    else
    null;
    end if;
    else
    null;
            end if;
            v_number_of_cols := v_number_of_cols + 1;
            v_column_header_list :=
                    v_column_header_list || ';' || REPLACE (c.heading, ';', ' ');
            v_column_alias_list := v_column_alias_list || ';' || c.column_alias;
            -- apply column formatting
            IF c.format_mask IS NOT NULL
            THEN
               v_column_select_list :=
                     v_column_select_list
                  || ',to_char('
                  || c.column_alias
                  || ','''
                  || c.format_mask
                  || ''') '
                  || c.column_alias;
            ELSE
               v_column_select_list :=
                                   v_column_select_list || ',' || c.column_alias;
            END IF;
    <<next_field>>
    null;     END LOOP;
    The new procedure:<br>
    PROCEDURE get_include_in_report (
    p_page_id IN number,
    p_app_id IN number,
    p_region IN VARCHAR2,
    p_column_alias IN VARCHAR2,
    p_condition_expression1 IN VARCHAR2,
    p_include_in_report OUT VARCHAR2)
    AS
    v_condition varchar2(20) := 'PLSQL_EXPRESSION';
    v_query varchar2(32767);
    v_include varchar2(3) := 'NO';
    v_cur_hdl INT;
    v_rows_processed INT;
    begin
    v_query :=
    'SELECT ''YES'' '
    || 'FROM apex_application_page_rpt_cols '
    || 'WHERE page_id = :g_page_id '
    || 'AND application_id = :g_app_id '
    || 'AND region_id = TO_NUMBER (LTRIM (:g_region, ''R'')) '
    || 'AND condition_type = :g_condition '
    || 'AND column_alias = :g_alias '
    || 'AND ' || p_condition_expression1 ;
    -- open cursor
    v_cur_hdl := DBMS_SQL.OPEN_CURSOR;
    -- parse the query
    DBMS_SQL.PARSE(v_cur_hdl,v_query,DBMS_SQL.NATIVE);
    -- Supply binds (bind by name)
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_page_id',p_page_id);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_app_id', p_app_id);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_region', p_region);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_condition',v_condition);
    DBMS_SQL.BIND_VARIABLE(v_cur_hdl, 'g_alias',p_column_alias);
    -- Describe defines
    DBMS_SQL.DEFINE_COLUMN(v_cur_hdl, 1, v_include, 3);
    -- Execute
    v_rows_processed := DBMS_SQL.EXECUTE(v_cur_hdl);
    -- Fetch a row
    IF DBMS_SQL.FETCH_ROWS(v_cur_hdl) > 0 THEN
    -- Fetch columns from the row
    DBMS_SQL.COLUMN_VALUE(v_cur_hdl, 1, v_include);
    -- Process
    ELSE
    null;
    END IF;
    DBMS_SQL.CLOSE_CURSOR(v_cur_hdl); -- close cursor
    p_include_in_report := v_include;
    end;
    <br>
    <br>
    I hope this helps others as well.
    <br>
    <br>
    Regards,<br>
    Robert

  • Printer- custom report not printing

    HI,
    Apps 11.5.10.2
    RDBMS 9i
    Am able to get print from appliaction for stanadard reports.
    If i give custom report.. its printing but content is not same as output..
    OUTPUT is coming in one line..
    %PDF-1.1
    1 0 OBJ
    << 0
    /Creator (Developer 2000)
    etc
    Thanks

    HI,
    Am getting output like follwing
    Please run the test in (Note: 264118.1 - 11i : Pasta Pasta Printing Setup Test) to verify that PASTA is configured properly.------------- Test Result Summary -------------
    Total Tests: 1
    Success Count: 0
    Error count: 1
    Test Names Status
    oracle.apps.izu.fnd.diag.FNDPastaDiag Succeeded with Warnings
    ----------- End Test Result Summary -----------
    ============= Test Result =============
    Test Class Name: oracle.apps.izu.fnd.diag.FNDPastaDiag
    Application Code: FND
    Group Name: Setup
    Status: Succeeded with Warnings
    Time: 2010-07-06 11:57:07.0
    Time Consumed: 8154
    Test Version: 115.8
    Tool Version: 115.131
    Install Version: Base: none Upgrade: none
    Mode: 1
    Index: 1
    Tested Class Name Tested Class Version
    oracle.apps.izu.fnd.diag.FNDRequestIDLov 115.4
    oracle.apps.jtf.regress.qatool.base.DBUtility 115.1
    oracle.apps.jtf.regress.qatool.base.DiagBase 115.2
    oracle.apps.jtf.regress.qatool.base.FileUtility 115.1
    oracle.apps.jtf.regress.qatool.base.HRInfo 115.0
    oracle.apps.jtf.regress.qatool.base.OSUtility 115.5
    oracle.apps.jtf.regress.qatool.base.SessionHelper 115.0
    oracle.apps.jtf.regress.qatool.fnd.FNDUtility 115.10
    Input Names Input Values
    Responsibility ID 50300
    Request Id 320444
    Diagnostic Test Executed By SYSADMIN
    Dependent Class Names
    Report:
    Oracle Diagnostics Information Product Installation Status and Patchset Level Parameters
    Generic Tests Language Information Pasta Driver Settings
    Concurrent Node Environment Variables Pasta Viewer Settings to View Bi-Directional Reports Bi-Directional Specific Settings
    Retrieving Log and Configuration Files for Support References
    Database Information [Top]
    Server = rofdbs5
    Version = Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    Name/SID = STAGE
    Language = AMERICAN
    Character Set = US7ASCII
    Application Information [Top]
    Release = 11.5.10.2
    Application = Projects (275) with status of INSTALLED
    Responsibility = RI_Projects Superuser (50300)
    MultiOrg Flag = Y
    Operating Unit = RI Operating Unit (104)
    Security Group = Standard
    Oracle Diagnostics Information [Top]
    Patch Oracle Diagnostics 2.5 RUP A (5914893) is installed
    Patch Oracle E-Business Suite 11i Diagnostic Tools, Nov 2008 - 8.11 (7530017) is installed
    Metalink Document Id = 264118.1
    Product Installation Status and Patchset Level [Top]
    Application Short Name Id Installation Status Patch Level
    Application Object Library FND 0 Installed 11i.FND.H
    Applications DBA AD 50 Shared 11i.AD.I.6
    System Administration SYSADMIN 1 Installed Not Available
    XML Publisher XDO 603 Not Installed 11i.XDO.H
    4 rows retrieved
    Parameters [Top]
    Username = SYSADMIN
    Responsibility = RI_Projects Superuser (50300)
    Request Id = 320444
    Generic Tests [Top]
    Node Information
    Tiers = Admin, Web, Forms, Concurrent
    Pasta Executable Version
    Version = 3.0.4.0(patch
    Oracle Reports Version
    Detected version 6.0.8.28.0 is >= expected version 6.0.8.18
    Language Information [Top]
    Installed Languages
    Language Code Installed Flag NLS Language
    US Base AMERICAN
    1 row retrieved
    Database Character Set
    Database character set = US7ASCII
    Pasta Driver Settings [Top]
    Printer Name = CD1230
    Printer Style = PORTRAIT
    WARNING - Driver PORTRAITHPLJ3-A4 is not defined for pasta printing
    ACTION - For pasta printing please modify printer driver PORTRAITHPLJ3-A4 to have FNDPSTAX as program.
    Reference: Oracle Applications System Administrator's Guide
    Pasta PrintForms
    The printforms feature is not used. To insert a company logo or background image in a concurrent report please refer to PASTA 3.0 Release Information
    Pasta Configuration File
    The pasta executable chooses the non default configuration file defined as a driver argument '-F' using the following rules (in the following order):
    1. Configuration file associated to the specific printer
    2. Configuration file for all the printers
    Current settings
    The PASTA variable is not set
    The file '/stageAPP/stageappl/fnd/11.5.0/resource/pasta_CD1230.cfg' does not exist
    The file '/stageAPP/stageappl/fnd/11.5.0/resource/pasta.cfg' exists
    Configuration file in use = /stageAPP/stageappl/fnd/11.5.0/resource/pasta.cfg
    Concurrent Node Environment Variables [Top]
    NLS_LANG Variables
    Database = AMERICAN_AMERICA.US7ASCII
    OS environment = AMERICAN_AMERICA.US7ASCII
    Concurrent Request = AMERICAN_AMERICA.US7ASCII
    Pasta Environment Variables
    LANG =
    PASTA =
    IX_PRINTING =
    IX_RENDERING =
    APPLLCSP Environment Variable for Bitmap Report Printing
    APPLLCSP =
    Pasta Viewer Settings to View Bi-Directional Reports [Top]
    Bi-Directional Mime Type
    WARNING - The mime type 'apps/bidi' is missing
    ACTION - Create a new mime type as mentioned in the PASTA Users Guide 3.0. See also PASTA 3.0 Release Information
    Profile Options
    Viewer: Application for Text (FS_MIME_TEXT) = null
    Viewer: Text (EDITOR_CHAR) = Browser
    Bi-Directional Specific Settings [Top]
    The current database character set does not require bi-directional settings
    Retrieving Log and Configuration Files for Support [Top]
    Adding file '/stageAPP/stageappl/fnd/11.5.0/resource/pasta.cfg' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    This test cannot get the IX Library configuration file (ixlib.cfg) because environment variable IX_PRINTING is not set. For more information see note Oracle Reports 6i Setup Guide for Oracle Applications 11i
    This test cannot collect the IX Display configuration file (ixlib.cfg) because environment variable IX_RENDERING is not set. See note Oracle Reports 6i Setup Guide for Oracle Applications 11i
    Adding file '/stageAPP/stageora/8.0.6/guicommon6/tk60/admin/uiprint.txt' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    Adding file '/stageAPP/stageora/8.0.6/guicommon6/tk60/admin/Tk2Motif.rgb' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    Adding file '/stageAPP/stageora/8.0.6/guicommon6/tk60/admin/uifont.ali' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    Adding file '/stageAPP/stageappl/fnd/11.5.0/reports/HPP.prt' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    Adding file '/stageAPP/stagecomn/admin/log/STAGE_rofdbs5/l320444.req' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    Adding file '/stageAPP/stagecomn/admin/out/STAGE_rofdbs5/o320444.out' to '/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip'
    Please upload the generated output file (/stageAPP/stageappl/izu/11.5.0/out/PastaPrinting.zip) when creating the service request
    References [Top]
    Note 239196.1 PASTA 3.0 Release Information
    Note 240864.1 Activating and Configuring IX Library
    Note 189708.1 Oracle Reports 6i Setup Guide for Oracle Applications 11i
    If you are experiencing any issues regarding this diagnostic test, please use Metalink to log an iTAR (Service Request) for product "Support Diagnostics Project" (ID=1332).
    If you have any question related to support diagnostic tools (installation, execution, usage or availability), you can ask us using the Support Diagnostics Project forum on Metalink.
    We would also appreciate your feedback regarding the usefulness of this test, however, there will be no replies to feedback emails.
    Error Message: 0 errors and 2 warnings were found.
    Fix Info: Please review the test summary for more information.
    ============ End Test Result ============

  • How do i set dpi for picture printing in photoshop elements 4

    how do i set dpi for pictures to print using photoshop elements 4 . . . thank you.  i do not mean resolution but the dpi asnd if i can't then what version would be able to do it . . .

    You can set that under Image>Resize>Image Size and uncheck Resample Image and enter the Resolution
    http://planetphotoshop.com/explaining-image-resolution-and-view-print-size.html
    http://graphicssoft.about.com/od/photoshop/l/bllps502x6.htm

  • How to set static IP for C4599 printer ???

    Was afraid if we clicked 'answered' <per 'answer' below> we may never get an answer to a followup question to 'PrintDoc'  at http://h30434.www3.hp.com/psg/board/message?board.id=Networking&thread.id=5277 .
    Hopefully this re-post will help.
    Question/s...
    1. When trying to set 'static IP', and click on 'this' link ( http://h30434.www3.hp.com/t5/forums/replypage/board-id/Networking/message-id/NetGear%20'RangeMax'%20... ) at your email < below> get...
    "An Unexpected Error has occurred."
    2. Also, getting printing error after HP Director shows C4500 wireless connected and starts printing.
    At 'Component Services' / 'Event Properties' shows...
    "The document http://wwwapps.ups.com/WebTracking/processInputRequest?HTMLVers owned by Alan failed to print on printer HP Photosmart C4500 series (Wireless). Data type: NT EMF 1.008. Size of the spool file in bytes: 48960. Number of bytes printed: 0. Total number of pages in the document: 2. Number of pages printed: 0. Client machine: \\AKM. Win32 error code returned by the print processor: 2250 (0x8ca).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp."
    When click on 'events.aps' link get...
    'Event Viewer' showing 'xpsp2res.dll' file info ?
    Does #2. have anything to do with 'IP' question, and will 'static IP' fix ?"
    Please advise.
    Thanks much.
    Original answer...
    10-13-2009 10:03 AM
    PrintDoc 
    Master's Graduate
    Posts: 1383
    Registered: 08-19-2009
    Message 8 of 10
    Viewed 481 times
    Re: C4599, wireless Error-Printing, unable to 'communicate' with the device ???
    Sure we can set a static IP (actually we are going to reserve an IP address - even better).  But first, please mark the post that helped you solve the problem as "Accepted Solution".
    Connect to the wireless router by typing the IP address of the wireless router in the address field of your browser, then click Enter. 192.168.1.1 is the default IP address of the wireless router. The wireless router will prompt you to enter the user name of 'admin' and the password. The default password is 'password'.
    See the procedure on page 8-16 of this < http://h30434.www3.hp.com/t5/forums/replypage/board-id/Networking/message-id/NetGear%20'RangeMax'%20... > document to reserve and IP address for your printer. 
    You will need the MAC address of your printer (this is on the Network Config Page you printed from the front panel of the printer).
    (Although I am employed by HP, I am speaking for myself and not for HP)
    Original Posters - please mark the post that solves your problem as "Accepted Solution"
    Thanks again for your help !
    akm (XPproSP-3,IE-7,Office2003)
    This question was solved.
    View Solution.

    Thank you for the followup. 
    Just got back to this thread after trying what you suggested re new install program.
    Months ago, when originally tried to install new C4500, spent weekend, literally 4hrs on a Sat and 4hrs the following Sun with HP support on the phone trying to get C4500 wireless to work.
    Finally downloaded a new install program and after installing that and making other numerous setup adjustments, which I cant remember, it worked (the only saving grace for the time spent) for a while.
    But for the sake of trying, we did put in the original disk, just like page 4 (or our original paper manual) instructed (per your last post).
    The disk loaded and the program did its thing and then get...
    "A newer version fo this software is alredy installe on you HP HPPhotosmare C4500 series computer."
    So clicked 'finish'.
    Then loaded...
    PS_AIO_04_C4500_USW_Full_Win_enu_120_210_NB.exe
    ...which we thougth was the new installer program which we downloaded those months ago (same one you suggested).
    Started the '4 step' process.
    Got to 'step 3' and it connected to printer with usb cable.
    Along the way got message from 'network diagnostics'...
    "The PC and the printer are connected to different networks(192.168.1.0 and 192.168.0.0).  They must be connected to the same network.  This can happen when you use the manufacturer's default network name (SSID) and another nearby network is using the same name.
    The gateway address of the printer does not match the network to which the printer is connected. Reconfigure the setting on your printer to match."
    Tried changing ip addresses at network settings, but no help.
    Clicked on disregard and proceed.
    Started 'Network diagnostics' and got...
    HPPhotoshopEssential 'install' bar window.
    Either way, disk or new install program, get pop-up window with message...
    'The feature you are tryong to use is on a CD-ROM or tother removabledisk that inot available. Insert the 'HPPyotosmartEsesential' disk and click OK."
    Moved HP .msi and .cab files to same directory with ...NB.exe file.
    Install went ahead, and then needed 'setup.exe'.
    Opened setup.exe at disk and install went ahead.
    Installed latext updated 'HP Solution Center'.
    It showed both the C4500usb and wireless, but still wireless not 'connected'.
    Ran diagnostics and got same 'diagnostics' message as above.
    Made sure hardware enabled etc.
    How to fix ? 
    Thanks again for your help !
    akm (XPproSP-3,IE-7,Office2003)

  • Customer statement not printing properly

    Hi
    A Customer Statement from transaction F.27 that does NOT print the amounts in the overdue columns correctly.
    in the place of OVERDUE 1-30 only would have to be 235,21 Eur and in OVERDUE 91+ there would have to be 2537,08 Eur.

    Hi
    Thanks for your responde
    For a customer 100,the output in f.27 is coming as below
    Doc date  arrears  amt
    06.08.2008  157    1257.62
    28.10.2008   96     1279.46
    20.02.2009    6        235.21
    Balance as on        2772.29
    overdue 1-30       31-60           91+
    2772.29                  0                 0

  • Some images do not print when in printed documentation

    I have been encountering this problem for over a year now...
    I maintain over 20 projects in RoboHelp HTML. I have numerous
    printed document layouts defined. However, in what appears to be
    random situations, some of my images do not print. They display
    online just fine, but they are not visible in the printed
    documentation. Only a blank gap displays where the image should
    display. And there is no conditional build tag applied to any of
    these images. The reason I think it is random is because, if I
    perform the following test, the images print just fine:
    - duplicate the printed documentation layout
    - remove, from the duplicate copy, all of the pages
    surrounding a page that contains an image that does not print
    - generate the duplicate copy

    I had a similar problem with missing images. I never really
    solved it, but it (apparently) went away. One thing which helped
    was ensuring that none of my images had filenames containing
    spaces.
    In addition, selecting Link images rather than Embed can be
    useful; missing images are then replaced by a red cross which makes
    it easier to locate the problem.
    Also, in Word, you should uncheck Tools > Options >
    Print > Update Fields (that is for Word 2003).
    --- Derek

  • How do I set up for Wireless printing on a Mac

    Hi Guys,
    I have purchased the HP Laser jet P1102w recently.  I took the printer on a location job and used it for the first time.  It was quite a soimple process of connecting the printer and MAC automatically downloaded and installed the software.
    As we were out of the office, we were not connected to the wireless network and therefore was not able to set up the printer on the netwrok.
    Now that we are back in the office I want to set up the printer so that it can be used wirelessly by all the devices connected to the network.
    I am unable to work out how to do this on MAC OS X 10.6.8.  I removed the printer from the Print & Scan Utility and tried to install it again while connected to the network, however I am still only able to print while connected by USB.
    I understand that I can print via the connected device on the network but would rather have it set up to do so wireless all together.
    Please can you point me in the direction of finding the instructions to set this up?
    All help is most appreciated.
    This question was solved.
    View Solution.

    Hi @EI2014 ,
    Make sure Safari is set as the default browser. Sometimes the Embedded Web Server won't open in other browsers.
    Open Safari, across the top select the Safari menu, select Preferences, General, set as default.
    Clear out any old network settings on the printer.
    Turn the printer off, hold down the wireless button and cancel (x button) while turning the printer back on and don't release the two buttons until the printer stops making noise.
    Print out a configuration report and make sure the SSID and IP address are cleared.
    Printing a Configuration Page.
    Connect the USB cable from the printer to the Mac.
    Go to the Apple, system preferences, print and fax.
    Double click on the P1102w.
    Open the utility.
    Click printer setup.
    Click HTML config.
    This should open the Embedded Web Server for the printer.
    Click the Networking tab.
    Click Wireless from the list on the left.
    Under Communication Mode , click Infrastructure.
    Select your network SSID from the Available Network Names (SSID) list and then click the << button so the network name moves over to other box.
    From the Security Mode pop-up menu under Authentication , click WEP, WPA/WPA2 or open . Your selection depends on which Wireless Security Protocol your network uses.
    Make sure you select either hexadecimal or alpha depending on your password. (very important)
    Apply the settings.
    In the confirmation box (changes have been saved), click OK.
    You should get a solid blue light on the printer shortly.
    Then all we have to do is delete the USB driver and add the network driver.
    Click on the Apple.
    Click system preferences.
    Click the print and fax icon.
    Highlight the printer and click on the - sign to delete the printer. (USB driver)
    Disconnect the USB cable.
    Then click the + sign and select the printer from the list and click add. (p1102w bonjour)
    Test the printer.
    If you have any issues with the HTML config opening then do the following steps:
    Close any applications.
    On the Apple menu bar, click Go, computer, MAC harddrive, Library, Printers, HP, LaserJet, click on folder for your printer, click on EWS browser or HTML config, click the Networking tab, click wireless on the left and fill out your information. (make sure infrastructure is selected) Apply settings.
    Then delete the USB driver and add the network printer.
    Test the printer.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • How do I prepare artwork for a printer (2 PMS colours)? Never used Illustrator before - lost!

    I'm preparing artwork for a DLX sized envelope. The printer (CMYKonline) only offers 1 or 2 colour printing for this size envelope, not full colour printing. I have never used Pantone colours before, and I downloaded a trial copy of Adobe Illustrator.
    I have the logo prepared as a print-ready PDF using Pantone 1788U for the red. (It's a very simple image, using no other colour save white.)
    I inserted the image using Place (figured that one out); I typed in the text (black) and a solid line using Pantone 1788U again.
    But how on earth do I make this artwork ready for the printer as specified?
    Any help gratefully accepted - I am completely at a loss, not having used anything similar to Illustrator before.

    Let me see if I can help:
    Using a CMYKOnline template?
    [I like CMYKOnline's readymade template, and recommend this approach for your requirement that seems urgent and immediate]
    Download the Illustrator template from CMYKOnline [I think the one you specified (DLX Envelope, plain or with a window) can be found at: http://www.cmykonline.com.au/Home/CustomersResources/GuidelineTemplates/EnvelopeTemplates/ tabid/278/Default.aspx]
    Add/place/create the artwork/text (I think you already have this ready, great!)
    Have a look at their requirements and tips [http://www.cmykonline.com.au/CustomersResources/tabid/124/default.aspx]
    Save this file and send it across to CMYKOnline (They accept .eps files! You're nearly there! )
    Stay in touch with your printer, they might have questions or need more information about your requirement.
    Creating something from scratch? Try one of these few links:
    Video: http://www.youtube.com/watch?v=BAT9R-YQxTs
    Tutorial for printing to envelopes: http://www.theonlineprinter.com.au/info/How_to_set_up_Illustrator_envelope_files.aspx
    Tutorial for general printing: http://www.dreaminfinity.com/nocturne/tutorials/illustrator-tutorials/getting-illustrator- files-print-ready/
    Hope you get your job done!
    Cheers,
    David

  • Transparency needed for Ai T-shirt logo - How do you do this for cmyk print?

    I have a logo created in Ai CS4 and it need to have a transparnt background (no white) because it will be printed on t-shirts, some not white, and a business card, but on other than white paper. What file format should I save this in for there to be both Transparency and in CMYK format for print?
    Is there a rule to remember when I want transparency AND I am going to print in CMYK?
    PNG seems to give the trans, but it says it is RGB color. Is this what I would have to send to a printer? Is this correct?
    In PS, it was fine to save with transp, but what is the best method, I am so very confused - Any experts out there?

    There is no need for raster "transparency" in order to "eliminate the white background" in a project desitined for CMYK printing. There is no white ink involved. There is no process color channel in a CMYK raster image.
    In other words, white in the Illustrator document (and white pixels in a CMYK raster image) do not mean "white"; they mean "no ink." So obviously, where no ink is printed, the color of the substrate (be it paper or textile) "shows through".
    For textile printing of process color, however, it is often necessary to create a separation plate for white ink, because CMYK process assumes translucent inks, which do not show up well on dark substrates. In such a situation, it becomes necessary to create a separate image that will be actually be printed with an opaque white ink; the CMYK process colors are then printed on top of that. But doing that involves deliberately setting up a spot color in Illustrator, and/or a separate channel in the raster image(s). A normal CMYK or RGB image, when color-separated, does not produce a spot white plate just because there are white pixels in the image.
    It's common-sense if you think about in physical terms. You have an image consisting mostly of blue and green. If you were to actually paint this on, say, a pastel yellow shirt, and did not want a white background, what would you do? You'd paint with some blue paint. You'd paint with some green paint.
    Or, think of it this way: Print the image to a white piece of paper in your desktop inkjet printer. What does the printer do? It prints little dots of Cyan, Magenta, Yellow, and Black inks. Does it print little dots of white ink if you instead insert a piece of colored paper? Of course not. The printer has no idea what color the paper is, and even if it did, it couldn't automagically generate white ink.
    Your post suggests you do not want a white background or underlay. If I were preparing that image for screen printing on textiles, I would not print it as CMYK process. I would make it a 2-channel image, and print it with an opaque blue and an opaque green ink. That would work for all but dark substrates. If you are printing this onto pastel substrates, it will likely work fine even if printed using CMYK process inks.
    JET

  • How to exclude user account for auditing.

    I would like to know how to exclude user account from the audit policy, such as below.
    AUDIT SELECT TABLE BY ACCESS WHENEVER NOT SUCCESSFUL ;
    thanks in advance.
    May

    Security team request to reduce the amount of the audit data based on the user account. Can I use FGA to implement it?possible as it lets you specify the conditions necessary for an audit record to be generated:
    FGA policies are programatically bound to the object (table, view) by using the 'dbms_fga' package. It allows you to create any desired condition,
    for example: Audit an event only when the following conditions are true:
    A table is accessed between 6 p.m. and 6 a.m. and on Saturday and Sunday.
    An IP address from outside the corporate network is used.
    A specific column has been selected or updated.
    A specific value for this column has been used.
    more detail available on Oracle by example
    http://www.oracle.com/technetwork/articles/idm/fga-otn-082646.html

Maybe you are looking for