VA05 transaction

Hi,
the user requirement is when the list of sales orders is displayed using transaction VA05, if he selects a single record and presses an icon it should take him to the screen VA03.
There is no user exit for this.CAn anyone let me know how can we achieve this?
Thanks,
keerthi.

You need to copy complete SAPMV75A Program to ZSAPMV75A
You need to modify below include
RVREUSE_FORMS  -> Include Program
IF NOT PS_SD_ALV-GRID_DISPLAY IS INITIAL.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
MV75ANEU_USER_COMMAND  -> include program
FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
                        RS_SELFIELD TYPE SLIS_SELFIELD.
  SY-UCOMM = R_UCOMM.
  READ TABLE POSTAB INDEX RS_SELFIELD-TABINDEX.
  IF SY-SUBRC = 0.
    DUMMY = '1'.
  ELSE.
    CLEAR DUMMY.
  ENDIF.
  STATICS: GRUP_FLAG.
  STATICS: SAVE_LAYOUT LIKE  GS_SD_ALV-LAYOUT.
  IMPORT LV_REPID FROM MEMORY ID LV_INDX_KEY.
  IF NOT LV_TRVOG IS INITIAL.
    VBCOM-TRVOG = LV_TRVOG.
  ENDIF.
  CASE R_UCOMM.
here you need to use user command to get interactive option to va03  
    WHEN 'GRUP'.
      PERFORM ALV_FCODE_GRUP USING GRUP_FLAG
                                   R_UCOMM
                                   RS_SELFIELD.
      EXIT.
    WHEN '&OUP'.
      GRUP_OK      = 'X'.
      PERFORM ALV_FCODE_OUP USING GRUP_FLAG
                                  R_UCOMM
                                  RS_SELFIELD.
      CLEAR GRUP_OK.
      EXIT.
    WHEN 'ANZE'.
      RS_SELFIELD-REFRESH = 'X'.
      PERFORM ALV_OKCODE_AEND USING SPACE.
    WHEN 'AEND'.
      RS_SELFIELD-REFRESH = 'X'.
      PERFORM ALV_OKCODE_AEND USING 'X'.
    WHEN 'AKDK'.
      PERFORM OKCODE_AKDK.
    WHEN 'AUSW'.
      PERFORM OKCODE_AUSW.
    WHEN 'BACK'.
      PERFORM OKCODE_BACK.
    WHEN 'BELF'.
      PERFORM OKCODE_BELF.
    WHEN 'BELG'.
      PERFORM OKCODE_BELG.
    WHEN 'BELS'.
      PERFORM OKCODE_BELS.
    WHEN 'DARS'.
      PERFORM DARSTELLUNG_ANZEIGEN.
    WHEN 'DYWF'.
      PERFORM OKCODE_DYWF.
    WHEN 'DYWI'.
      PERFORM OKCODE_DYWI.
    WHEN 'F15'.
      PERFORM OKCODE_EF15.
    WHEN 'EF17'.
      PERFORM OKCODE_EF17.
    WHEN 'KUST'.
      PERFORM OKCODE_KUST.
    WHEN 'LIAK'.
      PERFORM ALV_OKCODE_LIAK USING R_UCOMM
                                    RS_SELFIELD.
    WHEN 'LIZW'.
      PERFORM OKCODE_LIZW.
    WHEN 'MABE'.
    Massenbearbeitung zur Erzeugung von Folgebelegen
      PERFORM MASSENBEARBEITUNG_AUFRUFEN.
    perform okcode_mabe.
    WHEN 'MASS'.
      PERFORM OKCODE_MASS.
    WHEN 'MAST'.
      PERFORM OKCODE_MAST.
Massenänderung: Neues Material
    WHEN 'MMAT'.
      PERFORM OKCODE_MMAT.
  Massenänderung: Markierung in allen Sätzen zurücknehmen
    WHEN 'MMDL'.
      PERFORM OKCODE_MMDL.
  Massenänderung: alle Sätze werden markiert
    WHEN 'MMRK'.
      PERFORM OKCODE_MMRK.
Massenänderung: Neue Preisfindung
    WHEN 'MPRF'.
      PERFORM OKCODE_MPRF.
    WHEN 'MPRX'.
      PERFORM OKCODE_MPRF.
