Conditions not  appearing  in  condition table in PO.

Dear experts
PO  was created, later  edited  and  in  conditions  custom clearing  charges were selected  from  possible  entries and entered.
Another PO  was created and  saved  but  later edited and  in conditions custom clearing charges were to be selected  but  from  possible entries  could  not  find the condition of custom clearing charges.
We  are  using two pricing procedure  domestic and imports  pricing procedure .
Checked vendor master data  relavent procedure is attached.
What more criteria  should  be checked.
Regards.
Erfan.

Hi
I have  checked  in vendor master in purchasing tab the  schema group is different (domestic schema group).
Now  i have changed the schema group in  vendor   from  domestic  to  imports and  saved.
It  is  picking again domestic schema  group where custom  conditions are  not defined.
what  criteria  should  be  checked.
we have only  one  purchase organisation  .
Regards.
Erfan

Similar Messages

  • IPhone UISwitch not appearing correctly in table cells

    I have a table cell with a UISwitch attached to it.
    When you click the switch it works (but not without a bit of code to make it switch when the word 'on' and 'off' are actually clicked) but when the table cell itself is clicked the switch distorts like shown here:
    http://img35.imageshack.us/img35/6510/picture1df.png
    what is the correct way to make a table cell with a UISwitch?

    The code you posted looks like it should work on 3.0 just fine.
    I've tried a custom table cell and it did the same thing
    Assuming your custom subclass was built and used correctly, the above tells me something is definitely wrong in the cell's environment.
    Perhaps it's something to do with the selecting of the row method?
    Well that's certainly the first place to look. The delegate method you posted looks kinky. I would comment out that method, then go back to the solutions that didn't work in the past and see if your tableView:didSelectRowAtIndexPath: hasn't been the problem all along.
    In any case I would get rid of the deselect message in tableView:didSelectRowAtIndexPath:. What are you trying to accomplish there? If you simply want to disable all selections, you can just code tableView.allowsSelection=NO during setup. If you want to know the user's selection but don't want the cell to actually become selected, try something like this in the delegate:
    - (NSIndexPath *)tableView:(UITableView *)tableView willSelectRowAtIndexPath:(NSIndexPath *)indexPath {
    return nil;
    If you want the cell to actually become selected, but don't want its appearance to change, try cell.selectionStyle=UITableViewCellSelectionStyleNone in tableView:cellForRowAtIndexPath:.
    If tableView:didSelectRowAtIndexPath: turns out not to have been the problem, we'll need to look at the rest of your table view code. I've found the kind of problem you described is easily isolated once you have faith in some assumptions. In this case you just need to believe that both the subclass solution and the code in UICatalog will allow a UISwitch to display and operate perfectly. Once you believe that, you'll pay more attention to the rest of you code.
    One excellent way to gain faith in the basic structure is to start a fresh testbed and, for example, use code similar to UICatalog to bring up a table view with a UISwitch in one or more cells. Once you see how easy it is to make that work, you can start backing in some of your more creative init, delegate and/or data source methods until you break the testbed.
    - Ray

  • Dates Appearing in Tabular Model but not appearing on Pivot table

    Hi all,
    I am using SSAS tabular Model 2012, in tabular model all dates are appearing correct in date column but not when i drag attribute to my pivot table it shows only one date. Does anyone has the solution of this issue.
    Regards,
    Piyush

    Hi Piyush0308,
    According to your description, you have date column displayed all dates correctly in Tabualr. When showing in a Excel Pivot table, it only get the first date. Right?
    In this scenario, firstly please check the source table data in database, then make sure the data type of this column is Date in Tabualr. In Excel, please make sure there's no aggregation setting on this field. As I tested in our local environment, it should
    display same thing in tabular.
    If the issue still persists, please share some information about your date table so that we have some deep analysis.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • QBSHB not appearing in BSIK - TDS amount not appearing in BSIK Table.

    Hi Gurus,
    If I enter vendor invoice through FB60, QBSHB field is appearing in all relevant tables including BSIK. But when I am using MIRO, QBSHB field in BSIK (and also in other tables) is not updating. But in accounting document I can see correct amount going to the right GL account. When I am using FB60 T code the document type used is KR. When I am using MIRO document type used is RE.
    Please help me .
    Regards
    Santosh Hegde
    Cell: +91 99893 12365
    email : [email protected]

    hello,
    I think youuse Extended withholding tax. In extended withholding tax the table WITH_ITEM is the right place to look for TDS information. MIRO is a new transaction and directly updates the extended w/tax tables whereas the fi transactions update both the with_item as well as the older fields bseg-qbshb. The bseg fields for tds are valid only for classical w/tax and are not important in case of Extended withholding tax as they would not have the exact amount as extended w/tax can have more than 1 tax type per vendor line.
    Hope this clarifies your doubts.
    regards,
    pranav.

  • Data not appearing in the table of MI 7.1 application.

    Hi Friends,
    I have Developed an Order Application for Handhelds in MI 7.1 as per the tutorial provided by sap on the link.
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm
    But the problem is , as soon as I deploy and run the application on mobile simulater provided with NWDS Just the table header appears . The data doesn't appears under the header.
    I have checked all the steps provided in the tutorial but unable to find what exactly can be the issue.
    The Steps I followed as per the tutorial are -:
    1. Defining the Data Model and Business Logic
    2. Creating Client Data Objects (Importing From DOE)
    3. Creating a Service
    4. Creating a Query
    5. Defining the Custom Methods
    6. Defining the User Interface
    7. Creating the Mobile UI Component
    8. Creating the Web Dynpro Model and Application
    9.Applying the Component Controller Template
    10.Designing the View Layout
    11. Composing and Testing the Application
    12. Deploying and Running Your Application
    Please suggest.
    Regards
    Nitesh

    Hi Nitesh
    can you please check the following points
    1. Check the binding of the table on your UI / view to the model's table
    2. The result set returned by the query
    3. Is the data available in the CDS table
    4. Was the data sent to the device during sync and there are no pending extracts for
        your device's queue
    I also want to know if by any chance you changed any of your data objects on the DOE?
    If yes, then you will have to reimport the model again in your application and redeploy it
    Best Regards
    Vaidehi

  • '...' not appearing in obscured table cell when using custom renderer.

    Hello all -
    I am using a custom JPanel as a cell renderer in a JTable to display two icons per cell. Unfortunately, I am running into a problem that occurs when resizing a column such that the width of the column is less than the size of the cell content. Normally, when resizing a cell in this manner, it will start to cut off the text within the cell and add '...' to signify that some material is obscured. However, using my cell renderer, the text simply cuts off with no indication whatsoever there is more content that is being hidden. I have tried looking through the JComponent code to find a function to overload but I haven't had much luck. Does anyone have any suggestions?
    For a simple example, compile and run the following code and try resizing the two columns. You should be able to notice the difference.
    Thanks,
    - Alex
    import java.awt.*;
    import java.awt.image.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class TwoIcons extends JFrame {
         public static void main(String[] args){
              createIcons();
              SwingUtilities.invokeLater
                   new Runnable()
                        public void run() {
                             new TwoIcons();
         public TwoIcons(){
              super("Test");
              DefaultTableModel tm = new DefaultTableModel(
                   new Object[][]{
                        {new IconPair("cross", "cross"), "just a string"},
                        {new IconPair("circle", "cross"),"just another string"},
                        {new IconPair("String", "circle"),"yet another string"}
                   }, new String[]{"Two Icons","String"}){
                   public Class getColumnClass(int columnIndex){
                        if(columnIndex==0){
                             return IconPair.class;
                        else
                             return super.getColumnClass(columnIndex);
              JTable table = new JTable(tm);
              final Color bg = table.getBackground();
              table.setDefaultRenderer(IconPair.class, new TableCellRenderer(){
                        RendererPanel renderer = new RendererPanel(bg);
                        public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
                             renderer.setIcons((IconPair)value);
                             return  renderer;
              JScrollPane scp = new JScrollPane(table);
              add(scp);
              setSize(400,100);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              pack();
              setVisible(true);
         class RendererPanel extends JPanel{
              JLabel icon1, icon2;
              RendererPanel(Color bg){
                   setLayout(new BoxLayout(this,BoxLayout.LINE_AXIS) );
                   icon1=new JLabel();
                   icon2=new JLabel();
                   add(icon1);
                   add(icon2);
                   setBackground(bg);
              public void setIcons(IconPair value) {
                   icon1.setIcon(value.i1);
                   icon1.setToolTipText("Icon 1");
                   icon2.setIcon(value.i2);
                   icon2.setToolTipText("Icon 2");
                   //uncomment next 2 lines if you want text as well
                   icon1.setText(value.s1);
                   icon2.setText(value.s2);
         class IconPair {
              public Icon i1,i2;
              public String s1,s2;
              IconPair(String s1, String s2){
                   this.i1=(Icon)icons.get(s1);
                   this.i2=(Icon)icons.get(s2);
                   this.s1=s1;
                   this.s2=s2;
         static Map icons = new HashMap();
         public static  void createIcons(){
              Image img = new BufferedImage(10,10, BufferedImage.TYPE_INT_ARGB);
              Graphics2D g2=(Graphics2D)(img.getGraphics());
              g2.setColor(Color.BLUE);
              g2.drawLine(0,0,10,10);
              g2.drawLine(0,10,10,0);
              icons.put("cross",new ImageIcon(img));
              img = new BufferedImage(10,10, BufferedImage.TYPE_INT_ARGB);
              g2=(Graphics2D)(img.getGraphics());
              g2.setColor(Color.ORANGE);
              g2.drawOval(1,1,8,8);
              icons.put("circle",new ImageIcon(img));
    }

    Things aren't resizable in your layout for the custom renderer. Here's your code working as you want (I think)
    import java.awt.*;
    import java.awt.image.*;
    import java.util.*;
    import javax.swing.*;
    import javax.swing.table.*;
    public class TwoIcons extends JFrame {
         public static void main(String[] args){
              createIcons();
              SwingUtilities.invokeLater
                   new Runnable()
                        public void run() {
                             new TwoIcons();
         public TwoIcons(){
              super("Test");
              DefaultTableModel tm = new DefaultTableModel(
                   new Object[][]{
                        {new IconPair("cross", "cross"), "just a string"},
                        {new IconPair("circle", "cross"),"just another string"},
                        {new IconPair("String", "circle"),"yet another string"}
                   }, new String[]{"Two Icons","String"}){
                   public Class getColumnClass(int columnIndex){
                        if(columnIndex==0){
                             return IconPair.class;
                        else
                             return super.getColumnClass(columnIndex);
              JTable table = new JTable(tm);
              final Color bg = table.getBackground();
              table.setDefaultRenderer(IconPair.class, new TableCellRenderer(){
                        RendererPanel renderer = new RendererPanel(bg);
                        public Component getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column) {
                             renderer.setIcons((IconPair)value);
                             return  renderer;
              JScrollPane scp = new JScrollPane(table);
              getContentPane().add(scp);
              setSize(400,100);
              setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              pack();
              setVisible(true);
         class RendererPanel extends JPanel{
              JLabel icon1, icon2;
              RendererPanel(Color bg){
                   setLayout(new BoxLayout(this,BoxLayout.LINE_AXIS) );
                   icon1=new JLabel();
                   icon2=new JLabel();
                   add(icon1);
                   add(icon2);
                   icon1.setMinimumSize(new Dimension(0, 0));
                   icon2.setMinimumSize(new Dimension(0, 0));
                   icon1.setMaximumSize(new Dimension(Integer.MAX_VALUE, Integer.MAX_VALUE));
                   icon2.setMaximumSize(new Dimension(Integer.MAX_VALUE, Integer.MAX_VALUE));
                   setBackground(bg);
              public void setIcons(IconPair value) {
                   icon1.setIcon(value.i1);
                   icon1.setToolTipText("Icon 1");
                   icon2.setIcon(value.i2);
                   icon2.setToolTipText("Icon 2");
                   //uncomment next 2 lines if you want text as well
                   icon1.setText(value.s1);
                   icon2.setText(value.s2);
         class IconPair {
              public Icon i1,i2;
              public String s1,s2;
              IconPair(String s1, String s2){
                   this.i1=(Icon)icons.get(s1);
                   this.i2=(Icon)icons.get(s2);
                   this.s1=s1;
                   this.s2=s2;
         static Map icons = new HashMap();
         public static  void createIcons(){
              Image img = new BufferedImage(10,10, BufferedImage.TYPE_INT_ARGB);
              Graphics2D g2=(Graphics2D)(img.getGraphics());
              g2.setColor(Color.BLUE);
              g2.drawLine(0,0,10,10);
              g2.drawLine(0,10,10,0);
              icons.put("cross",new ImageIcon(img));
              img = new BufferedImage(10,10, BufferedImage.TYPE_INT_ARGB);
              g2=(Graphics2D)(img.getGraphics());
              g2.setColor(Color.ORANGE);
              g2.drawOval(1,1,8,8);
              icons.put("circle",new ImageIcon(img));
    }Note that the ... is a function of the JLabel when it is too small to render its text.

  • Image not appearing correctly in table

    Hi Friends,
    I am doing the Store Front tutorial and as a part of I am displaying the product details as the table. The details are showing fine in the table. However in the image it is showing text. I have added a image component in the text and also set the binding to #{bindings.image.inputValue}.
    Now when I select the first row in the table, all the images for the other rows are same. It shows the same image as that of the first row in all rows. When I go to the second row it shows the image related to second row in all rows. Can someone please tell me what I am doing wrong.
    Thanks

    Hi,
    the binding should be
    #{row.bindings.image.inputValue}.
    Frank
    Edited by: Frank Nimphius on May 22, 2013 12:57 PM

  • Tcode does not appear

    I am doing mass change to the contracts thru portals but the TCODE does not appears in SRM table.  I there anyway to make the T-CODE appear in SRM. Tcode in SRM is bbp_ctr_mass.
    Thanks,
    AP

    Hi,
    Could you explain in more details what you are trying to achieve with this TC? You should be able to execute this TC directly on the SAPGui too..
    Regards.
    Message was edited by:
            Yeu Sheng Teo

  • Part 1 generated while creating migo but display mode Excise tab not appear

    Hi
    I created migo Part 1 generated. and excise tab also appeared.
    but while display mode Excise tab not appearing. In table J_1part1 Part 1 details are updated.
    Please explain What could be the reason
    Regards
    sitaram

    Hi
    Please any body give me valuable suggesition.
    Thanks and regards
    sitaram

  • The data target is not appeared in the Infopackage under datatagets tab.

    Hi thanks for your response, i  eloboreted my problem below pl see,
    In the Info Cube structure i check the Trassactinal check box, In the Infopackage level under the data targets tab i selected the 'Select data targets' radio button icon but the data target is not appeared in the  table.pl give me a suggetion in which location  can i make a change.
    Thanks & Regards
    Bhaskar

    The same question in data source is not appeared in the Infopackage.

  • Data source is not appeared in the Infopackage.

    Hi Experts,
    I am trying to load the data into the transactional infocube, in the infopakage level data source is not appeared in the table, pl give me the suggetion for this problem.
    Thanks & Regards,
    Herald

    HI,
    I think you are trying to load data into and cube but that cube is not showing the info package  level so you are unable to select the data target. It may be because your cubes  real time behaviors is set in  planning mode  you need to change the real time behavior into data loading mode then you can see this cube in your info package.
    Regards,
    Ravi

  • Field catalog not appearing in the condition table for output determination

    Hello,
    I wanted to include WBSTK as a condition table entry in the output determination for  outbound deliveries, WBSTK is available as field catalog , but not available during condition table creation.
    Can you pls help me out?
    Regards
    Vaidee

    Check OSS Notes
    379619 - Preference process in SD order: Prefrnc ID missing
    595984 - Preference indicator in SD order
    379269 - Preference in SD doc: User exit: Set pref. indicator PREFE
    Regards

  • Tax Conditions types not appearing in CRM orders and quotations

    Hello All,
    I have created a new tax condition type in ECC and through initial load replicate the same to CRM. pricing procedure repliction with new tax condition is also successful.
    But, the new tax condition is not appearing in condition tab at item level when i create quotation in CRM. other condition types are coming. data for this condition type is there in custom condition table. mapping of tax classifiction to tax group is also done in SPRO.
    Please advise.
    THank and Regards
    Sudhir Grover

    Hello Sudhir,
    You should check the trace log for pricing at first. Set the user parameter:PRC_TRACE as 'X' on T-cd:SU01 for your user and check the Access analysis on the condition tab.
    Regards,
    Masayuki

  • Condition type not appearing in Pricing report

    Hello all,
    There are 2 condition types
    ZR00 - condclass B, calc type C, item condition, with acc seq Sales Area/Material and
    ZQA2 - condclass A, calc type C, item condition, with acc seq Sales Area/Customer/Material.
    I have maintained condition records for both & created a pricing report with field name Condition type for which position is Page Header of Pricing report.
    However when i fire this report condtype ZR00 appears but ZQA2 does not. Please advise.
    Thanks
    -Dinesh

    Hi Dinesh
    In the condition table , maintain the key combination of sales area/Customer grp /customer/material and then generate the report. Then you may  get the output  . But make sure you have maintained the customer group in CMR also.
    But it is better to reduce the key combination you have maintained , because there are many feilds which are involved, may be that could be the reason you were not getting output.
    Regards
    Srinath

  • Condition record not appearing in SO

    Dear all,
    I maintained the Condition record..but it is not commining into the sales order...but what i took the combination fields are appearing in sales order(i checked in Analysis tab).
    Thanks in Advance
    Regards
    raj.

    Hi,
    If you are maintaining the same field combinations for both access sequences JLST&JCST, then change the field combinations as follows
    Create a new condition table for a new access sequence for the combination of
    Country/PlntRegion/Region/TaxCl2Cust/TaxCl.2Mat for CST.
    and for VAT maintain the same 368 table with the acess seq of JLST. And create two condition records for JLST&JCST condition types.
    In customer master if the customer is relevant for VAT(Local sales) then put appropriate indicator of JLST(maintain JCST indicator=0(Nil tax)) . Similarly if the customer is from some other state the put relevant tax indicator for JCST.(here, JLST=0(nil)
    I hope u have maintained Material master tax indicators for both JCST&JLST.
    Hope this will solve ur issue
    Reg
    JJ

  • Migo reference document not appearing in miro for frieght conditions

    Dear all,
    I ahve done migo for a po and i have checked GR based invoice in PO.When i am doing MIRO i am not getting the migo reference number for frieght condition where as the migo reference number is appearing for base price.How to get that migo reference number for frieght conditions also.
    thanks in advance
    regards
    vithal

    Sometimes the the MIGO creator might have reversed the same. In such cases the reversal document may be with different number in the same series and both posted & reversed documents will not appear in MIRO. Since you might checking with posted document number, you are seeing the blank in MIRO. In such cases, just enter the PO number in MIRO, give date & reference number press Show PO structure button in the left corner. You will find the following screen
    Expand the required once. The following screen appears. In this both positive & negative numbers with same reference & document type appearing are the reversed documents.
    Hope this is clear

Maybe you are looking for

  • Method to locate row and column in TableView

    In a TableView.setOnMouseClicked () How to capture that row and column were clicked?

  • Swingbench don't show correct TPM?

    Hi all, i'm using swingbench for retrive TPM information, but i don't know why it shows me low TPM values. My server is BL480C (2 CPU quad core) with 16Gb of RAM, oracle 10g SGA size is 6Gb and is sizing enough for OLTP. i've create with ccwizard a s

  • IPod error sign that shows ipod end of charging cable with an arrow

    my third generation iPod just got restored and now it shows the ipod end of the charging cable that goes in the bottom of the ipod with an arrow pointing to the left. When plugged in it shows the apple icon then this error icon and shuts itself off W

  • Airport takes forever to find my router only after lid has been closed

    My macbook only started having this problem about a month ago. Whenever I close the laptop and it goes to sleep, then open it, it takes a few minutes for it to go from "Searching" to "Scanning" to actually choosing my network, and even then it doesn'

  • Ios 7.0 upgrading problem

    I just updated my ipad to ios 7.0 and i cant open my ipad now coz the picture says connect to itunes and when i connect to itunes in my laptop says need to restore my ipad. when i restore it it says again that my ipad is not connected to internet. ho