In SQ02 after joining table if we want write condition on other field how ?

In SQ03 after joining table if we want write condition on some fields
for filtering records then what is the procedure.

Please check forum subject. This is not a right forum for your question. Close your thread and post it on a proper forum.
Thanks,
Gordon

Similar Messages

  • SAP Query: Duplicte records after joining table CSKT

    Guru's,
    We have created a query in SQ02 for Z table which has fields with KOKRS and KOSTL as well.
    Ztable fields:
    PLAN_TYPE
    PLAN_PROCESS
    KOKRS
    KOSTL
    We want to display cost center description. SO joining this Z table with CSKT(KOKRS,KOSTL). We are getting duplicate records in output because CSKT has duplicate KOSTL.To solve this, we want fetch Latest KOSTL comparing DATBI  GE SY-DATUM.
    Can anybody help us how to code this logic in Query. I have gone thru most of the SDN threads but could not find the answer.
    Please help us.
    Thanks in Advace.
    Shreyansh

    Moderator message - Duplicate post locked

  • On f4 help , want to update some other fields in same column in table

    Hi All,
    I am using table for displaying multiple line-items, but my requirements is that on F4 help in  the first field of the table, i need to fill the other two fields in the same column based on the selection made.
    Please help me out and reply me if you need any further specification.
    Thanks in Advance
    Regards,
    Gopal

    Hi Gopal,
    Create elementary search help in SE11 with your search help parameter as the table fields. select the same data type for this fields as you took  while creating your context node/attributes for table.
    I guess by using IMP/EXP parameter, if you select F4 on particular field then you will get automatically other fields value in your table row.
    Assing the new search help to your main field.
    Please try with this approach. It worked for me on my WD screen with 4-5 input fields. I am not sure 100% if this will work for table but give the try.
    Thanks,
    Chandra

  • HT204053 I have 2 ipads and want play against each other mba2k13 how do i do it

    i have 2 ipads and want to play against each other mba2k13 how do i do it

    All purchases (and their updates) are forever tied to the ID used when they were bought.  You cannot erase an ID, you simply stop using it.    You will have to allow your son an exclusive account if he wants to use your computer.   Can you log in under your ID now ... or do you have to use his?    If the latter is the case, he has clearly changed your ID to one that is his.

  • From which tables the data is coming in to transaction fields, how to find?

    Hi abapers,
    I am new to abap,
    I have some data in one transaction.
    I want to know that one particular record in a field from which table the data is coming, how do i know?
    How to find that for the transaction is haveing header and item tables?
    How to find that what are tables used for that transaction?
    by presseing f1 on a field we can find table name or structure name along with field name of that particular field?
    If structrure means how to find that field from which table it is coming?
    I  found table name for some of the fields like this by pressing f1,double clicking on structure name?
    but some fields in another transaction does not showing the table names only structure it is showing?
    Moderator Message: Basic Question. Please search.
    Edited by: kishan P on Nov 13, 2010 3:20 PM

    hi ,
    you can  do that by Transation st05
    where you have to 1) activate trace  ,
      2) execute transaction  
    3) deactivate trace after transaction complete 
    4) display trace 
    there you can find all  step by step flow from where data has been retirved and tables also  .
    if you dont no take help from Basis  People  .
    Regards
    Deepak.

  • I have IPad2 from verizon, but I want to use in other country, how can I change a chip? I knew that from AT

    I bought Ipad 2 wi-fi 3G, from Verizon, Is posible to change a Chip´??

    The Verizon 3g iPad uses a mobile technology called CDMA. CDMA does not use SIM cards or anything similar, it basically works off a hardware identifier for the device that's built-in to the packet radio and registered with your provider. CDMA is pretty much used by Verizon in North America and several countries in Asia.
    Most of the world uses the GSM technology that's the basis of the AT&T 3g iPad. That's the one you want if you plan to use 3g wireless service outside of the country.
    The WiFi feature on both systems works identically. The only stipulation is that you be near a WiFi access point.

  • LOV shows no value after conditionally showing other field

    I am a newbie quietly desperate trying to do something basic.
    I have a comments field LOV (static values not sql) as "select list with redirect". If they select "other" then a second field appears to enter details. Field appears as planned but value in LOV disappears. Any other value chosen displays even it it hides the further comments field.
    The session state shows that the value is "other" but it is not displayed.
    Thanks
    Ron

    Hi,
    If the LOV value is stored on the database, then the settings should be:
    Soruce Used: Always, replacing any existing value in session state
    Source Type: Database Column
    Source value or expression: Name of database field
    The display value for Other shouldn't affect the saving of the data and I don't think that "Other" would cause a problem as such - I tend to use initials for things like that, so would have "O" instead. I have set up a test page on my OTN and used the following for my LOV and it works as expected: STATIC2:No;N,Yes;Y,Other (Blah blah blah);O
    The "Other (Blah blah blah)" is there when the page reloads and the other fields do become available.
    Andy

  • Joining the tables in report painter/writer

    Friends,
    Can we join tables in report painter / writer?
    Regards
    HK

    Hello
    table joining required if you want a report wherein you need field from more than one table with interlinked field. Then create infoset in SQ02 and use that infoset and create Query in SQ01 and design as per requirement. Abap coding also possible here
    Report writer/pointer you can refer table for any feld requirement, no need to join thats only viewing
    hope I answer u properly
    Regards
    Dinabandhu

  • Additional field in join table for CMP EJB

    Hello,
    I'm trying to perform this task using CMP entity beans:
    The entity A has a CMR relation of cardinality m-n with entity B (bidirectional) (This is working fine).
    I want to add a parameter to the relation.
    Ex : When I find that A1 is linked to B1, I need to perform "x" times an action. x would be my parameter, and I would have kept this parameter as an additional column in the join table A_TO_B.
    Could anyone provide an example of how to perform this with CMP EJB?
    NOTE: I'm using OC4J 10g 9.0.4 standalone (and cannot change my version).
    Thanks
    Tanguy

    Manohar,
    You need to create an append structure for table VBAP (for example ZAVBAP) using SE11. In this structure you create your ZZ fields. If you need a non-SAP domain/data element for your field then you need to create it first using the same transaction and activate it. Attach ZAVBAP to VBAP so the SE11 shows:
    .APPEND in the Fields column and
    ZAVBAP in the Field type column.
    Your ZZ fields will be shown automatically.
    When you have finished then activate your ZAVBAP structure. You will notice when you go VA01 (for example) that a lot of programs are being recompiled. Don't worry. It will be ok.
    The user-exit screen number for items is 8459 (in program SAPMV45A).
    Thanks,
    Wojtek

  • POV-After creating Tcode for a table SM30 I want F4 Help here

    Hi All,
    After creating Tcode for a table, When I am trying to give table entries thro' this Tcode, I want F4 help for those fields. Apart form assigning "Fixed values" in Domain level how can I achieve this.
    Points Assured.
    Regards,
    Suresh

    Hi,
          You need to create search helps based on this table for each filed or one for all the fields with proper import and export paramters. Or else you can give check table entries for each of the table fields for which you need the F4 help. Check table us assigned to a field using the Foriegn key assignment.
    Best Regards,
    Sesh

  • AFter joining two tables how to execute the query ???

    select Code from PlanCodes where orderNumber =
    (select min(orderNumber) from PlanCodes RPC ,PlanRollup RPR
    where RPC.Code=RPR.Code
    and RPR.AccountNumber = '1234'
    and RPR.EffectiveDate = '01/01/2005 '
    and RPR.RollupCode = 'x')
    AFter joining please let me know how to go about after this ??
    ExpressionBuilder builder = new ExpressionBuilder();
    Expression creditRating = builder.getTable("PlanCodes").getField("Code");
    Expression issue_ref = builder.getTable("PlanRollup").getField("Code");
    Expression join = creditRating.equal(issue_ref);

    you can set global variable and filter for this variable in the triggers of blocks the actions then you avoid the code of trigger and you can use go_block

  • Help me to join tables!

    I'm a very newbie to oracle and sql, so please help.I have a problem like:
    I have 2 table:
    STATE(StateName,Population)
    StateName   Population
      VIC         100000
      NSW         100000
      SA          100000
      QLD         100000
      ACT         100000
      NT          100000
    PROJECT(ProjCode,ProjName,StateName) - Foreign Key (StateName) references STATE
    ProjCode    ProjName          StateName
    p01            pro01             VIC
    p02            pro02             NSW
    p03            pro03             VIC
    What I want is to join this 2 table and display it like :
    StateName   ProjName
      VIC         Pro01
      NSW         Pro02
      VIC         Pro03
      SA
      QLD
      ACT
      NT
    And Don't use UNION / MINUS / OUTER JOIN & IS NOT NULL
    Please help!!!
    btw, how can i post using html code?
    Thanks in advanced.
    Message was edited by:
            user451262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi scott.swank!
    I need to say again that i'm a very newbiew to oracle and sql, and I don't have job,
    i'm student, in my assignment, my lecturer asks us to do thing like that.
    We both know the "outer join" is the right solution, UNION is reasonable too.
    But just because the assignment requires to do in different way from those ways.
    So after several helps from other persons here, I saw that it could be impossible to do
    without using UNION and OUTER JOIN.And of course, the lecturer needs to change the
    requirement of the assingment because it's IMPOSSIBLE to do like that.Or he knew the way to do and we r here have not known it yet.Both of cases should have 1 case is right
    and one case is wrong.so far I think 70% the requirement of my asignment is not possible
    to do.But let's wait until the last second.
    I always appreciate all helps here and keep needing helps from you here.
    Thank you so much.

  • Conditions on Outer Joined Tables

    I'm trying to understand how Discoverer handles conditions created on outer joined tables. We're using Discoverer Plus 11.1.1.3.
    I have a query using two tables connected by an outer join. While I want all records back from the first table, I don't want all records back from the outer joined table. So, if I typed the SQL directly in a SQL Editor, I would put the '(+)' in each condition. However, I find that in Discoverer, sometimes it does this, and sometimes it doesn't. If it does not put the '(+)' on all conditions as well as the join, that essentially nullifies the outer join and makes it an standard join.
    For example, I expanded an item on the outer joined table in the Items dialog to see its list of values, and selected one, to add the column to the worksheet and create a condition. No (+). But when I deleted this and created the condition using the Condition dialog, I got a (+). Then I created another condition using the condition dialog. I used the IN operator and pasted in a list (this item had no item class to choose from)--no (+).
    When I tried manually adding (+) after the item name in the condition dialog, it put quotes around the whole thing and treated it as a string.
    I can find nothing in the documentation that discusses this. Is is possible to control whether or not it uses the (+)?
    Thank you, Scott Newman

    Dear Michael,
    Last night I had a call from user who was experiencing a very strange behaviour of her Discoverer workbook.
    I replicated the issue on my machine and could not believe my eyes. A condition on an item was being ignored. I then analysed the workbook and realised it was due to a condition on an item from an outer-joined folder. I did not have the strength after a long day to deal with it and was looking forward to having some fun the next day. Firstly, I tried few tricks such as NVL, LENGTH functions in a test query in Toad. I hate to give up but I did and searched threads on this forum and opened few. The very first thread I read was this one and I laughed when I read your advice. Only until the moment I tested it in the troubled workbook. It worked like a charm. I take my hat off to you Michael. I have rarely experienced such a satisfaction when solving a tricky problem during my 9-year-long Oracle Discoverer journey. This goes straight to my little text file with interesting problems and solutions.
    Thank you very much. I owe you a beer or two.
    It is great to have an expert like you, always ready to share his knowledge with his colleagues.
    P.S.
    My apologies for this massive post, I could not resist expressing my joy and gratitude.
    Jozef Hlavaty

  • SAP QUERY(SQ03/02/02) - how to join tables

    Hi MM Wizards,
    I would like to know how to join tables EINE & A017 through SAP Query?
    Thanks,
    Kaveri

    Hi Kaveri,
    A017 is a pooled table.  SAP Query does not support joins against Pooled tables.  You should stick to transparent tables if you want to use Query.
    You can do a direct read of A017, but you will just end up with a glorified SE16 display.
    You could have a programmer write some ABAP and place it into the 'extras' section in SQ02 to grab the additional data that you want, but once you have decided to enlist the aid of an ABAPer, it is better just to write a custom Z program from scratch.
    Regards,
    DB49

  • Illegal selection by InfoObject from outer join table

    Hi all,
    in any infoset with left-outer-join, when i want to select any field (infoobject) to get exlude conditions i got these errors:
    illegal selection by InfoObject from outer join table.
    error reading the data of infoprovider '*'.
    thanks in advance .
    HS

    Hi Dorota,
    Choudhary S was right.
    İ have notified the SAP about this issue..they wrote me below note :
    As SAP tables have no concept for NULL, we
    have to restrict this condition to not allow excluding condition to be
    used any more. But alternatively, you could use including to replace it.
    Please check my last reply to see the detailed reason for it, and
    this explaination is from our development colleagues.
    For this note 1435772, you could also see why this error message
    arises.
    So, they said it is not possible in case of left outer join after those patches.
    i just used  include to replace that exluding condition.it takes little time but the problem is solving.
    Thanks
    HS

Maybe you are looking for

  • Mirroring 2560 x 1440 resolution ?

    I have bought an Iiyama Prolite XB2779QS 27" monitor to mirror the display of my 27" iMac (mid 2011 model) onto. The Prolite XB2779QS is a 2560 x 1440 monitor, yet I can only get it to mirror the iMac's display in 1080P resolution max. Am I doing som

  • Is it possible to add VAT (TAX) in the order form and discount codes ?

    Is it possible to add VAT (TAX) in the order form and discount codes ?

  • Populating PDF Form

    Hello; I have XP Pro SP2 with Acrobat Pro 8.1.0 I have received a form that is in PDF format. But I can't populate its fields. That is, when I try to type in the field, nothing happes. I have played around by going to Tools and checking the Form but

  • XML - Adobe ActionScript 3 (AS3 ) API Reference

    This question was posted in response to the following article: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/XML.html

  • SYNONYM_INSERT not working

    Hi, I am trying to import the context file using SYNONYM_INSERT mode. But its not deploying since the internal ID of the context is already used by another context. Is there any workaround for that. I also tried with DUPLICATION option. But that will