Massenänderung: Neues Werk
    WHEN 'MWAE'.
      PERFORM OKCODE_MWAE.
    WHEN 'MWRK'.
      PERFORM OKCODE_MWRK.
    WHEN 'ORGI'.
      PERFORM OKCODE_ORGI.
    WHEN 'PANS'.
      PERFORM OKCODE_PANS.
    WHEN 'SORT'.
      PERFORM OKCODE_SORT.
    WHEN 'SPAL'.
      PERFORM OKCODE_SPAL.
    WHEN 'SPLT'.
      PERFORM OKCODE_SPLT.
    WHEN 'STUF'.
      PERFORM OKCODE_STUF.
    WHEN 'SUCH'.
      PERFORM OKCODE_SUCH.
    WHEN 'SUMM'.
      PERFORM OKCODE_SUMM.
    WHEN 'SUTI'.
      PERFORM OKCODE_SUTI.
    WHEN 'SUVO'.
      PERFORM OKCODE_SUVO.
    WHEN 'SUZU'.
      PERFORM OKCODE_SUZU.
    WHEN 'UEBL'.
    PERFORM OKCODE_UEBL.
    WHEN 'UNIB'.
      PERFORM OKCODE_UNIB.
    WHEN 'UNIF'.
      PERFORM OKCODE_UNIF.
    WHEN 'UNIH'.
      PERFORM OKCODE_UNIH.
    WHEN '&IC1'.
      PERFORM ALV_STANDARD_DETAIL USING RS_SELFIELD.
    WHEN '&ERW'.
      RS_SELFIELD-REFRESH = 'X'.
      PERFORM ALV_STANDARD_FCODES USING VBCOM-ZUART
                                        VBCOM-NAME_DAZU
                                        VBCOM-STAT_DAZU.
    WHEN '&OLX'.
      RS_SELFIELD-REFRESH = 'X'.
      PERFORM ALV_STANDARD_FCODES USING VBCOM-ZUART
                                        VBCOM-NAME_DAZU
                                        VBCOM-STAT_DAZU.
    WHEN '&OL0'.
      RS_SELFIELD-REFRESH = 'X'.
      PERFORM ALV_STANDARD_FCODES USING VBCOM-ZUART
                                        VBCOM-NAME_DAZU
                                        VBCOM-STAT_DAZU.
    WHEN '&OAD'.
      RS_SELFIELD-REFRESH = 'X'.
      PERFORM ALV_STANDARD_FCODES USING VBCOM-ZUART
                                        VBCOM-NAME_DAZU
                                        VBCOM-STAT_DAZU.
    WHEN 'SUMV'.
      PERFORM ALV_OKCODE_SUMV USING VBCOM-ZUART
                                        VBCOM-NAME_DAZU
                                        VBCOM-STAT_DAZU.
    WHEN OTHERS.
      PERFORM USER_OKCODE.
  ENDCASE.
------ Bildtitel setzen ----------------------------------------------
  PERFORM BILDTITEL_SETZEN USING TRVOG ANZGR VBCOM-ZUART.
ENDFORM.
Thanks
Seshu

