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

LDB selection screen Change

Former Member
0 Likes
1,156

hi i have a unusual requirement

Presently in one of my HR reports I am using 'PCH' LDB.

In the selection screen we have the object ID which is defined in standard program with no-intervals like this.

SELECT-OPTIONS:

PCHOBJID FOR OBJEC-OBJID VALUE-REQUEST "ObjektId

MODIF ID $OB NO INTERVALS.

Now in my program I want to have it as regular select option. Can we change this in anyway.

I was able to modify the rest of the fields by using AT-SELECTION-SCREEN OUTPUT EVENT.

Please help me with this, points guaranteed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
804

Hi rhaul,

1. I don't we can directly do as per ur requirement.

2. Bcos No-Intervals cannot be modified using Loop at screen.

3. Another option is to copy the standard Ldb and use it.

regards,

amit m.

Hi rhaul,

1. I don't we can directly do as per ur requirement.

2. Bcos No-Intervals cannot be modified using Loop at screen.

3. Another option is to copy the standard Ldb and use it.

regards,

amit m.

5 REPLIES 5
Read only

Former Member
0 Likes
804

Hi,

You have to change it in the PCH LDB to make it regular select-options.

Search for other Selection Layouts in that LDB, where that field may be as per your requirement.

Using coding you can't change.

Without LDB you can declare your own and use it.

regards,

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
804

Hello Rahul,

Try to declare a normal select option for Object Id in ur report and hide the one from LDB before display of SelScreen. Hope this could solve ur problem.

Read only

0 Likes
804

Hi if i do it that way then there would be a gap left out there, a blank line

Can u tell me way to avoid this blank line.

Read only

amit_khare
Active Contributor
0 Likes
804

Hi,

You can either goto->attributes->hr report category and choose the screen as per your requirement.

If it is not available you can create a new one there using the given options.

If they are also not available then hide the current field from your INITIALIZATION event and then add a new field on the screen from your report.

When you are adding the field from the report the one line space will always be there, you cant remove it.

Regards,

Amit

Read only

Former Member
0 Likes
805

Hi rhaul,

1. I don't we can directly do as per ur requirement.

2. Bcos No-Intervals cannot be modified using Loop at screen.

3. Another option is to copy the standard Ldb and use it.

regards,

amit m.