VA05 transaction to add some other fields in out put list

Hi guys,
i have requirement that i have to add some fields which are in custom table to that output list('List of Sales Orders' screen)
plz help me out regarding this.
thanks.

thanks for responce da,
but i want to add my custom table fields in alv out put list,
where i can write query to get the data, and how to insert my fields in that list output.
plz help da.

Similar Messages

  • Hi gurus in ALV how to edit the fields on out put list

    hi gurus in ALV how to edit the fields on out put list

    hi
    REPORT ZSB_ALV_EDITABLE_SAMPLE.
    TABLES: SFLIGHT.
    DATA: gc_container TYPE scrfname VALUE 'LIST_AREA',
    gc_custom_container TYPE REF TO CL_GUI_CUSTOM_CONTAINER,
    gc_grid TYPE REF TO CL_GUI_ALV_GRID,
    gs_layout TYPE LVC_S_LAYO,
    gt_fieldcat TYPE LVC_T_FCAT.
    DATA: ok_code TYPE SY-UCOMM.
    DATA: gt_outtab TYPE TABLE OF SFLIGHT.
    *DYNPRO
    CALL SCREEN 100.
    *& Module STATUS_0100 OUTPUT
    MODULE STATUS_0100 OUTPUT.
    SET PF-STATUS '100'.
    CREATE OBJECT gc_custom_container
    EXPORTING
    container_name = gc_container
    EXCEPTIONS
    cntl_error = 1
    cntl_system_error = 2
    create_error = 3
    lifetime_error = 4
    lifetime_dynpro_dynpro_link = 5
    OTHERS = 6.
    CREATE OBJECT gc_grid
    EXPORTING
    i_parent = gc_custom_container
    EXCEPTIONS
    error_cntl_create = 1
    error_cntl_init = 2
    error_cntl_link = 3
    error_dp_create = 4
    OTHERS = 5 .
    PERFORM prepare_field_catalog CHANGING gt_fieldcat .
    PERFORM prepare_layout CHANGING gs_layout .
    PERFORM get_alv_display.
    ENDMODULE.
    *& Module USER_COMMAND_0100 INPUT
    MODULE USER_COMMAND_0100 INPUT.
    OK_CODE = SY-UCOMM.
    IF OK_CODE = 'BACK'.
    SET SCREEN 0.
    LEAVE SCREEN.
    CLEAR OK_CODE.
    ENDIF.
    ENDMODULE.
    FORM prepare_field_catalog CHANGING gt_fieldcat TYPE LVC_T_FCAT.
    CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
    EXPORTING
    I_BUFFER_ACTIVE =
    I_STRUCTURE_NAME = 'SFLIGHT'
    I_CLIENT_NEVER_DISPLAY = 'X'
    I_BYPASSING_BUFFER =
    I_INTERNAL_TABNAME =
    CHANGING
    ct_fieldcat = gt_fieldcat[].
    ENDFORM.
    FORM prepare_layout changing p_gs_layout TYPE lvc_s_layo.
    p_gs_layout-zebra = 'X'.
    p_gs_layout-edit = 'X'.
    ENDFORM. " prepare_layout
    FORM get_alv_display .
    SELECT * FROM sflight INTO TABLE gt_outtab UP TO 10 ROWS.
    CALL METHOD gc_grid->set_table_for_first_display
    EXPORTING
    I_STRUCTURE_NAME = 'SFLIGHT'
    IS_LAYOUT = gs_layout
    CHANGING
    it_outtab = gt_outtab
    IT_FIELDCATALOG = gt_fieldcat
    ENDFORM. " get_alv_display

  • In SD i am looking to add some custom fields to the delivery document.

    In SD i am looking to add some custom fields to the delivery document. can any one help me out.

    hi,
    u have get the access key for the program with respective to the delivery document & user exit has has to done.
    This is job of abaper
    regards,
    Arun prasad

  • To add some more fields in Who is Who

    Hi to all
    My requirement is to add some more fields in Who is Who section in ESS portal.
    Presently we are using the infoset : /SAPQUERY/HR_XX_PA_ESS
    Also tell me how to add more fields in infoset.
    I am basically an ABAPER and have no idea about ESS portal .
    Please advice as this is the requirement i received.
    Thanks & Regards...
    Anubhav

    Hi ,
    Please reffer following link very usefull.
    For : ESS Personal Information UI enhancement without modification
    https://wiki.sdn.sap.com/wiki/display/profile/ESS%20Personal%20Information%20UI%20enhancement%20without%20modification
    http://www.sdn.sap.com/irj/sdn/nw-wdjava;jsessionid=(J2EE3417700)ID1021003050DB11782024544105302604End?rid=/webcontent/uuid/503f22f6-b978-2a10-bf97-ddc21267e752

  • Hierarchy with some other fields behind

    Hello I have a problem with some a little SQL
    I have this SQL and that works fine:
    SELECT Lpad(Unit_id, Length(unit_id) + LEVEL *4,'-') || ' ' || unit || ' ' || unit_level_id || ' ' || unit_rel_to_parent_val_from as Hierarchie
    from ua_unit where unit_type_id = 1 and unit_rel_to_parent_val_from <= sysdate
    start with unit_parent_id = 'CH'
    connect by prior unit_id = unit_parent_id;
    Now I have somthing like this
    Hierarchie
    ----A ASR 2
    --------A10 ASR FS 3 01.07.2002
    ------------100 ASR FS Bnk East 4 01.07.2002
    ------------105 ASR FS Bnk Central 4 01.07.2002
    Thats create a hierarchy but I need some other fields beyond this hierarchy...how can I do that?
    Greets
    Tierrii
    Edited by: user10411886 on Mar 16, 2009 2:37 AM
    Oh I see the columns are there but miles away from the hierarchy column ( working with SQL Developer 1.2.1) how they can be near to the hierarchy column?
    Edited by: user10411886 on Mar 16, 2009 2:54 AM
    Now I have what I want. Thanks for all the help and Inputs from you guys!

    Thank for the fast reply..
    this with the other columns is the right way first, fist I have now this hierarchy and now after this hierarchy
    there should be some other columns listed, but when i do this
    SELECT Lpad(Unit_id, Length(unit_id) + LEVEL *4,'-') || ' ' || unit || ' ' || unit_level_id as Hierarchie, unit, unit_id
    from ua_unit where unit_type_id = 1 and unit_rel_to_parent_val_from <= sysdate
    start with unit_parent_id = 'CH'
    connect by prior unit_id = unit_parent_id;
    That will not work...
    I hope you now what I mean :8}
    Edited by: user10411886 on Mar 16, 2009 2:27 AM
    Oh I see the columns are there but miles away from the hierarchy column ( working with SQL Developer 1.2.1) how they can be near to the hierarchy column?

  • Reflect the details of data in same transaction but in some other tab

    Hi Experts,
    I am trying to update some data in the transaction IW32 (tab "Enhancemnt") and wants to reflect the details of that data in the same transaction but in some other tab "Objects", before saving the changes i.e. as soon as I click on "Objects" tab, it should get reflected.
    for this I hav used a Bapi at the screen exit, but the problem is that if I try to commit it, then the data after fullfillment of my requirment doesn't get saved even if I try to save it.
    and if i dont use commit then it won't be possible to save and reflect the changes as reqd.
    Waiting for your skillfull sugesstions at the earliest.

    Hi ,
    data mismatch is kind of short dump error .. check for  short dumps in st22 . are you getting all the short dumps from same source system.. then check the system performance of that system st04,
    and rather then checking from psa .. you can check the job overview of the load ..and check wether its progressing or not .. you can make the simply red and repeat it ..but if the loads are through psa then its betther you push it from psa rather then restarting the laod again it will take more time ..
    Regards,
    shikha

  • How to add some more field in dispaly?

    Dear friend,
    I have a abap query ib co module,now i created a abap report by convert the query.As it's conatin logic based on field group and sysmbols.it's difficult to find out where i have top add or not? i have to add some more coloums in display report and also add some more tables from where i can get more details which i have to used further dispaly and update the same in z table.
    please help me............

    Hi,
          Whether u r creating a new report or modifying a report..
    Becoz if u r using ALV means we can add in the field catalog..If u r using the classical interactive reports means we need to find where the values r inserted and where it is displayed and then only we want to proceed..
    Let me know the answer to give a good answer

  • Can we edit the System Report queries to add some missing fields ?

    Hello,
    I'm using SAP Business One 2005 A and I was wondering if there was a way to edit the system report queries.  Sometime, I'm only missing calculated fields in the existing report.  Something as easy as the difference between 2 dates is not working with the formula fields.
    Instead of rewriting everything, could we simply see that original query and edit it to add the missing fields ?
    I don't like the fact I can't add my own created report from a query in the main menu.  Since I couldn't do anything with the Backorder reports by default, I created mine with my own SQL query.  Can't I replace the existing one with my own ?
    Thank you
    Daniel Gagnon

    Hi Daniel,
    You can edit a system query but then you can only save it as a user query (ie you cannot overwrite the system queries).
    User queries can't be placed in the Main Menu using the standard GUI though you could add them to the User Menu tab so your users can get to them easily. I think to add them to the Main Menu would require the development of an add-on that updated the Main Menu and triggered the running of the query when the user clicked on the menu option.
    The other thing to look at is using XL Reporter for your reports rather than the Query Generator. With XL Reporter you can automatically add reports to the main menu.
    Kind Regards,
    Owen

  • 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

  • Adding fields to the out put list of a standard program

    Hi All,
    I have a problem , i need to add two fields to the output list which we get by executing the transaction CJ74( actual cost line item). The final table is a field symbol(<gt_pos_data>).
    can i implement this way will it works out.
    I want to create an internal table with all fields of  the final internal table(field symbol) and the new 2 fields.My problem is how can i include the fields of the field symbol to my table.
    can anyone do the needful ASAP.
    Regards and Thanks in advance,
    Priya.

    Hi Priya,
    Guess my last suggestion didn't work.
    I was checking the program and found that just before the ALV function an exit is provided and there are about 6-7 exits however I am not sure if it will solve the purpose for two reasons.
    1. these exits either talk about authorization which is of no use to us OR about layout of ALV which can be used to enhance the layout .
    however this will only enhance the layout and to add data to the table i am not sure nor could i check because of the second reason.
    2.Tried all possible data available in IDES to produce an output of the report however was not sucessful.
    if you know any stadard selection screen data which i can provide and produce an output do let me know to help you further.
    Otherwise here by checking the code I found some ASSIGN statement assigninng data to out field symbol. And all these assign statements are actually assigning either tables or work area to the FS. So I would suggest to put a break-point on the ALV function being called and check the format in the FS <gt_pos_data> and accordingly assgn the two fields which you need i.e first name last name , in your z program and also update the layout. For standard i am not sure for the reasons above that wether the same can be enhanced.
    <b>Always reward points to useful suggestions.</b>
    regards,
    Vikas

  • W2 PDF Print - Need to add some custom fields

    Hello,
    We are upgrading from 4.7 to ECC 6.0.  PDF form HR_F_W2_MULT_07 is working well and good.
    But we noticed that some of the custom code in the sapscript didnt get translated into the PDF.
    For eg, We need to print a Sequence No.  right below Employer information.
    Suppose we execute PU19 for 25 employees, the seqno should be ranging from 1 to 25 on the 25 W2 s printed.
    -- I modified the form and incorporated a field for the Seqno.
    --I am aware that we can modify the structure P10_SHR_F_W2 and in customer Include CI_P10_SHR_F_W2, we can add the field  for SeqNo. 
    -- But as this is a custom field, not derived from any infotype, How the logic for incrementing the Seqno can be incorporated in program RPCTRPUA ?
    -- Is there any Badi or User Exit available for this ? Or a SAPMOD is the only option ?
    -- Is there any other method of acheiving this result. ?
    Any help would be greatly appreciated.
    Thank you so much

    Hi,
    As far as I am aware the only way to add data is to either customise the view or change the PO_COMMUNICATION_PVT package. Both of these are standard and therefore I suspect that customising them is not supported. But as far as I can tell you don't have much choice if you want to use the java PO print.
    Yes I did customise the view definition. Although the additional fields should appear in the XML they won't appear on the output if you are using the seeded XSL-FO template.
    I wrote an rtf template and converted it to XSL-FO (standard export option from the desktop version). Then you can include any fields you want to.
    Hope this helps
    Paul

  • How do I add a time field to a dynamic list and form?

    I'm trying to create an update form that logs when an action was taken. Among the fields are one for the date and one for the time, but I've not been able to get the time field to display or enter data correctly.
    I've set the time format in the ADDT preferences (database date and time format is yyyy-mm-dd and HH:mm:ss and screen format is dd/mm/yyyy and HH:mm). When I create the list or the form using the wizard, there is no option to display the field as a time.
    In step 3 of 4 in the Dynamic List Wizard, the 'Display as' options are: text, numeric, double and date. Choosing date for the time field gives me a display as though it was a date (I get '00/00/0000'). I have the same problem with generating a Dynamic Form in that there is no option to display a time, only a date.
    Am I able to do this using the wizard, or is there another way that I'm, missing? Thanks for any help.

    If those date/time fields are only needed for logging purposes then follow Günter's instructions.
    If you need to be able to edit those two fields and have their values displayed properly then there are several steps you should take.
    First open the page that uses the Dynamic List behavior and make sure that all date and time fields are configured to display as dates. Then open the page with the dynamic form and click on "Manage Dynamic Form Wizard" in the Developer Toolbox. Configure your date and time fields to submit as dates. Then go to the Server Behaviors panel and double click on "Validate Form". You should now have 3 date/time options available under Validation Format: Date, Datetime, and Time. Configure each field as needed.
    This will ensure that date and time fields are saved in the proper format so that when you view their values they will be displayed properly, that is dates will be displayed as dates and times as times.
    There are also several additional server formats available that are accessible through the Bindings panel that you might want to experiment with.

  • Add new selection fields and ALV output  fields in VA05

    Hi,
    I want to add two new selection fields in VA05 'Further selection criteria' screen, also want to add some more fields in VA05 ALV output.
    Please help me how i can do it using user exit ?
    Thanks ,
    Archana

    hi,
    You have to copy the standard program SAPMV75A to ZSAPMV75A, change them accordingly.

  • What are all the ways that can add fields in the output list of FBL3N transaction?

    Hello dear experts,
    There is this transaction FBL3N, which you might be aware of. Now, the requirement is to add 4 new fields in the output list of the standard program.
    The fields are:
    NAME1   KNA1
    LOKKT    BSEG
    USNAM   BKPF
    TXT50      SKA1 -> SKAT
    Please tell me how to do this apart from implementing the note 310886. What are the other ways?

    I agree, start reading 984305 - Line item: Definition of special fields (T021S)
    Then for non BSEG/BKPF fields, better use BAdI FI_ITEMS_CH_DATA (1323512) and not the good old BTE 1650, the BAdI will be called once with the full internal table with special fields already filled, when the BTE will be executed for each and every record without special fields, so harder to optimize, and may require access to BKPF/BSEG for missing fields.
    Regards,
    Raymond
    PS: Did you use search tool, there are already many discussions/threads on this subject.

  • Error when trying to add remote process chain related to some other system.

    Hi Gurus,
    I am trying to add process chain related to some other system in BW production through remote process chain but i am getting the issue " :RSM:918 YCPG_WEEK_GESPL_BW APO_DP_RTR DEFINITION 23" while checking or activating the same.i am able to add successfully in quality environment but getting the issue in only in production..I just tried to add some other chains too but i am getting same error for other chains which are related to same system.this means issue is present for all the chains related to that system.
    Can you please help me how to resolve the above as it is very urgent for me?.
    waiting for oyur response.
    Thanks,
    Nani

    Hi,
    Connection is working fine.we already checked RFC connection earlier itself.we have not find the same issue in quality environment i.e when we try to trigger same chain in corresponding quality environment it's working fine.where as when we are trying to checking/activate the same chain in production through remote process we are getting the above issue.
    Please help me to resolve the issue.
    Thanks,
    Nani

Maybe you are looking for

  • Can you download a series of pictures at once or always one at a time?

    I have many pictures on facebook that I would like to download onto a cd. Can this be done all at once or must the pictures be downloaded one at a time.

  • Where did my movies go?

    I just got a new windows laptop and am in the process of transfering my library from one computer to the next.  The first thing that I did was download all of the information that I have in the cloud.  (5 movies and some music).  Then I went to my ot

  • Uploading Hi8 Videos into Final Cut Express

    Hi, I am having trouble uploading H8 video files into Final Cut Express. What I have is: Sony Player SLV-T2000 Canopus didital converter ADVC-100 I have connected the rca cables from the player to the digital recorder and then the firewire cable from

  • SBO Release 2007 Intrastat - Artikeldaten

    Hallo, wie kann man die Artikeldaten für Intrastat importieren (Ursprungsland, Warennummer, ...)? Das ist ja ein User Defined Object (=UDO) indem die Daten liegen. Daher klappt es mit der Data Transfer Workbench (=DTW) nicht, oder? Generell kenne ich

  • Mail Flow during migration

    Message Server 6.3 with patch 120229-25 I'd like to keep both email systems online while I migrate our users from our old server to the new server. So far, i have been able to route COMs5 mail to our external mail server if it's destined for the inte