May 2019
Beginner to intermediate
548 pages
12h 39m
English
This example is a continuation of the previous example, so please complete that if you haven't already. We will add some functionality that enables the user to choose whatever they want to display in relation to the product. You need an extend selection screen with the following parameters:
SELECTION-SCREEN BEGIN OF BLOCK bl1 WITH FRAME.PARAMETERS: p_crt RADIOBUTTON GROUP gr1 DEFAULT 'X'.PARAMETERS: p_dsp RADIOBUTTON GROUP gr1.SELECTION-SCREEN END OF BLOCK bl1.
Add the following to the main method definition. We can only take one radio button since those parameters work in a group:
CLASS-METHODS main IMPORTING iv_prd_id TYPE /bobf/demo_product_id iv_price TYPE /bobf/demo_buying_price iv_text TYPE /bobf/demo_description ...
Read now
Unlock full access