Endless fuzzy type issue

I still am having trouble with fuzzy type SOMETIMES after 3
YEARS of screwing around with that kind of thing. Generally I can
fix it by "break apart" or next frame F7 and type the same thing
all over again, but dont always want to do that. copy/paste is no
fix either. These are buttons or type that is good on the first
frame, but then inexplicably the next frame is different. I have
always put my type on whole number coordinates. I use static text.
In case you want to see,
http://www.stevez.biz/foto_fun/salvage/qc.html
page 3 or 4 this starts to happen with "next" & "back"
BUTTONS this time.
Makes me afraid to try something new or even use words!
Thanks anyone
Flash 7 mac osx.4.10

device fonts are 'standard' fonts that are available in most
browsers, this way the font doesn't have to be brought with, taking
up space in the file. so I would say to use a different font that
you like (non-device), it won't take up to much space, and since
you fields are static you don't even need to 'embed' and the font
will be rendered upon publishing. using 'anti-alias for
readability' the font should look sharp all through the dock.
The problem probably has something to do with the internal
font rendering scripts, and I've heard of some other problems with
this before.

Similar Messages

  • MIME type issue in version 4.1/4.2 Compatibility Mode

    Problem: when displaying a PDF file, it displays OK as PDF if APEX 'Compatability Mode' = 'Pre 4.1', but displays as HTML when in either '4.1' or '4.2' mode.
    Apex: 4.2.2.00.11
    DB: 11gr2
    Web server: Apache on Linux
    More detailed description... this seems to be a MIME type issue related to APEX (or maybe DB) versioning.  The following code works as expected when run in 'Pre 4.1' mode - ie. it displays an appropriate PDF document in the appropriate Acrobat/other plugin in several browsers (Firefox/Opera/Chrome/IE).  But just by changing 'Compatability Mode' to '4.2' (or even '4.1'), it then downloads the file but displays it as a bunch of random characters, and the web page header MIME type is 'text/HTML'.
    Note: this also happens with other file types such as xls/doc/etc, but I expect fixing PDF should also fix these.
    I'm at a bit of a loss as to where this is happening, it seems there is a difference in the 'Compatibility Modes' between either the creating of the HTML header using 'OWA_UTIL.mime_header' or the component path it traverses before reaching apache.
    The only other thing I could think of is that we do a bit of redirection to display the PDF, though this seems like it might be a red herring.  Basically we use page 560 as a container, and then display the PDF with page 561 within a frame embeded within page 560.  So, on the page 560, which is the one we reference throughout the application, we have  a region with a source of '&lt;iframe src=?p=&APP_ID.:561:&SESSION.height="500" width="700"&gt&lt;/iframe&gt</pre>'.  Then on page 561, in a 'On Load - Before Header' process, we make the call to the code 'DOWNLOAD_APPLICANT_PDF' (below).
    Note: I did try calling 'apex_application.stop_apex_engine' after 'DOWNLOAD_APPLICANT_PDF', as suggested in a couple threads, but it didn't fix the problem, and caused a couple low-level system errors.
    Code:
    <pre>
      CREATE OR REPLACE PROCEDURE DOWNLOAD_APPLICANT_PDF ( p_doc_id IN   NUMBER
       AS
          v_length      NUMBER;
          lob_loc       BLOB;
          l_display_inline   CHAR := '1';
       BEGIN
          SELECT pdf_data, DBMS_LOB.getlength (pdf_data)
            INTO lob_loc, v_length
            FROM pdf_dest
           WHERE pdf_dest_id = p_doc_id;
          OWA_UTIL.mime_header ('application/pdf', FALSE);
          HTP.p ('Content-length: ' || v_length);
          HTP.p ('Content-Disposition:inline;filename="mydoc.pdf"');
          OWA_UTIL.http_header_close;
          WPG_DOCLOAD.download_file (lob_loc);
    END;
    </pre>

    Hi,
    for some background information about the above changed behavior, have a look at 4.2 Before Header Processes and Browser Security HTTP Headers of the APEX 4.1. release notes.
    Regards
    Patrick
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • PO Condition Type Issue

    Hi All,
    I have encounter a PO condition type issue, hope to get someone to enlighten me.
    I have create both cuztomize condition type ZOT2 AND ZOT3. 
    With config in Control data 1
    Cond. Class - A Discount or Surcharge
    Calculat. type - B Fixed Amount
    Cond. category - B Delivery cost
    Group Condition
    Select for Group cond. & RoundDiffComp
    GrpCond.routine - 1 Overall Document
    ZOT2 in header condition should be divided into item via value.
    ZOT3 in header condition should be divided into item via quantity.
    Both condition type havemanually enter with value 300
    In the test PO I have created 3 materials:-
    Material     Quantity     Net Price     Item Net
    A     100     1,615.00     161,500.00
    B     100          16.15         1,615.00
    C     1000          16.15       16,150.00
    In the Item view calculation for both condition type as stated below:-
    ZOT2 - 270.27 : 2.70 : 27.03 (Ratios base on Value 100:1:10)
    ZOT3 - 270.27 : 2.70 : 27.03 (Rations base on Quantity 1:1:10) the amount result should be 25: 25: 250 but the result I get from the system for condition type ZOT3 is the same as ZOT2.
    Please advise how to reticfy the configuration. Thank you.

    Eugenia Foong Pui Mun wrote:
    Hi Shiva,
    >
    > I have try to config with the info you have suggested, but it does not seem to get the expected result.
    Hi Eugenia...
    I tested  scenario with values you have mentioned. It works perfect both ways. Pls follow this....
    1. Pls avert the changes I had suggested in my prev reply for changing the condition types. (group condition active, round diff condition & group cond routine, keep them as they are)
    2. While you enter value in header with condition type ZOT2. the value gets properly distribute by the ratio 100:1:10 and thats perfect......Now
    3. While you enter the values for condition type ZOT3 in the header...Pls note that your Total Qty is 1200 and the total condition value is 300 this means per unit qty the value is 300/1200 =0.25...
    Now while you enter the values for ZOT3 in the header, enter 300 in the Amount column and 1200 in the Per column, meaning that the total of 300 shoud be divided into 1200 units irrespective of quantities per Line Item
    Now check the results and you will have the distribution ratio 1:1:100
    NB:For ZOT3 (Qty base) to work the UoM for all the line items must be similar
    Pls check and revert
    Regards
    Shiva
    Edited by: Shivaspatil on Nov 24, 2011 12:42 PM

  • PS4 Party Chat NAT Type Issues

    Anyone else completely irritated and annoyed by the inability to party chat because of NAT Type? This is a ridiculous error I thought they'd fix in the next patch, turns out not. I have been unable to chat with anyone because of my NAT Type. I can play online and chat online just fine but party chat doesn't work. My NAT is Type 2. I don't want to hear I need to set up a static IP and DMZ blah blah blah. That stuff is way to complicated and shouldn't be necessary if I or any PS user should want to chat in a party. I had absolutely no issues on my xbox 360 chatting in a party and I'm on the same modem and internet router as it was.  I bought a PS4 to play and chat with friends and so far I haven't been able to chat with my friends at all. It's very irritating and annoying and I would like PSN to do something about it. A simple patch or anything to fix it, instead of being lazy and telling their 13 year old customers they have to set up static IP's and other ridiculous stuff. Please comment if you are having the same issues and hopefully Sony or PSN will see this and do something about it. I paid 400$ for a machine that requires me to hack into my own router in order to chat... Ridiculous. 
    Party Chat NAT Type Issues on PS4
    This issue has been reported to the network team who are investigating the cause of the problem. As a temporary fix you can normally fix the NAT type error by on or more users leaving and re-joining the party. 
     

    I draw your attention to the last paragraph where it states a NAT Type 2 connection means its connected correctly & optimal for gaming
    PS4 NAT Types:
    In the network settings of the PS4, it uses 3 different NAT types to classify how the PS4 is connected to the Internet:
    Type 1: The PS4 is sitting directly on the Internet with a public IP address. This setup doesn’t require NAT or inbound port forwarding and is used in scenarios where the PS4 is the only device wanting to use the Internet connection. This isn’t that common as most users share their Internet connection with other devices in their home.
    Type 2: This is the most common and ideal type where the PS4 is sitting behind a RG that is performing NAT. The PS4 will have a private IP address which is translated to a private or public IP address by the RG.
    Type 3: This usually implies you have a problem in the way the PS4 is accessing the Internet. This may be caused by a firewall or port restrictions. This isn’t ideal and will result in a sub-optimal gaming experience.
    The difference between a Type 2 and Type 1 NAT is usually physical and can’t be changed by settings alone. If you have a Type 2 or higher NAT type then you are connected correctly and can have an optimal gaming experience.

  • [SOLVED] "No codec present that can handle the stream's type" issue

    Hello. I got a python program that would play musics on a website, which doesn't work for a "no codec present that can handle the stream's type" issue. I have installed things like gstreamer, gstreamer-plugins, gstreamer-python, gstreamer-ffmpeg, and libmpeg2, etc. However, this issue still remains. Would someone here be able to help?
    Here's the error message:
    ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1, mpegaudioversion=(int)2, layer=(int)3, rate=(int)24000, channels=(int)2, parsed=(boolean)true
    Error: There is no codec present that can handle the stream's type. gstplaybasebin.c(2322): prepare_output (): /GstPlayBin:player
    Here's the program, written by a Chinese: https://github.com/zhendi/DoubanFM-CLI
    Edit:
    I'm able to play the musics on the websites via chromium.
    Edit:
    I tried to download the music, and use gst-launch-0.10 filesrc location=~/p535960.mp3 ! decodebin ! autovideosink, but only find these messages:
    Setting pipeline to PAUSED ...
    Pipeline is PREROLLING ...
    ERROR: from element /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0: GStreamer encountered a general stream error.
    Additional debug info:
    gstbaseparse.c(2695): gst_base_parse_loop (): /GstPipeline:pipeline0/GstDecodeBin:decodebin0/GstMpegAudioParse:mpegaudioparse0:
    streaming stopped, reason not-linked
    ERROR: pipeline doesn't want to preroll.
    Setting pipeline to NULL ...
    Freeing pipeline ...
    Last edited by lastland (2012-02-18 07:47:47)

    Sorry. I just found the reason. I missed gstreamer-ugly in this case.

  • Large file size and fuzzy type

    I'm new at using FCE2 and composed my first short 4 minute video. It includes a still image, a PSD layered file which I discovered was quite handy, a few clips and type using the type generator. I exported it to QuickTime movie. Three observations: I was floored by the nearly 1GB size, fuzzy type, and the file on the hard drive says it's a FCE movie inclusive of the little FCE icon by the file name. I was expecting to see a QuickTime icon with file name and the type of file is a QuickTime movie. Is all this normal? I'm very disappointed in the fuzzy type. Oh, also, the still image became blurry. Why?? Just so you know, the still image was a special file 640x480 with a pixel aspect ratio of D4/D16 Anamorphic
    I saved the project under a new name and redid it taking out the Photoshop image, removing it from the bin also, and the new movie exported even larger, over a gig in size. Huh??

    Thanks for the reply Tom. After I posted the first time I went to the Finder, Get Info, and I saw that I could change the 'Opens with' to QuickTime and therefore it became a QuickTime file. About that Anamorphic business I read a 'how to' on dealing with images before bringing them into video. The tip says in the 'New' file dialogue box to choose 640x480 size and in the pull down menu at the bottom where you can choose the 'Pixel Aspect Ratio' it was suggest to use that Anamorphic setting. I did it but it certainly didn't look right but I went with it.
    Again after I posted I looked at the Format of one of the clips and saw the size to be 720x480, Compressor is DV/DVCPRO-NTSC, Pixel Aspect is NTSC-CCIR 601, Anamorphic field is blank. I'm running Photoshop CS2. So I went back there and created a new blank file to use a template for dealing with stills but this time I used the Preset pull down menu and chose NTSC DV 720x480 with guides and the Pixel Aspect Ratio automatically loaded D1/DV NTSC (0.9), clicked Ok and viola, the blank file looks exactly like the Canvas in FCE. I haven't played with a still with this new setting but I will try it on the little project I'm working on.
    As for viewing it, I am looking at it on my Mac flat screen. I went into QuickTime Preferences and checked the box for high quality, thank you. Thanks for reassuring me on the file size.
    I also don't know what "D4/D16 Anamorphic" means.
    I don't understand the fuzzy type. I'm aware these are 72 ppi files and video is not resolution dependent but rather pixel dependent. Computer monitors display at 72 ppi, televisions are higher. I have yet to complete the process of burning a DVD and playing it back on a TV. Maybe that's where I'll see the type showing up sharper.
    At any rate, just dealing with this itty bitty project tells me I have a lot to learn about video, never mind learning about how to use FCE as well.

  • Bevel button and fuzzy type

    I made a button and put a simple bevel filter on it.
    When I added type to the button the text bleeds into the
    filter. How can I stop/fix this?

    Thanks for the reply Tom. After I posted the first time I went to the Finder, Get Info, and I saw that I could change the 'Opens with' to QuickTime and therefore it became a QuickTime file. About that Anamorphic business I read a 'how to' on dealing with images before bringing them into video. The tip says in the 'New' file dialogue box to choose 640x480 size and in the pull down menu at the bottom where you can choose the 'Pixel Aspect Ratio' it was suggest to use that Anamorphic setting. I did it but it certainly didn't look right but I went with it.
    Again after I posted I looked at the Format of one of the clips and saw the size to be 720x480, Compressor is DV/DVCPRO-NTSC, Pixel Aspect is NTSC-CCIR 601, Anamorphic field is blank. I'm running Photoshop CS2. So I went back there and created a new blank file to use a template for dealing with stills but this time I used the Preset pull down menu and chose NTSC DV 720x480 with guides and the Pixel Aspect Ratio automatically loaded D1/DV NTSC (0.9), clicked Ok and viola, the blank file looks exactly like the Canvas in FCE. I haven't played with a still with this new setting but I will try it on the little project I'm working on.
    As for viewing it, I am looking at it on my Mac flat screen. I went into QuickTime Preferences and checked the box for high quality, thank you. Thanks for reassuring me on the file size.
    I also don't know what "D4/D16 Anamorphic" means.
    I don't understand the fuzzy type. I'm aware these are 72 ppi files and video is not resolution dependent but rather pixel dependent. Computer monitors display at 72 ppi, televisions are higher. I have yet to complete the process of burning a DVD and playing it back on a TV. Maybe that's where I'll see the type showing up sharper.
    At any rate, just dealing with this itty bitty project tells me I have a lot to learn about video, never mind learning about how to use FCE as well.

  • Fuzzy type for 2 years now

    I've been fighting fuzzy type for 2 years now on buttons
    especially. They are static text, perfectly on even coordinates,
    anti alias off (the sharper way). Certainly others must know the
    final answer on this by now? Please
    Flash 7 Every button is made the same way; sometimes they are
    fine, other times not. Today not:
    http://www.stevez.biz/foto_fun/fotofun.htm
    Why is this typing box so tiny, can only see 2 lines at a
    time.

    Steve Zavodny wrote:
    > I've been fighting fuzzy type for 2 years now on buttons
    especially. They are
    > static text, perfectly on even coordinates, anti alias
    off (the sharper way).
    > Certainly others must know the final answer on this by
    now? Please
    > Flash 7 Every button is made the same way; sometimes
    they are fine, other
    > times not. Today not:
    >
    >
    http://www.stevez.biz/foto_fun/fotofun.htm
    >
    > Why is this typing box so tiny, can only see 2 lines at
    a time.
    There is no such option as "anti alias off" in flash when
    comes to export.
    This is only for authoring time preference of VIEW, not
    publish setting.
    The buttons are clearly due to uneven coordinates. It does
    not matter that
    the text is placed on even cords, the button that holds it
    has to be too.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Fuzzy type for 3 years now

    Even tho I have made a zillion buttons, SOMETIMES the type is
    fuzzy.
    In this example, each button is made from another, they all
    have the same original type coordinates, and then the buttons are
    on even coordinates, and then the movie clip is on even coordinates
    (whole number integers).
    Yet some buttons are fuzzy. What can I do?
    flash 9, flash MX, OSX etc
    see
    here please

    Steve Zavodny wrote:
    > I've been fighting fuzzy type for 2 years now on buttons
    especially. They are
    > static text, perfectly on even coordinates, anti alias
    off (the sharper way).
    > Certainly others must know the final answer on this by
    now? Please
    > Flash 7 Every button is made the same way; sometimes
    they are fine, other
    > times not. Today not:
    >
    >
    http://www.stevez.biz/foto_fun/fotofun.htm
    >
    > Why is this typing box so tiny, can only see 2 lines at
    a time.
    There is no such option as "anti alias off" in flash when
    comes to export.
    This is only for authoring time preference of VIEW, not
    publish setting.
    The buttons are clearly due to uneven coordinates. It does
    not matter that
    the text is placed on even cords, the button that holds it
    has to be too.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Time enry collisions and wage type issues

    Hi Experts,
    We do not have holiday's embedded in our schedules due to the flexibility in when employees are allowed to take the paid time off and also due to
    our "flex" work schedules being more than 8 hour work days but the holiday benefit is an 8 hour benefit.  This has caused us a lot of issues with
    time entry, however, we thought it had been corrected.  We are now running into the same issues.  Here is an example:
    First Issue:
    Work Schedule week of 12/31/07 - 01/05/08
                Sun   Mon   Tues  Wed   Thur  Fri   Sat
    Schedule    0     10    10    10    10    0     0
    Tuesday the 1st is a holiday and the employee must enter Absence type 240 for 10 hours to fit his schedule.  Employee also work on the holiday and
    needs to enter Attendance type 832 for unscheduled holiday work.  When we try to enter the attendance we receive a full day collision error and
    cannot continue.
    Second Issue:
    Work Schedule week of 12/31/07 - 01/05/08
                Sun   Mon   Tues  Wed   Thur  Fri   Sat
    Schedule    0     8     8     8     8     8     0
    Tuesday is the holiday and the employee enters Absence type 240 for 8 hours to fit her schedule.  She is also on Standy-By time for the holiday.  We
    had to configure standby time specifically as a wage type and activate the wage type column in the CATS entry screen.  She must enter W/T (it's the
    only option) 1802 and then record 24 hours in the date 01/01/08.  This entry also gives us a full day collision message and we cannot continue.
    We can provide more examples when a consultant is assigned.  These options used to work and we do not know why they are no longer working.
    Advice me to resolve this ticket on time, its high priority ticket.

    Hi,
    I think your 1st problem comes from the misunderstanding of SAP work schedule logic.
    As you mentioned, you want to input ab type 240 to fit work schedule. But it's not necessary.
    For that day is a WORK day with holiday class 1. That means scheduled work can be overwrited by holiday. If the employee does not come to work in that day without any 2001 informations, he/she is NOT absence,because that day is a paid time off.
    And as for the attendance type, it's also no needed. Because if employee came to work in a public holiday, the working hours will automatically counted as OT hours but UNAPPORVED! To approve this OT, you need input 2007 attendance quota. In this example, the employee got 10 hours OT in puplic holiday which is recorded by SAP TM but unapporved. Then you should create a 2007 record with 10 hours attendance quota in the same day. By doing this, the TM evaluation will count those 10 hours as paid OT.
    I think the way above is what you called "flexibility in when employees are allowed to take the paid time off "
    Hope helpful
    Br,Kee

  • Usage type issue with PI upgrade from 7.01 to 7.11

    Hi guys,
    We are currently performing an upgrade on our PI system.
    We are upgrading from PI 7.01 to PI 7.11 and we've come cross an issue during the prepare phase of the install.
    An error has occurred during the execution of the CHECK_SUPPORTED_SOURCE_USAGES phase.
    This upgrade doesn't support upgrade of sap.com/MI usage detected on the source system.
    You can find more information in the log file /usr/sap/PI3/upg/java/log/CHECK_SUPPORTED_SOURCE_USAGES_SSU_01.LOG.
    Use the information provided to troubleshoot the problem. An SAP Note may provide a solution to this problem. Search for SAP Notes with the following key words: com.sap.sdt.j2ee.phases.PhaseTypeCheckSupportedSourceUsages com.sap.sdt.j2ee.tools.check.NegativeResultException This upgrade doesn't support upgrade of sap.com/MI usage detected on the source system. CHECK_SUPPORTED_SOURCE_USAGES INIT PREPARE NetWeaver Upgrade SAPJup Java Upgrade
    When reporting problems to SAP Support, attach the trouble ticket file /usr/sap/PI3/upg/java/log/TroubleTicket_01.txt to your message.
    We've looked through the main upgrade notes and they mention which usage types are supported, but they do not mention explicity what usage are not supported, and how to proceed with the upgrade if your system does have one of these non-supported usage types.
    Considering our system does contain usage type MI, does this mean that we cannot upgrade our current PI system to 7.11?
    Please help!
    Thanks,
    Steph

    Hello
    Please see note #1247043 Release Restrictions for EHP 1 for SAP NetWeaver PI 7.1 - section "Upgrade: source system must be a dedicated PI system".
    It is not possible to upgrade an existing system with the usage type MI. Even if you delete the usage type MI (if this is possible) the upgrade will not be possible.
    Regards
    Mark

  • VL02N Output type issue.

    Hi,
    When I execute the tcode VL02N for any output type (ZEU5) for print preview and external mail then it is giving error that "Output could not be issued".
    I have also checked the config of NACE , it seems to be ok.
    So what are the other possibilities of this error.
    Thanking you in advance,
    Regards,
    Vikram

    Configuration of NACE does not make all the difference. The only way to come to the solution is to debug from point when button is clicked for print preview or etc.
    Possible reasons may be there calling program before making a call to script or smartform encountering a problem. It may be that program is not able to get the desired data correctly from the tables or some other problem(Mainly due to subrc not coming to be 0).
    Apart from this even if call is made successfully to the form but inside there could be problem like using command in smartform.
    Thanks,
    Mark

  • Multiple output types issue

    Hello,
    I configured two output types (Bill of lading & Packing list) for the application V7-transaportation. I am able to get both the outputs. Now, I am able to get a print for BOL and also a print preview. For Packing list I am able to see the screen view(print preview), but when I try to print it directly it gives me an error " output could not be issued" . When I go to Output-> screen it is showing me the output.
    I have maintained all the required print parameters and assigned the print profiles to the output types.Is there a problem with my configuration? can't I print two output types simultaneously?

    Hi,
    Is there a printer defaulted to your output types?  You can issue multiple outputs at the same time.
    If the output types have been determined in your document, then nothing wrong with the determination process.
    If the output can be previewed, nothing wrong with the SAPScript or Smartform.
    So maybe something to do with compatibility with the printer chosen.
    Phyllis.

  • Tax condition types issue in sales order

    Hi Friends,
    I am bit lost with the following issue. I have searched sdn and other SAP forums for this. There were similar issues discussed but they didnu2019t solve my issue. There was exactly similar issue but it was unanswered. So I am posting the issue here to get some inputs.
    This is the Indian tax scenario.  I have configured pricing procedure where I have JVAT and JCST. If the company is selling to customer in the same state where company is located letu2019s say region 05 JCST 2% applicable. If the customer is outside region 05 then 5% JVAT should applicable.
    =>  In the pricing procedure it was like
    150  0  JVAT
    160  0  JCST
    Both will be calculate on the gross value.
    =>  I have created two new tax classifications for customer master. 
    JCST   2   Tax liable outside region 05
    JVAT  3    Tax liable inside region 05
    So in the customer master I have both JCST and JVAT. I have created a customer with region 05 and in customer master under Billing document tab I have entries like below
    Country    Name   Tax Category   Name   Tax classification  Description
    IN              India        JCST                IN: CST              2                  Tax liable outside region 05
    IN              India        JVAT               IN: VAT              0                  Tax Exempt
    => I have created condition record for JCST with the following key combination
    Country u2013 IN
    Region of dlv. Plant u2013 05
    Region u2013 05
    TaxClass1-Cust.  -- 2
    TaxCl.Mat u2013 1
    Amount u2013 2 percentage
    Tax code u2013 A1 (TAXINN A1 2% Output tax)
    =>  With the above condition records maintained for JCST and maintaining tax classification as 2 for JCST and 0 for JVAT, I assume in Sales order SAP should calculate tax JCST 2 percentage. But in sales order SAP is not considering JCST and JVAT. For JVAT it makes sense as it does not have condition records. But I didnu2019t get the reason for not getting JCST.  When I checked analysis and click on JCST condition type it says condition record is missing.  Surprisingly when I click on the access details it shows u201CTaxClass1-Cust. as 0u201D it didnu2019t show as 2 as maintained in the customer master.
    When I change the Tax classification for JVAT from 0 to 1 or from 0 to 3 in the customer master, in the analysis when I click on access details for JCST it shows tax classification maintained for JVAT that is as 1 or 3  so it seems SAP is not considering JCST in customer master at all. Why is that so?
    The access (condition table) for JCST and JVAT are same.
    Any inputs?

    Hai SAP_2006,
    We are also having similar requirement and inform the USER to maintain
    In our customer master we gave like
    Customer master:
    Sales area data
    Billing documents
    JTX1     Tax Jurisdict.Code d     1     Full Tax 12.5%
    JTX2     Tax Jurisdict.Code d     1     Full Tax 12.5%
    JTX3     Tax Jurisdict.Code d     1     Full Tax 12.5%
    JTX4     Tax Jurisdict.Code d     1     Full Tax 12.5%
    To get LST  we maintain
    Country u2013 IN
    Region of dlv. Plant u2013 05
    Region u2013 05
    TaxClass1-Cust. -- 1
    TaxCl.Mat u2013 1
    Amount u2013 12.5  percentage
    Tax code u2013 A2 (TAXINN A1 12.5% Output tax)
    To get CST
    Country u2013 IN
    Region of dlv. Plant u2013 05
    Region u2013 06
    TaxClass1-Cust. -- 1
    TaxCl.Mat u2013 1
    Amount u2013 12.5 percentage
    Tax code u2013 A2 (TAXINN A2 12.5% Output tax)
    In case if they want CST 2%, then user has to go
    Sales order header Biiling
    Alt tax Classification : Shouls change the Blank to 2 in the 1 box out of 4.
    for that we maintained condition record as
    Country u2013 IN
    Region of dlv. Plant u2013 05
    Region u2013 06
    TaxClass1-Cust. -- 2
    TaxCl.Mat u2013 1
    Amount u2013 12.5 percentage
    Tax code u2013 A3 (TAXINN A3 2% Output tax)
    This doesn't require to change customer master regularly and default system finds LST or CST 12.5 unless they change to 2% system will not change automatic. So CST 2% Vs CSTfull tax risk is also avoided.
    Regards,
    Mani

  • Data Type issue in XMLA

    Hi
    In XMLA, I am getting problem in Source datatype for Measures.
    Measuregroup getting data from 3 different partition,this 3 partition populating data from 3 different view.One view populating data from base table,remaining 2 we gave default value with cast
    ex: Cast (0 as Bigint) as MeasureName.
    In DSV for all 3 table data type is System.Int64, but while I am generating deployment script. I am getting Integer as Source datatype for Measure in XMLA.So what might be the problem.
    pls guide me,

    Can you post exact error you're getting?
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

Maybe you are looking for

  • NVIDIA GeForce 8800 GS upgrade...

    Is this available to install on iMacs yet? I have the 24" 2.8ghz Intel iMac, and love it (minus the subpar gaming graphics). Is it as easy as taking the iMac down to my local Apple store to have the new video card installed? I'm VERY excited that App

  • I can't Connect my 'Exchance Account' Contacts list?

    Hello,  I am a Creative Studio Leader and use several Apple devices for my work. I am using a Iphone 5s, 21'' Imac & 27'' Imac.. all of which work perfectly. I have an exchange account I use with the University also, and when login into these and che

  • Closed captioning in Apple TV version 4.4

    I updated the Apple TV software to v4.4 but I still can't get closed captioning to work. The cc menu does not show up after pressing the up arrow button and holding down the select button (only the chapter list). Closed captioning is enabled in the s

  • How to create chart in excel through labview?

    I have seen some examples for plotting data to excel, however none do exactly what I need. These examples plot the data as a 'data range' the first column is your x values and all columns after are your y values. I have multiple samples of data which

  • Contract for iPod Touch?

    Hi, i'm from Bogota, Colombia, a friend is going to purchase me an iPod Touch 5, she's in Miami and of course she needs to send me the product. But anyways, at the time she was buying it, a seller told her that the iPod needs to be with a contract fo