Top "Dynpro" questions

SAP Dynpro (Dynamic Program) ABAP or Classic Dynpro is a legacy framework for constructing rich user interfaces with UI controls (tables, buttons, tabstrips, etc.

ALV is not refreshed after edit. Why?

I know my problem has been asked hundred times. But I still cannot find any suitable solution for me I …

abap alv dynpro
Call screen on button click?

I have a mainscreen with a few buttons in it and I'm trying to assiciate each button with a screen …

abap dynpro
Refresh table control after action

I have a screen with a table control in it (generated with the Screen Painter) that shows records from a …

refresh screen abap dynpro
How to hide Table control Column?

Following code in PBO doesn't work to hide the column completely. LOOP AT SCREEN. IF SCREEN-NAME EQ 'GT_SO-POSNR' SCREEN-INPUT = 0. …

controls abap show-hide dynpro
How to skip mandatory fields on selection screen?

I want it to skip mandatory fields when i clicked on 'İptal' button . But i don't want to control …

button abap dynpro
How to get back to the calling screen?

my current screen-build looks like this: But when i try to get back from Screen 250(called screen) to 100(the calling …

abap dynpro
How to change program titlebar?

I'm trying to show something else than the program title in the title bar but so far it's not working. …

abap titlebar dynpro
Prevent selection screen input fields conversion to upper case?

I have the table with field title_medi which contains two rows like Mr. and Ms. Also I have input …

abap dynpro
Unable to close modal dialog

I'm trying to call a screen as a popup. The screen type is set to Modal dialog box and I'm …

modal-dialog abap dynpro
How to set values in the listbox?

I have defined a list box in my selection screen, as follows: SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE …

dropdown abap dynpro