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

BOX in selection screen

Former Member
0 Likes
458

My requirement is get the box for my selection screen.Please help me out its urgent for me.

My requirement is follows.

BOX – display the 4 following criteria as ENGK transaction (including value help):

- Legal regulation VBEX-GEGRU (single value)

- License type VBEX-GEART (single value)

- Internal License Number VBEX- GENNR

- External License Number EMBK-EXGEN

(end of box)

Tanx & regards,

Santosh.

3 REPLIES 3
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
435

You mean.... something like this?




selection-screen begin of block b1 with frame title text-001 .
 parameter: p_gegru type VBEX-GEGRU.
 parameter: p_geart type VBEX-GEART.
 parameter: p_gennr type VBEX-GENNR.
 parameter: p_exgen type EMBK-EXGEN.
selection-screen end of block b1.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
435

Hi

Use selection Screen begin of block....

Like

Selection screen begin of block B1 with frame title Text-001.

use selection-options of ur required fields.

Selection screen end of block b1.

Regards

Ravi

Read only

0 Likes
435

No im not saying about the block in selection screen.My rewuirement is just like d

Box display as 'ENGK' transaction.

U can c d box in ENGK transation, So how to get just like it a selection screen enclosed in a BOX.

Please help me out,

Tanx,

Santhosh.