We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

[sap-abap] Redirect To Transaction And Display Relevent Sales Order Details

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Question from pathakvikash72 on Sep 10 at 3:16 AM
Hi Experts,

I have created on alv using oops. Now my requirement is that when I will click on vbeln no. so it should call transaction VA03 and should show relevant details on which vbeln no. I have clicked in my report.

I created on local method for this

CLASS event_class DEFINITION.
*Handling double click
PUBLIC SECTION.
METHODS:
handle_double_click
FOR EVENT double_click OF cl_gui_alv_grid IMPORTING e_row .
ENDCLASS. "lcl_event_receiver DEFINITION
*-----------*
* CLASS lcl_event_receiver IMPLEMENTATION
*-----------*
CLASS event_class IMPLEMENTATION.
METHOD handle_double_click.

set parameter id 'vbln' fileld wa-vbeln.
Call transaction "va03' and skip first screen.
ENDMETHOD. "handle_double_click
ENDCLASS. "lcl_event_receiver IMPLEMENTATION

Please help me to achieve the right answer.

Thanks,
Vikash
 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2014 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
pathakvikash72  
 
View this online
Ask a new question
 
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language