Home • Trainings • Quiz • Tips • Tutorials • Functional • Cert Q's • Interview Q's • Jobs • Testimonials • Advertise • Contact Us | ||
SAP Virtual/Onsite TrainingsDocument Categories:
What's New?
Contribute?Sample SpecsWhat's Hot? |
Demo on FPM LIST GUIBB with Edit/Save/Delete/Sort/Filter FunctionalityBy B.Manoj Kumar In this tutorial we will learn on how to use List GUIBB with Edit, Update, Delete, Sort, Filter functionality. The application, used in this tutorial is a demo without any real business logic, due to the fact that we want to concentrate on necessary setting and logic for achieving the required functionality. The process consists of two parts:
1 . Go to SE24 and create a class say ‘YCL_LIST_GUIBB’.
2 . In the class go to “Interfaces” tab and enter “IF_FPM_GUIBB_LIST”.
4 . Very Important: Go to Methods tab and go inside each and every method and activate them individually because they will be in Inactive state.
5 . In menu goto->sections->public.
6 . In the public section enter the following code : types t_itab type STANDARD TABLE OF zstudent. Here the table I have used is “zstudent” which contains id,name,marks,dept fields.
7 . Now, go to method “GET_DEFINITION” enter the following code. data itab type STANDARD TABLE OF zstudent. data wa_action type fpmgb_s_actiondef.
9 . Goto method “FLUSH” and enter the following code. data f_usage type fpmgb_s_fieldusage. 9 . Goto method “FLUSH” and enter the following code. data wa_change_log type fpmgb_s_changelog. |
|
Please send us your feedback/suggestions at webmaster@SAPTechnical.COM Home • Contribute • About Us • Privacy • Terms Of Use • Disclaimer • Safe • Companies: Advertise on SAPTechnical.COM | Post Job • Contact Us ©2006-2007 SAPTechnical.COM. All rights reserved. All
product names are trademarks of their respective companies. SAPTechnical.COM
is in no way affiliated with SAP AG. Graphic Design by Round the Bend Wizards |
||
![]() |
![]() |