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

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

RE: [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

Reply from Ben Meijs Ctac on Sep 10 at 4:54 AM
Check the statement SET HANDLER and the importing parameters of the DOUBLE_CLICK event.

Met vriendelijke groeten / kind regards,

Ben Meijs

---------------Original Message---------------
From: pathakvikash72
Sent: Wednesday, September 10, 2014 3:17 AM
Subject: Redirect To Transaction And Display Relevent Sales Order Details

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
Ben Meijs Ctac  

achievements
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Have a technical question? Need to find IT solutions? Ask your peers in the Toolbox for IT community.

_.____.__

0 comments:

Post a Comment

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