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] How to Get ALV Report Output to an Internal Table

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

Reply from Nagaraj_Halapeti on Jul 6 at 11:00 PM
Hi Ajay,
In CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
uncomment following:- for finding user command

"I_CALLBACK_USER_COMMAND = 'USER_COMMAND'"

at last write following code.

FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
RS_SELFIELD TYPE SLIS_SELFIELD.
RS_SELFIELD-REFRESH = 'X'.
RS_SELFIELD-ROW_STABLE = 'X'.

CALL METHOD CL_GUI_CFW=>FLUSH. " it ll get all grid display value if grid display editable that will also reflected.
CASE R_UCOMM.
WHEN '&DATA_SAVE'. " sy-ucomm for save button
LOOP AT ITERNAL_TABLE.

Note:-1) ""INTERNAL TABLE NAME SHOULD SAME WHICH U ARE PASSING TO "REUSE_ALV_GRID_DISPLAY"

"Write copying code if you are storing internal table value to any other internal table

ENJOY.

Regards,
Nagaraj

---------------Original Message---------------
From: ajay kumar
Sent: Thursday, January 08, 2015 10:33 AM
Subject: How to Get ALV Report Output to an Internal Table

Hi,

Can you please give me an idea getting an ALV Report output to an Internal
Table?





Thanks & Regards,
Ajay Kumar.

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2015 Ziff Davis, LLC. and message author.
Ziff Davis, LLC. 28 E 28th Street New York, NY 10016
Nagaraj_Halapeti  

Student/Education Professional
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Become a blogger at Toolbox.com and share your expertise with the community. Start today.

_.____.__

0 comments:

Post a Comment

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