Similar Messages

  • Purchase order number in VA05 transaction

    Hi,
    When i excute VA05 transaction by  giving sales orginization number by selecting orginational data tab in initial screen the purchase order number is balnk ,but when i give sales document type in further selection criteria the purchase order number appears for same sales order no and sales document type.
    Please let me if any one has faced this issue.
    FYi we have recently gone for upgrade from 4.6c to ECC.This works fine in 4.6c.
    Regards,
    Sunil.K

    reolved by my self

  • Organizational data missing in va05 transaction

    Hi Experts
             In VA05 transaction, in application toolbar, there will be 4 push buttons, including
                1. Disp Vaiants
                2. Further Sel.Criteria
                3. Organizational Data
                4. Partner functions
          Now, in my system, i am not getting the display of Organizational Data and partner functions.
               What could be the reason, whether they have done any transaction variants or any exits.
    Thanks in advance.
    Regards
    Rajaram

    authorization is given sucessfully.
    what could be the reason.
    Regards
    Rajaram

  • VA05 Transaction Userexit Division Problem

    Hi All,
    I have a problem during division for VA05 Transaction.
    I had appended few fields in VBMTV structure.
    Fieldname        Data Element   Data type  length Decimal  Refernce table   Refernce field
    ZZSETREM      ZSETREM        QUAN        13      3           VBMTV               VRKME
    ZZDPNTWT      ZDPNTWT        QUAN         13     3            VBMTV                VRKME
    Now in the program V05TZZMO,
    I am calculating as          lvbmtv-zzsetrem = ( lvbmtv-zzdpntwt / lvbap-ntgew ) * 100.
    During debugging   lvbmtv-zzdpntwt = 20.000 and lvbap-ntgew = 950.000.But still no calculation takes place and lvbmtv-zzsetrem = 0.00. For a lesser value say ( 2/4 ) * 100...calculation does takes place.
    I declared the same in a Z program and gave those values it was working perfectly. But in this program the division fails. I tried all the different data types but unsuccessful. Due to some reason the division never takes place. Kindly guide me on this issue.
    Thanks n regards,
    Vinayan

    Hi All,
             Thanks for your response. As said by u all i tried all the steps.
    In Tripati's answer it is found that when i tried :
    lvbmtv-zzsetrem = ( lvbmtv-zzdpntwt * 100 ) / lvbap-ntgew.
    This method gave me an answer in computation but the problem faced is:
    if lvbmtv-zzdpntwt = 20.000 and
       lvbap-ntgew     = 950.000
    The actual answer based on above calculation should be 2.105.
    But in my program V05TZZMO,after calculation the result in lvbmtv-zzsetrem comes as 0.002
    Kindly give a suggestion on this.

  • USER EXITs/BADis in VA05 transaction. Performing extra checks

    Hello gurus
    I need to perform an extra authority check in VA05 transaction. I need a USER EXTI/BADi/BTE in which I can perform the extra authority check and if the authority check fails the line shouldn´t be displayed on the starndard ALV.
    My boss does not want to create a copy of the program so I need a user exit or another way to perform this.
    Anyone can help me?
    Thank you veri much and kind regards
    Ibai Ramirez

    Hi,
    Here mentioned some of badi's and user exits,hope it will help you....
    Badi : FTR_TR_FIMA_CALLBACK
    User Exits
    FTRINCON  User exits  for confirmation status
    RFTBB001  Treasury: Posting interface
    RFTBB010  Treasury: Posting Interface Due to Cust.-Spec. Acct Determtn
    RFTBB011  Treasury: Post.Interface due to SCB Indic. and Deliver.Cntry
    RFTXX301  Customer Exit mt300 header
    RFTXX302  Customer Exit mt300 trailer
    RFTXX321  Customer Exit mt320 header
    RFTXX322  Customer Exit mt320 trailer
    SAPMFTD1  User Exit Treasury data carrier management

  • Listing sales order with va05 transaction code

    Hi friends,
    I have updated partner function 'SH' in va05. For partner function 'SH' I can list only new orders i.e orders created after making this changes. How do i view older sales orders with the above Partner function. Please advise
    Regards,
    Uday

    Dear freind,
    If you give no date in the VA05 transaction it will show you all the order for that particlular Customer.
    If you want to filter you can do it by further seclectiuon crietera...
    Hope this helps you ...
    award points if helpful.,
    regards,
    Amlan

  • Debit/Credit Indicator in VA05 Transaction

    Hi,
    We have a requirement where in a new program designed in lines of VA05 for open sales orders & customer needs to differentiate Debits & Credits separetely for all the open sales orders.
    When checked in VA05 there is a field named as Debit/Credit Indicator which is used for capturing this functionality.
    Could someone provide me with more details on this field & advice steps to acheive the above functionality.
    Thanks
    Rama

    i hope you already know this
    in Va05 further selection criteria check thes  sales document type is there or not
    if not
    SPRO-SD-Sales-list-define selection criteria prgram SAPMV75A Display variant "k"  enter the sales document type field and save
    in Va05 create a variant for a required sales document type excluding Debit and credit document types.
    this is only my observation likes points...

  • 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.

  • What is the connection between programs saplvo5t and the transaction va05?

    hi all,
    i really wonder that i have put a break point in a subroutine move_userfields in an include V05TZZMO and when i execute va05 transaction breakpont stops at this subroutine? How can this happen when the  program behind va05 is SAPMV75A.
    Please help..

    Hi Vijay ,
    The transaction VA05 calls the FM <b>RV_SALES_DOCUMENT_VIEW_3</b> .
    The main program of this FM is SAPLV05T and the include you are talking about is a part of this FM .When you see the debugger take  a look at the call stack and thing will be clear for you .
    Thanks ,
    Varun .

  • Va05 open sales order qty

    Hi,
    When we run the VA05 Transaction it is not showing the open sales order qty as out put.
    Please help me how can achieve it.
    we are using 4.7
    Thank you.

    Hello ,
    you'll find the documentation via customizing (Transaction SPRO) : Path
    Sales -> System modification -> create new fields ( without condition technique) -> New fields for lists.
    You can change V05TZZMO and structure VBMTVZ from there or use SE38 / SE11.
    For both you'll need an object registration in OSS.
    Regards Wolfgang

  • How to change layout in List of Sales Orders (VA05)

    Hello,
    Does anybody knows how I can save layout changes or create new layout in transaction VA05 (List of Sales Orders)?
    Thanks for advance

    Hi,
    Goto VA05, enter values in selection screen press enter.
    In menu click on settings>layouts>Current  select the fields and save. Give layout name and description and press enter.
    You can choose your own layout  goto settings>layouts>Choose   click on layout from list of layouts.
    If you want to default your layout for VA05. settings>layouts>Administration. click on field default setting for your layout. Default you will get your own layout for VA05 transaction.
    Regards,
    Chandra

  • Enquiry in va05

    Dear frnds,
    I want to add extra field in va05 transaction.
    can any one tell me how is it possible.
    Pooja

    hi
    You can choose the columns after executing the report (VA05) by going to Settings>Layout>current.
    If you want toa add any additional columns apart from the list of columns listed there, then i think you need to copy the report and create your own.
    Award if it helps.
    Krishna

  • Report for outstanding invoice/ collections report

    How could we get a report on all the outstanding invoice for a customer based on regions. i.e
    One customer is serviced across the US. the client needs to get a report on all outstanding invoices based on regions. Any suggestions??

    You can specialize T-Code VF05 using info provided in OSS note 350068
    From a previous post of yours it sounds like the client wants no special code. This note provides an example for the VA05 transaction, but it applies to VF05 as well.
    The only issue on a client "sell" point is that it does require append table fields, and ABAP code to create the interface to pass the appended values. it is pretty basic code though, and works great because you can go out and get all kinds of data to enhance the VA05 VF05 transactions.
    Once complete you can add  / sort the columns ala standard ALV report funcitons
    Bill

  • Reg: Sales return order

    Hi Friends ,
    I created Sales return order with VA01 .....and delivered partially due to some reason and maintained reson for rejection and saved the order . but it is still showing in the Va05 Transaction... plzzzzzz help me not to show the order in Va05 ?

    Guru,
    What is the status of the Return order showing in document flow?
    And in VA05, did you select all sales order or open sales order.in selection criteria.??
    Thanks,
    Raja

  • Report regarding sales orders

    hi,
    how to create a report to display all sales orders made by customers...
    regards
    kalpana

    Hi,
      you can use VA05 transaction for displaying the sales orders made by customers.
      OR
      create a program which selects the record from the table VBAK by filtering the sold-to party (KUNNR)..And for other partners from the table VBPA..
    Thanks
    Naren

