cancel
Showing results for 
Search instead for 
Did you mean: 

LIST GUIBB

rohit_trivedi
Participant
0 Kudos

Hi Guys,

Is it possible to have buttons like 'Print Version' , 'Export' ( As in ALV ),

in LIST GUIBB ?

There are alos options provider for Filter and Settings in ALV list display.

How can this in achived in LIST GUIBB?

Thanks and advance!

Rohit.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193369
Active Participant
0 Kudos

Hello,

the list GUIBB supports filtering and sorting already in release 7.01. The feeder has to declare the field as sortable (resp. filterable) in parameter ET_FIELD_DESCRIPTION of method IF_FPM_GUIBB_LIST~GET_DEFINITION.

With 7.02 there is an option to render the list GUIBB as ALV (details can be found in the [developer guide|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d500f5-5205-2e10-43a6-dd023a5d0818]) making most of ALV functionality available.

With the next Enhancement Package (7.31) there will be a new List UIBB which will provide sorting, filtering, layouts, excel export, grouping, ...

Best regards,

Christian

Former Member
0 Kudos

Hi Rohit,

As of now, this is not available in list GUIBB. you will get this in near future. It is under development.

Thanks

Senthil

Former Member
0 Kudos

Hello Rohit,

Just to add what Senthil said. FPM list GUIBB does not provide standard buttons in the list toolbar for the functions like print or export. You can however, configure the buttons manually in the configuration.

Once you define these buttons, you also need to handle the actions invoked by these buttons. You can configure the toolbar and write the code for these functionalities yourself.

Regards

Rohan

Former Member
0 Kudos

Hi Rohit,

I also want to add that the feature of sorting and filtering is supported in the list GUIBB's.

Regards

Rohan

Former Member
0 Kudos

Any Updates on this? I'm working on 7.01, LIST GUIBB doesn't support filtering, sorting, export to excel. So, there is not alternative for ALV!?

Regards

Christopher