SAP Query column sequence for Totalling fields

Hi all
We have a custom query in 4.6C in which the output displays only the total of Totaling fields maintained in the sequence Amount > Withholding Tax > Net Amount  (all currency related fields).
However after upgrade to ECC 6.0, we notice that we are no longer able to sequence the output list to Amount > Withholding Tax > Net Amount
Though we maintain the Totaling fields in the sequence Amount > Withholding Tax > Net Amount , the list is generated in the sequence Amount > Net Amount > Withholding Tax  and the sequence is changed accordingly in the Basic List after a test display of the Output.
Is anyone aware if the sequencing control is removed in ECC based for the Totaling Fields?
Kindly help share.
Thanks in Advance
Vinodh S

Hi Faheem,
After changing the column sequence i clicked configuration button and click save button and again clicked Configuration and selected Administrative button there i can see the column sequence change and clicked activate button .now if i close and reopen the transaction my column sequence is same with out changes that i made .
you asked me to save the changes where i can do exactly ? Could you please tell in briefway from scratch so that i can trace where i done mistake.
Thanking you in advance.
Regards,
narasimha.

Similar Messages

  • Decimal Place settings for  'Total' field in Marketing documents.

    Dear sir,
    I'm Using SAP B1 2005B Patch Level 5
    I want to know which Decimal places setting i have to set for'Total'
    Field in all Marketing documents.I want to know whether it come's under
    Prices settings or Amounts setting.

    Jambulingam,
    The no. of decimals is set  in the Administration  -System Initialisation -  General settings - Display tab . There on the left hand side you can see the settings for decimals.
    Since it is a total you wil have to set it for Amounts.
    Nagesh

  • How to specify multiple sequence for multiple fields in a primary key!

    Hi,
    i have a table which has about 15 fields, one of the field is primary key and i am able to specify the sequence for it using toplink and when the object is created through toplink the sequence get generated automatically, which is fine.
    Now i have to add another sequence generated field to the table this field is not nullable and
    i am looking for a way in toplink to specify the sequence for this field too, so that when we create objects through toplink the value for the field is automatically generated instead of us fetching the next value from sequence using a sql statement and then using the set method for the field.
    is there a way i can specify a sequence for another field through toplink, while keeping the sequence settings for the primary field untouched.
    thanks for your help!
    -

    TopLink only supports a single sequence field in its' mappings. There should be an API you can use to get another sequence number from an event, but I could not find an easy one (please log a bug for this on EclipseLink). The following code might work if you define the other sequence in TopLink, but you could also just execute the raw SQL as you are doing.
    i.e. something like,
    preInsert(DescriptorEvent event) {
    MyObject object = (MyObject) event.getObject();
    object.setOtherId(event.getSession().getDatasourcePlatform().getSequence("MY_OTHER_SEQ").getGeneratedValue(event.getSession().getAccessor(), event.getSession()));
    -- James : http://www.eclipselink.org

  • SAP Query: Caseless search for case-senstive dictionary field

    Hi
    I have a question regarding the select options in a sap query. here is the scenario:
    I have a SAP query + infoset. in the selection sreen I have a field from the type MAKTX. this field is a character field that allows upper and lower case. I have the problem that my users provide an input only in lower case e.g. "bottle" and only find the results where bottle is only in lower case. Results with the word "Bottle" they cannot find.
    I am pretty familiar with abap and programing the code to achiev this is not the problem. I just don't know how I can bring my coding and the sap query together. I had 2 ideas:
    a) I make a z-search help and attach it to my select-option in the selection screen. but I don't know if this is possible and where I do that
    b) I put my code into the code-enhancement section in the infoset. but again I am not sure where I have to put it and if there are any restrictions that I have to know....
    c) any other solution will be good as well... maybe somebody has an idea.
    I hope I could make my problem clear. please let me know if you have any idea how I can do that. I don't want to modify the data dictionary object!!.
    thanks in advance - <offer removed by moderator>.
    thanks a lot
    Alex
    Edited by: Thomas Zloch on Oct 6, 2011 8:57 PM

    Use MAKTG instead, in the selection screen. It's has the same value as MAKTX but it's not case sensitive.

  • SAP Query  output  download to excel   fields order is different

    Hi All,
    while download Query Output to Excel the fields are not in the order of actual Query output
    Char fields are treated as Key fields and displayed Left side.
    As it is a SAP Query where to keep this kind of setting(key columns = 0).?
    Thanks
    Komatsu

    when u download data to excel sheet, u can't handle the data from SAP....The data in excel takes excel properties and accordingly data gets adjusted to the formats of excel.
    If u need formatting u need to use OLE concepts in SAP from which u can set the formats of Excel Sheet.

  • Change column sequence for screen variant FB50

    Hi Experts,
    I am able to hide unwanted fields in screen variant for items for tcode fb50 by creating screen variant and i also selected adopt column sequence check box.when  i go tcode shd0 and clicked screen variant that i already created and click with processing button i can get FB50 tcode screen there i can change column sequence by drag and drop .is it correct way to change the column sequence? but i am unaware how to save the changes i made.
    Please let me know how to proceed to change the column sequence and save it.
    Thanks&Regards,
    narasimha.

    Hi Faheem,
    After changing the column sequence i clicked configuration button and click save button and again clicked Configuration and selected Administrative button there i can see the column sequence change and clicked activate button .now if i close and reopen the transaction my column sequence is same with out changes that i made .
    you asked me to save the changes where i can do exactly ? Could you please tell in briefway from scratch so that i can trace where i done mistake.
    Thanking you in advance.
    Regards,
    narasimha.

  • Af:column (tr:column) sortProperty for multiple field sort

    I'm using JDeveloper 10.1.3.5, but this ought to apply to Trinidad in 11g as well. In ADF Faces 10g there is a sortProperty attribute of af:column (or in Trinidad, tr:column) that takes the name of the field to use to re-sort the table, if the user clicks the column header. But I have a column that contains an entire address: Street Address, City, State, and Zip-Code as separate af:outputText components. Is there a way to tell it to sort the address on State, then City, then Zip-Code? The best I can do now is to set sortProperty to "zipCode", but that isn't really right.

    Hi,
    Yes and no, sadly. We reimplemented the table component partly for that on our project. Anyway, the workaround is to create a transient attribute on your row instance that returns a Comparable containing, or able to refer to, all three values (state, city, zip) and set the sortProperty on that dummy property (it does not have to be the same as the one actually shown in the page).
    Regards,
    ~ Simon

  • Limitation on column characters for a field name in a view ?

    Hi ,
    Is there any limitation for a column name in a view ?
    e.g create or replace view testing as
    select to_char(to_date(must_have_field1 , 'dd/mm/yyyy') , 'dd-mon-yyyy')
    gives me an error until i put an ailias
    ques :
    1. is it due to the column name too long or an alias is a MUST for a view ?
    kindly advise
    tks & rdgs

    Yes, since you are using an expression, you need to give a valid identifier for the expression.

  • Abap query: Create selections for extras field

    Hi,
    I have a custom query and Infosets where I have defined customer fields in Extras tab (infosets).
    Now I want create (into Infosets) a selections field (select-options) to filter the extras field created but I receive message AQ120 that say I can't do that !
    You know some trick to do this ?
    (I don't have any database table to join with selections)
    Thanks,
    Daniels

    Hi
    U can use the extrafield in the selection-screen of the query, why do u need to create a SELECT-OPTION in the infoset?
    Max

  • Query FI - coding for including fields from doc and clearing doc

    Hi!
    I am a functional FI consultant and need to create a query (SQ01) with information from the payment document and the invoice which was cleared by the payment. I need to know which coding to use to include two fields from the invoice document in the query.
    Thank you
    Claudia

    Hi,
    Try something like this. I could not try it in my system, if there are some error let me know.
    FIELD-SYMBOLS
         : <SOURCE_PACKAGE> LIKE LINE OF SOURCE_PACKAGE.
    LOOP AT SOURCE_PACKAGE ASSIGNING <SOURCE_PACKAGE>.
    LOOP AT it_docu_condition into wa_docu_condition
                   where Order = <SOURCE_PACKAGE>-Order  and
                            item   = <SOURCE_PACKAGE>-item.
    CASE wa_docu_condition-condition_type.
    when u2019bonusu2019.
    <SOURCE_PACKAGE>-bonus = wa_docu_condition-condition_value.
    when u2019skontou2019.
    <SOURCE_PACKAGE>-skonto = wa_docu_condition-condition_value.
    when u2019taxu2019.
    <SOURCE_PACKAGE>-tax = wa_docu_condition-condition_value.
    ENDCASE.
    ENDLOOP.
    Regards

  • Field selection in SAP query

    Hello Team,
    I have a query on SAP query. I have the field MSEG-KZEAR and RESB_KZEAR. Now the MSEG field is visible in sq01 and is selected as output but the table has no entries for this field. Also the entries are maintained in RESB field. But RESB table is not visible for selection in sq01; however I can see the table in sq02 but unable to select the said field as output.
    I want to select the RESB-KZEAR field for output but i am unable to do so in SQ01.
    SQ01
    SQ02
    Please help to do so.
    Thanks again for your time,
    Beryl

    Hi Beryl,
    Please move your RESB-KZEAR field into Group fields using drag and drop in SQ02.
    and activate your SAP Infoset aafter that you can use  infoset in Query.
    Then value will be moving from RESB table.
    Regards,
    Prasenjit Mishra

  • SAP query text field

    Hi,
    I created a new customised field in infotype 9000 that has the same domain (but not the same component type) as p0001-stell(job).
    During sap query, i notice that this field only contain values and does not contain the text field. Please advise how i can add in the text field for this.

    Hi Lanwu,
    For the Custom field, let its domain be the same as the Sap standard field P0001-STELL ( JOB) . Do Not Change the Domain.
    Instead Create a Custom Data Element on this standard sap domain STELL and use ur naming convection for the text.
    Use this Customised or Z Data Element into ur Customised Field.
    Now wherever u use this field, the text specified in the data element would pop up.
    Thus u wont be touching the standard SAP Fields.
    Hope this helps.
    Jay Gandhi

  • Defining Query with SAP Query

    HI All,
    1..While creating an SAP Query, I have selected the field groups, then fields, selected basic list, entered the sequence, etc and then also enetered alternate text for control level. When i execute the report, the error message displayed is 'no data selected'. How can i rectify this issue?
    2. I would also like to add the field 'Deductions' under field group 'Payroll Results'.
    Thanks and Regards,
    AM_BLR

    Using the messaging service in the b1 i achieve this
    SAPbobsCOM.CompanyService oCmpSrv;
    MessagesService oMessageService;
    Message oMessage;
    MessageDataColumns pMessageDataColumns;
    MessageDataColumn pMessageDataColumn;
    MessageDataLines oLines;
    MessageDataLine oLine;
    RecipientCollection oRecipientCollection;
    oCmpSrv = (SAPbobsCOM.CompanyService)oCompany.GetCompanyService();
    oMessageService = (MessagesService)oCmpSrv.GetBusinessService(ServiceTypes.MessagesService);
    oMessage = (Message)oMessageService.GetDataInterface(MessagesServiceDataInterfaces.msdiMessage);
    oMessage.Subject = "My Subject";
    oMessage.Text = "My Text";
    oRecipientCollection = oMessage.RecipientCollection;
    oRecipientCollection.Add();
    oRecipientCollection.Item(0).SendInternal = BoYesNoEnum.tYES;
    oRecipientCollection.Item(0).UserCode = "test";
    pMessageDataColumns = oMessage.MessageDataColumns;
    pMessageDataColumn = pMessageDataColumns.Add();
    pMessageDataColumn.ColumnName = "My Column Name";
    oLines = pMessageDataColumn.MessageDataLines;
    oLine = oLines.Add();
    oLine.Value = "My Value";
    oMessageService.SendMessage(oMessage);

  • How to create a sequence for an particular item in my apex form

    Hi friends,
    I created an database application, of a form with a report, and it is working fine...
    But in my form, i have a requirement....The below are the existing fields in my form
    issue no
    created by
    start date
    status
    priority
    due date
    Among these fields in my form i need to create a 'Sequence' for my field "issue no",
    So that whenever i opened the form the 'issue number' must generate automatically like 1 for the first time, 2 for the second time and so on..
    For that i created a sequence
    CREATE SEQUENCE "ORDERS_SEQ"
    MINVALUE 1
    MAXVALUE 999999999999999999999999999
    INCREMENT BY 1
    START WITH 1000
    NOCACHE
    NOCYCLE;
    But for validation where i need to write the sequence query for the particular item 'issue no'....i dont have any idea of where to write the validation query for the sequence..
    please tell where i need to write in step wise manner..please help me friends...
    As the below is my validated sequence query for item 'issue no'
    'select seq.issue_id.nextval into issue_no'
    This is my above validation query whether the query that i mentioned is right..if not let me know the validation query..
    And also i need where to apply this validation query in steps..
    Thanks in advance
    Regards,
    Harry...

    Harry,
    Rik is on the right track. Here is a sample insert trigger: Would need to substitute you sequence ORDERS_SEQ with my sequence las_log_seq, how you define or use timestamps is up to you.
    DROP TRIGGER LASDEV.BINS1_LAS_LOG_TBL;
    CREATE OR REPLACE TRIGGER LASDEV."BINS1_LAS_LOG_TBL"
       BEFORE INSERT
       ON las_log_tbl
       FOR EACH ROW
    BEGIN
       -- Description: Insert log_seq, creation_dt, creation_id,
       --              lst_updt_dt and lst_updt_id.
       -- Maintenance:
       -- Date        Actor          Action
       -- ====        =====          ======
       -- 07-Sep-2010 J. Wells       Create.
       :new.creation_id := nvl( v( 'app_user' ), user );
       :new.creation_dt := SYSDATE;
       :new.lst_updt_dt := :new.creation_dt;
       :new.lst_updt_id := :new.creation_id;
        SELECT las_log_seq.NEXTVAL
          INTO :new.las_log_seq
          FROM DUAL;
    END bins1_las_log_tbl;
    /Heff

  • How to display long text in SAP Query ALV layout? It only show 129 char now

    I have a SAP Query which show a remark field(Max length more than 500 char), but it only show max length 129 char now. In fact, the lenght of remark field text is more than 300, and i had debug the source code, the field text value do is correct, its length do is 376.
    Do anybody can help me solve the issue, let the query ALV layout can show the long text field value?
    thanks very much in addvance.

    Hi,
    ALV can show only a restrict value length around 128 characters, many experts said that we can not extend. many suggestions is split text into some column.
    Regards,

Maybe you are looking for