Maybe you are looking for

  • Itunes videos will not play on Itouch-- HELP!! (please)

    I recently purchased an Itouch, (& I love it!!-for the most part) I just have one issue... none of the videos I purchased in the Itunes store will play on it! They will transfer without issue, but when I try to play it on my Itouch I get this message

  • Digital surround sound not working

    i have just now taken the time to play some movies through the apple tv and the center channel sound is non existant.  i change sources and its fine, but only pn apple tv does the center channel drop out.  then it will suddenly reappear. any ideas? a

  • Why do all my JPEGs turn into PDFs? I can't do anything!

    The craziest thing keeps happening in Elements 10. Every JPG file I open seems to turn into a PDF file so I can's resize or print! I'm used to Photoshop 5.0 and Elements is new to me. Any help appreciated. Thanks.

  • OSB: Proxy service used in the WSDL address hostname, I want to use IP

    Hi all, I have a proxy service , open the WSDL address is as follows : ============================================================================================== <?xml version="1.0" encoding="UTF-8"?> <s0:definitions name="GeneralInboundServiceDe

  • Migrating from Weblogic Portal 4.0 to 8.1

    Hi folks, do you know of any handy migration guide for old Portal 4.0. I have found myself migration guides from 4.0 to 7, and from 7 to 8.1, but i need a more direct migration from 4.0 to 8.1 . My company needs to estimate migration efforts/costs fo