Selection screen search help filtering

SAP has many fields that depend on other fields. We often need them on selection screens and expect their search helps automatically filtered by the value of the field on which they depend. This can be accomplished by generating the search help at runtime with a function module like F4IF_INT_TABLE_VALUE_REQUEST. But there is also a […]

Obligatory selection screen parameters

Almost every ABAP developer comes to a point where they require obligatory parameters along with user command logic in their selection screens. As you might already know, that’s a problem. Because obligatory parameters demand input on every action of user and interfere with user command logic, which results in a broken selection screen. Let’s see […]