Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CL_GUI_CONTAINER_BAR - Input Fields

Former Member
0 Likes
786

Hi guys,

I'm designing a cockpit and I am using the container bar class.

I've searched and have went trough the examples in SAP but I couldn't find what I wanted.

Is it possible to put some input fields in there, instead of buttons or text ?
I would like to have one of the options to be by date and as it is selected opens the area with a input field instead of text or icons as we can see on the examples on SAP - RSBPT_CONTAINER_BAR*.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
654

Hello Francisco,

perhaps the example report on

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e5cd7674-0e01-0010-f1b3-f05f516d97d8

can help you to find a solution.

Dagmar

2 REPLIES 2
Read only

Former Member
0 Likes
655

Hello Francisco,

perhaps the example report on

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e5cd7674-0e01-0010-f1b3-f05f516d97d8

can help you to find a solution.

Dagmar

Read only

0 Likes
654

Hi Dagmar,

I have seen that one, but it only has buttons and text.

I would like to put a select-options so they can put a date.

I havent seen anything with that, I assume that is not possible.
I will go for creating another screen with the inputs that I need and call it as a popup so they can make their inputs and return to the previous screen.

Thanks anyway!