Display Condition info of a PO

Hello Gurus,
  How can I display the condition records maitained in a PO? I tried using table konh but it only works for quotations. The bapi (BAPI_PO_GETDETAIL) that I'm currently using only displays line items.
Thanks,
Jeffrey

KONV and KONP tables are both conditions tables. These tables are used when you want to find e.g : the Basic price value or excise duty values (just to name some ) .
These tales store the values based on the document condition number.
The Document Consition number(KONV-KNUMV) is number that gets generated whenever a PO or a sales order gets created. So this KNUMV is the link between the PO or the sales order. The KNUMV gets stored in KONV as well as the header tables of Sales order and Purchase order.
Let me give you an example: Incase you have a sales order number say 1206 now for this you want to create to know what is the Basic price: - so you would go to VBAK get the KNUMV of 1206 , for the KNUMV fetched go to KONV and give this KNUMV you will get all the conditions for this sales order. Same is the case with PO's also.
Now KONP also stores the conditions can be used with access sequences eg a003 or a055 etc. you cantake the KNUMH value from these tables and get the rate from KONP.This table only stores the rates and not the values. i.e KBETR value and not KWERT value.
I hope this answers your question

Similar Messages

  • Is it possible to display unrelated info without using a subreport?

    Hi,
    I'm trying to create a report that displays 2 different sets of information without using a subreport. 
    The first section of info (the part I'm having trouble with) is simple displaying the info in the db.  It is just the differnt security settings of the system.
    The second section of info is each users info and their personal security settings.  This part is not a problem and displays correctly.
    How can I get the first section to be displayed at the top of the report without it affecting the second section which uses the group header and details portion of the report?  When I try and put it in the Page header it throws off the second section and causes the information in the details to be repeated multiple times.
    Is it possible to do this without a subreport?  I'm using Crystal Reports 2008.
    Thanks Mike
    Edited by: Mike Swift on Aug 21, 2008 5:35 PM

    Mike
    Have you tried selecting the "Select Distinct Records" box in report options.
    Maybe this has nothing to do with your problem but I thought I would throw that out.
    Good luck

  • How do I get the iTunes 12 miniplayer to display track info.  All I get is a search box.

    I can display track info, but only in the larger mini display - not what I want.  How can I simply display track name, duration, time remaining when the mini display is at its smallest...?  This wasn't a problem with earlier versions.   Aaaargh!

    Hi,
    Is this what you are seeing?
    If So, click on cancel!
    Jim

  • Display-condition="first" doesn't work

    Hi,
    I'm trying to use the 'display-condition' attribute of the xdofo:inline-total element to get some boiler plate to appear on the first page only, and some other boiler-plate to appear on all subsequent pages (display-condition="first" and display-condition="exceptfirst") as detailed on page 2-78 of the 5.6.3 user guide.
    (This is not something that can appear in the header/footer, so we can't use 'different first page').
    If I don't specify a display condition then my boiler plate is displayed (although only if I add this as a string within the element, and the variable is not displayed correctly). But if I add the display-condition="first" then the element is not displayed at all.
    I've tried this with the 5.6.2 desktop previewer and with 5.6.3 within Oracle Applications. The results are pretty much the same.
    I guess I have two questions:
    1.) Is this the right way to do what I'm trying to do? (We need 'Assessment Information to be shown at the head of a table on page 1, and 'Assessment Information Continued' to be shown at the top of the table on all subsequent pages, and as this is a batch print job, we need the pageing to restart for each new main group)
    2.) If this is the right way to do it, can anyone help me get it working?
    I can post a small example xml and rtf if it helps.
    Thanks for any suggestions,
    Ben

    To test this further I created a new rtf template and xml file which make the problem quite clear I think.
    I've created 5 new items in the template.
    Each one of them uses a different printing condition as specified in the user guide, from which I quote:
    • first - the contents appear only on the first page
    • last - the contents appear only on the last page
    • exceptfirst - contents appear on all pages except first
    • exceptlast - contents appear on all pages except last
    • everytime- (default) contents appear on every page
    When you preview the report, what happens is that:
    • first prints on every page except the last
    • last is never printed
    • exceptfirst prints on every page except the last
    • except last is never printed
    • everytime prints on every page except the last
    None of these behaves as descibed in the manual, and nothing is ever printed on the last page.
    Anyone got any ideas? Someone must be using this functionality succesfully...
    Thanks,
    Ben

  • Display linked info in a datatip

    hiya
    I have a chart and in the chart I have a dates on the horizontal axis, and the series is a numeric value.
    I have a renderer to show the value, but i also want to show a linked datafield in the datatips.
    My arraycollection comes from a database table - and the array does include a field called 'Comments' - Each day/value has a Comment which I'd like to show in the datatips
    Here is my Chart:
          <mx:ColumnChart  id="ccBarSystem"
          height="100%" width="100%" 
          showDataTips="true"  
          creationComplete="{PodContentBase.SystemHistory()}"
          dataTipRenderer="dashboard.renderers.ChartRender" x="19" y="10"   showDataTipTargets="true">
          <mx:horizontalAxis>
          <mx:CategoryAxis id="baraxis"
          dataProvider="{PodContentBase._SystemHistory}"
          c ategoryField="Period"  />
          </mx:horizontalAxis>
          <mx:series>
          <mx:ColumnSeries id="barseries"
          dataProvider="{PodContentBase._SystemHistory}" 
          yField="Breach"
               fillFunction="myFillFunction">           
               </mx:ColumnSeries>
          </mx:series>
             </mx:ColumnChart>
    ... and here is the renderer:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="286" height="100" backgroundColor="#241616" backgroundAlpha="0.5">
        <mx:Label x="10" y="10" text="{data.chartItem.yValue}" color="#FFFFFF"/>
        <mx:Label x="10" y="36" text="I WANT MY COMMENTS HERE" color="#FFFFFF"/>   
    </mx:Canvas>
    Any thoughts?  How do I reference the comments field in the renderer?
    cheers
    Andrew

    I managed to display BP's info. using this code:
    see file attached.
    I had to create columns and rows manually, to be able to display all info I need.

  • Display Conditions for Configurator OptionFeature Options - R12.1

    Here is a test scenario that I am using. This is for R12.1
    1. I have a list of options under a Option feature
    2. These options are to be displayed as drop down list in the configurator user interface as the min and max selections allowed is 1. i.e. options are mutually exclusive.
    3. In configurator user interface, I have to display only the options that are available for user selection. i.e. Options that are either excluded by a rule of by an configurator extension, should not be displayed in the UI.
    Now, here is the problem.
    I am using the display condition for the drop down feature as below.
    List Item Display Condition List Item Model Node.SelectionState IsNot Excluded
    The above display condition removes the options that are excluded by a configurator rule (like logic rule or a CDL). But is does not remove the options from the list that are excluded by a configurator extension.
    I tried with all different display condition approaches. But I was unsuccessful in not displaying both type of options that are exculded by configurator rule and configurator extension.
    If anyone could help me achieve this, it would be of great help.
    NOTE: The logical state of option excluded by configurator extension is either FALSE or UFALSE.
    The logical state of option excluded by configurator rule is LFALSE.
    Hope the above explaination is readable. Let me know if you have any questions.
    Thanks,
    user9356335

    Hi Jason,
    Thanks for your reply.
    yes I have tried using LFALSE (as you have mentioned in your message - (IOption)opt.setState(IState.LFALSE); ).
    But we cannot set the logical state of an option to LFALSE, LTRUE, UFALSE, UTRUE.
    we can only set it to FALSE, TRUE or TOGGLE.
    When I tried to set the state of the option to LFALSE, it throws an error saying - logical state of an option can only be set to FALSE, TRUE or TOGGLE.
    - user9356335

  • HT204150 I'm having problems with random contacts disappearing from icloud. I have a saved text from a contact that displays her info but when I look for her in contacts it's missing.

    I'm having problems with random contacts disappearing from icloud. I have a saved text from a contact that displays her info but when I look for her in contacts it's missing.

    It is locked to your sisters carrier.
    She would have to ask her carrier if they unlock iPhones and if she qualifies for this service.

  • Is it possible to display GPS info from a COOLPIX S800c in Aperture 3?

    Is it possible to display GPS info from a COOLPIX S800c in Aperture 3?

    To see the GPS locations display the image in "Places view", while connected to the internet (you will see the images locations as pins on a map).
    To see the numerical values edit the "EXIF info" metadata preset in the Info panel to include GPS:
    Or simple us the Lift&Stamp tool to lift the tags from your image:
    It will show the GPS value, if the image has tags. This tool can also be used to transfer the GPS tags to other images without GPS.
    Regards
    Léonie

  • Displaying database info in a container

    I am currently working on a JAVA project. I am using MS Access together with JAVA. For my main menu I use a container with Menus and Buttons. I managed to display the info in the database using System.out.println and SQL statements. I would like to display the info in the container when I press the button, with a "back" (to main menu) button at the end of the info.
    How do u I do this??????

    Swing tutorial?

  • Tabs and display conditions

    Hey everyone.
    I was toying around with my Apex as I love to do, however, im a bit confused regarding tabs and display conditions.
    My scenario:
    I want a user, perhaps a public one in the future, to be able to reach page 1 of my application, where there might be for example a form or anything else fun, but I want to have a display condition on tab nr 2 to only be displayed for admin users.
    Fair enough, checked out the conditionstypes and thought the sql returns at least 1 row would be sutiable so I made myself a username table with name, usernames etc and one "admin" column that contains a Y or N flag.
    So I chosed Exists (SQL query returns at least one row)
    And in expression1 I entered "select username from users where username=:APP_USER and admin='Y'"
    However, this somehow seem to fail the display condition, and the tab disapears entirely. regardless if I use my appuser (which has uppercase in the table) or the built in "admin" user.
    I tried this SQL out in the query tool and it asked for the bind variable value and I entered my username and it displayed 1 row correctly. But somehow this doesn't seem to work for the tab.
    Am I thinking the wrong way here or what am I doing? :)
    Sincerely
    Johnny

    It is standard tab set, and I want the tab going to page 2 to be invisible for non admins for example, but I seem to make the admin tab disapear even thou I know my sql is correct, if I disable the display condition both tabs is visible again, so am I thinking reverse, or is it something else?
    Message was edited by:
    Mr plow

  • Ipod won't display song info under "Now Playing"

    I searched for this, but couldn't find an answer. My 60GB IPOD works fine, plays fine and displays info (and movies, photos, etc.) correctly in all areas except the "Now Playing" screen, at which point it won't display any info (song title, artist, album art, etc.)
    Any thoughts?
    Thanks,
    Patrick

    My ipod had this exact same problem.
    Go here:
    http://docs.info.apple.com/article.html?artnum=303130
    hope that helps!
    Windows   Windows XP   Sucky Computer

  • Displaying Exif info at the import screen

    Is there a way to view exif info of each photo on the LR 4.2 import screen. I'd like to view Exif data before making the decision to import the capture but can't figure out how to do this. Ideally it would appear as a 'tooltip' when hovering over the image in gridview, or, when looking at a single image it using the "I" key should display image info like it does in other modules of LR4. Are there any plugins that could do that?
    Thanks!

    I don't think this feature exists.
    I believe the philosophy here is import the photos, then use the power of the Library Module if you want EXIF information.

  • QM task: Display Q-info record-Agent assignment

    Hi All,
    I am using Standard Task 20000127(QM task: Display Q-info record). Workflow will trigger whenevr the record has been changed.I am not able to assign Agent for this task.
    I have one more doubt can we use this satndard task straightly without incorporating in Custom workflow (making workflow template only to use this stanmdard task solely) ?
    Sorry to ask very basic question...:(
    Thanks in advance.
    Ashwani

    yes you can make use of the Default Rules Tab present in standard task. Here is the link of how to create rule
    http://help.sap.com/saphelp_47x200/helpdata/en/8c/1923d1932b11d2a5ea0060087a79ea/frameset.htm
    Thanks
    Arghadip

  • Displayed Header Info Prints Differently

    The header info. that's displayed on-screen, is different than what gets printed. How do that happen?
    Specifically, the displayed header info. shows; "To: My Name" but when printed that same line is changed to; "To: my email address".
    I need the header and email to print the exact way it is displayed. How do I get Mail to accomplish this simple task?
    Thanks,
    PS - Apologies for the rude screen name. I got frustrated with the account creation hassle.

    Greetings,
    When printing email, the displayed name (or Smart Address if you have that enabled) will always show the name and/or the email address of the person it's To: and From:; there's no way around that.

  • (no inline validation error displayed)) condition type and plsql expression

    Hello all
    Is it possible to use a plsql expression (eg: (:REQUEST = 'PXX_LIST_ITEM')) AND (no inline validation error displayed)) condition type at the smae time ?
    HTMLDB must be testing a substitution variable when the conditional display section is set to 'no inline validation errors displayed'.

    Hello,
    I don't know for sure because I never used it, but I think you can use the pl/sql variable htmldb_application.g_inline_validation_error_cnt. This variable identifies number of inline errors found.
    You can also check if the variable htmldb_application.g_notification contains a value.
    Fred.

Maybe you are looking for

  • Cannot sync multiple iphones on 1 computer with multiple accounts

    I have had no problems until recently.  I have 2 iphones that I sync with two different users on 1 Windows 7 PC. I was always able to sync the respective iPhone with the iTunes on each individual account without any problem.  Now, it freezes up on 1

  • Displaying more than One table in a dataTable

    have 3 types of Document. Each type of Document is storing into different table also with different column. For displaying then individually i have created separate Beans for them n working fine. Now i want to show all document in one dataTable. I ha

  • I am looking for a simple data logger for temperature

    I am having a hard time finding a basic data logger for recording temperature over a period of several minutes. I am using a SCXI 1001 Chassis, with SCXI 1303 terminal blocks hooked up to a computer running Windows XP and Labview 8.0 and VI Logger Li

  • Safari says not connected when it is

    My new ipad was working fine until we had a power cut now it is connected to my wifi but is not recognising that it is. i have reset ipad and network settings but still nothing. any ideas?

  • What is ORACLE Procedure Builder

    Hi, What is "Oracle Procudeure Builder" and where can I download it? Thanks, Alan