FBL5N : how to add a column of the Account's name?

Hi,
the list displayed by Tcode : FBL5N contain only the number of account, please how to add a column of Account's name ?
Please advise
Regards.

When you are in the FBL5N display results screen, use the menu option Settings --> Special Fields. 
There are also the following notes which would explain you how to add special or new fields to the line items :
- 310886     Line items: Dynamic selections ignored
- 215798     FBL*N: Special fields are not displayed
- 373268     Line item: new display field
The special field has to exist in table T021S.

Similar Messages

  • How to add one column to the standard t.code : CAT2.

    Hi,
    How to add one column to the standard t.code : CAT2.
    thanks

    Hi Chinna
    see the  enhancements by using SMOD <b>CATS0007</b> , or <b>CATS0012</b> and create a project using CMOD and you can implement your requirement.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • How to add one column into the t.code: cat2

    Hi
    I am userexits
    here i want to add one column into the t.code: cat2 at particular location, and that added field have to display the data what i am selcting in that transaction.
    how to do this...
    thankx

    hi,
        CATS0005           
        CATS0007           
        CATS0009        
        CATS0010        
        CATS0012.
        Go through the documentations of above Enhancements to solve ur problem. I am not able to understand ur exact requirement. that is y i gave some more Enhancements.

  • How to add customized column in the time sheet CATS (transaction CAT2) ?

    Hello,
    I need to be able to add some columns in the time sheet CAT2 containing:
    - the name and first name of the person (in addition of the number), in display mode in the CATS time sheet.
    - a  text that I will found by reading some tables and values...
    Does anyone have any idea how to do so ? and if it's possible or not?
    Thanks a lot in advance for your help.
    Best regards
    Fanny GROUX

    Hi,
    Thanks a lot, it's really help...don't know why I didn't see this customized point before in SPRO.
    But I have an other issue, my new fields is added in the CATS screen and now I'm trying to put default value by using the user exit of extension CATS0009.
    When I complete the value of my new fields in structure CATSD_IMP, there are not taking into account and the CATS screen doesn't display the value.
    Am I using the wrong table ? wrong user-exit ? or my code ..
    Thansk a lot again for your help.
    Fanny GROUX

  • How to add a column at the end of table in already designed document..?

    Hi,
    I am writing a javascript for adding a column at the end of table in Indesign document. using our plug-in we have created the Indesign document.
    Each table i want to add one extra column at the end. Is it possible..? please help me if anyone has idea regarding this.
    Thanks,
    Vimala L

    Hi Vimala,
    Please try the below JS code, This code will add the new column in every table last column after.
    var myTable = app.activeDocument.stories.everyItem().tables.everyItem().getElements();
    for(i=0; i<myTable.length; i++){
       myTable[i].columns.add(LocationOptions.after, myTable[i].columns[-1]);
    thx,
    csm_phil

  • How to add a column in the middle of the table

    hi all.
    using alter table i am able to add column at the end of the table.
    but what to be done if i want to mention the column number or order also.

    This cannot be done, without recreating the table. Of course, if it is just a nice thing, to make people feel good about the order, you can define a view in the order you want.
    Tom Best

  • How to add Serial Number to the batch report name?

    How to format the report name for batch model to have <Sequencename>_<batch_SerialNumber>_<DateTime>.xml. Everytime a different sequence is executed the report file name should be formated with that sequence name and batch serial number porvided. I am using TS4.1
    Sequential model has a Determine Report File Path, is there something similar for batch model also, if so where?
    Thanks.
    CLD,CTD

    Did hit Post too early, here is the remaining,
    For the second part 
    have the serial number of each individual DUTs included in its file name
    The setting in Report Option will also save the UUT report with UUT serial Number included in the following format:
    SeqFileName_[UUT][Date][Time].xml where [UUT] will store the UUT serail number.
    CLD,CTD
    Attachments:
    reportOptions.jpg ‏85 KB

  • How to add custom columns to the list view in Finder

    Hi,
    I'm looking for a way to view additional file details in the list view in Finder, for example audio bit rate, so I don't have to do "Get Info" for each file separately. I couldn't find a way to add columns other than the ones listed on the view options dialog.
    Can anyone help me find a way to do it?
    Thanks,
    Tal

    Have you checked the Help menu for what you want to do? I found this in Apple support - List View Options
    Check the AppleScript Forums. There is probably a script that you can use.

  • How to add balance column in the PO and AP Report

    I have added amount remaining column in this report from ap payment schedules all,but it is not returning any rows,can you please look into this issue.
    select
    distinct po_vendors.segment1
    || chr(9) || po_vendors.vendor_name
    || chr(9) || po_vendor_sites.vendor_site_code
    || chr(9) || po_vendors.vendor_type_lookup_code
    || chr(9) || po_vendor_sites. attribute2
    || chr(9) || po_vendor_sites.inactive_date
    || chr(9) || po_vendor_sites.creation_date
    || chr(9) || to_char(max(ap_checks.check_date), 'DD-MON-YYYY')
    || chr(9) || ap_payment_schedules.amount_remaining
    from
    po_vendors
    ,po_vendor_sites
    ,ap_checks
    ,ap_payment_schedules
    ,ap_invoices i2
    where
    po_vendors.end_date_active is null and
    po_vendors.vendor_id = po_vendor_sites.vendor_id
    -- and po_vendors.VENDOR_ID=i2.VENDOR_ID
    and i2.invoice_id=ap_payment_schedules.invoice_id
    and po_vendor_sites.inactive_date is null
    and po_vendor_sites.creation_date < sysdate--&v_cutoff_date
    and po_vendor_sites.pay_site_flag = 'Y'
    and not exists (select vendor_site_id from ap_checks c2 where
    c2.vendor_site_id = po_vendor_sites.vendor_site_id
    and c2.check_date < sysdate)--&v_cutoff_date)
    and not exists (select vendor_site_id from ap_invoices i2 where
    i2.vendor_site_id = po_vendor_sites.vendor_site_id
    and (i2.invoice_date < sysdate or payment_status_flag in ('N', 'P') ) )
    and po_vendor_sites.vendor_site_id = ap_checks.vendor_site_id (+)
    --and ((i2.invoice_amount) - (i2.amount_paid)) <>0
    --and (i2.invoice_amount - NVL(i2.amount_paid,0))>=0
    group by
    po_vendors.segment1
    ,po_vendors.VENDOR_ID
    ,po_vendors.vendor_name
    ,po_vendor_sites.vendor_site_code
    ,po_vendors.vendor_type_lookup_code
    ,po_vendor_sites.attribute2
    ,po_vendor_sites.inactive_date
    ,po_vendor_sites.creation_date
    --,i2.invoice_amount,i2.amount_paid
    --,i2.invoice_num
    ,po_vendor_sites.VENDOR_SITE_ID
    ,ap_payment_schedules.amount_remaining
    --,(i2.invoice_amount-nvl(i2.amount_paid,0))
    --order by
    --     po_vendors.vendor_name
    ---     ,po_vendors.segment1
    --     ,po_vendor_sites.vendor_site_code

    Hi,
    Thanks a lot, it's really help...don't know why I didn't see this customized point before in SPRO.
    But I have an other issue, my new fields is added in the CATS screen and now I'm trying to put default value by using the user exit of extension CATS0009.
    When I complete the value of my new fields in structure CATSD_IMP, there are not taking into account and the CATS screen doesn't display the value.
    Am I using the wrong table ? wrong user-exit ? or my code ..
    Thansk a lot again for your help.
    Fanny GROUX

  • How to add a column to the middle of a matrix?

    hi all,
    Can any one help me regarding storing new column in Middle of the Matrix.
    when i am approching like going Tools->User defined fields->Marketing Documents  in that i am adding my fields in Row it will effect all the Modules in Matrixes like Sale/Purchase  modules i dont want that willbe  available for all modules like Sales and Purchase . I wanted only In Purchase Module will be reflected i wrote code also that coding also i kept in other Forum. Can u once check i dont want to reflect in all the Modules.I wanted Clear information Regarding asap??
    Regards
    ANAND

    Hi ANAND,
    I think DI API's FormPreferencesService should do the trick for you.
    You can find sample code in the SDK Helpcenter.
    HTH,
    Frank

  • How to add multiple columns?

    Using designer API, how to add multiple columns to the repository tables? I want to add number of columns at a time instead of adding column by column.
    Thanks in advance.

    Can you use sqlplus?
    ALTER TABLE table_name ADD (column_name data_type), (Column_name datatype),...
    Check the SQL Reference 11-9.
    Hope this helps.
    Bill Swanson

  • How to add a column in table control

    Hi ,
       Can any one tell me how to add a column in table control? My requirement is to add two columns ( custom fields ) into table control ( It is a standard program). I have added the column in the table and also in the table control. But when I am running the standard program, The newly added column is not there. But I have added in the perticular screen. Change is not reflected.
       Can anyone help me on this please.
    Thanks in advance.
    Regards,
    Lakshmi.

    Hi,
    Ensure the following :
    1. After adjusting the database, you`ll have to use the database utility and activate the table.
    2. If you have changed the standard screen, in tcode se80 -- right click on the program and click activate all. This activates all objects related to that program.
    Now execute the program.
    Reward if helpful.
    Regards

  • How to add different columns in a single dashboard prompt?

    Hi
    I am new to this forum. I got a new requirement, my client is asking me to show multiple columns with multiple tables in a single dashboard prompt
    for Ex: Column name Table name
    1. Customer 1. Customer Details
    2. Market 2. Region
    3. Order 3. Order Status
    4. Product 4. Product Type
    He wants to show all these column names in a single prompt when user click on the particular column name it should appear on report. Is it Possible? if possible tell me how?

    See this thread...
    Re: How to add new columns by using Multiselect

  • How to add two columns in OBIEE report?

    Hi to All,
    Can anyone tell me how to add two columns in OBIEE report and get that result in a new column?
    Thanks in Advance,
    Thenmozhi

    Assume you already have two columns SalesAmt1 and SalesAmt2, and you want to derive 3rd column say SalesAmt3 which would be the sum of SalesAmt1 and SalesAmt2.
    For this, as I mentioned above pull SalesAmt1 and SalesAmt2 columns in Report. Now pull another column (say SalesAmt1) and open the fx. Clear the contents of fx. Now locate the columns button in the bottom of the fx. From Here, first select SalesAmt1 and + sign and the select SalesAmt2.
    Now in this new column, the fx should look like SalesAmt1 + SalesAmt2.
    Let me know if you are looking for something else.
    Thanks

  • HOW TO: Add /manipulate columns for a GridControl

    HOW TO: Add /manipulate columns for a GridControl when the columns (attributes) are from different entity objects.
    This HOWTO describes the basic steps of using attributes from different entity objects for a GridControl.
    One way you can create a GridControl which contain attributes from different entity objects is to create a view object and base it on the entity objects which contain
    the desired attributes.
    Here are the basic steps:
    1.Create a new view object (or use an existing view object) by selecting File>New from the menu, clicking the Business Components tab and double-clicking
    on the View Object icon.
    2.In the View Object wizard change the name to something meaningful.
    3.Select the entity objects you will base your view object on.
    4.Nivigate to the attribute screen and select the attributes you would like to include in your view object from each entity object. At this point you can also create
    a new attribute by clicking the "New" button. The new attribute can be a concatenation of other attributes, derived from a calculation etc.
    5.In the query panel of the View Object wizard, click "Expert mode" and enter a query statement. You write complex queries such as decoding a set of attribute
    values.
    6.Add your newly to your newly created view object to the application module by double-clicking on the application module in the navigation pane and selecting
    your view object from the list.
    7.Create a new row set.
    8.Bind row set to a query by editing their queryinfo property and selecting your view object and its attributes from the queryInfo pane.
    9.Create a GridControl and bind it to the row set by editing the dataItemName property of the GridControl. Since the GridControl is bound at the row set level
    all of the related attributes are automatically added.
    null

    Michael,
    Are you intending this as a commercial solution or a work around?
    To take an existing equivalent, one would build a view in the database tailored for each grid in an Oracle Forms application. Or a separate query layered over tables for each form/grid in a Delphi or Access application? Even if it is ninety nine percent the same over half a dozen forms/grids?
    And now you've added a whole slew of "slightly different" rowSetInfos to maintain.
    So if you wanted to add a column that needs to appear everywhere... you've just increased the workload multi-fold?
    That would be a management nightmare, wouldn't it? Not to mention yet more performance cost and a slower system?
    Hmmmm..... I'm not sure I like where this is headed... someone needs to do some convincing...
    null

Maybe you are looking for

  • Can I Globally Bind Fields in InDesign CS6 Forms?

    I'm used to using LiveCycle Designer to create forms, where I had a great deal of control over how the forms would look and feel and could create very complex interactivity. Particularly useful was the ability to create form fields that would repeat

  • My second thread.. ITV poor quality on i player!

    Anoter problem I have is that on ITV player the bandwidth seem low as it regularly freezes and then the circle rotates for a couple of minutes or seconds, then the program continues.... this happens regularly. It is noit my broadband connection as I

  • Open a JPG picture in Camera Raw

    Is there a possibility to open from the command line a JPG picture first in Camera Raw to get it then in PS ? What do I have to specify?

  • CCS / IC WebClient Connection -  shows ringing in CSS but not in IC

    Hi everyone, we are trying to setup the SAP CCS (Contact Center Simulator) and followed the best practice guide as well as the available blog. All configuration is complete, and now we are trying to simulate an incoming phone call, but the IC WebClie

  • What generations  of ipod touch works with facetime?

    What generations of ipod touch work with facetime? I would imagine, one download the application to the computer then sync with the ipod touch. Will facetime work with itunes on a windows box or it only works with Apple computer / laptob....