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

How to add components to selection screen generated from logical database ADA?

Former Member
0 Likes
3,501

Hey gurus,

I have a program using logical database ADA, which have the following selection screen generated automatically because of this code


TABLES: anla0,

         anlb,

         anlav,

         v_anepk,

         bkpf,

         anlz,

         anlcv,

         cdhdr,

         cdpos,

         dd03l,

         dd04t,

         anep,

         tabwt.

I would like to populate this selection screen with my own components where the red line is. Is it somehow possible to do it thru the code? If I make some parameters it is added to the bottom of the screen but I need to put it where the red line is.
Or the only option here is the screen painter?

Regards,
Robert

1 ACCEPTED SOLUTION
Read only

VenkatRamesh_V
Active Contributor
0 Likes
3,096

Hi,

Try,

Goto SE 38 -> Enter the Program name -> Select Attributes->see the Logical      database .

Goto SE 36-> Enter the logical database name->Select copy icon.

Add the own fields in customized  logical database, replace the ADA with Customized logical database.

Hope it helpful.

Regards,

Venkat.

Hey gurus,

I have a program using logical database ADA, which have the following selection screen generated automatically because of this code


TABLES: anla0,

         anlb,

         anlav,

         v_anepk,

         bkpf,

         anlz,

         anlcv,

         cdhdr,

         cdpos,

         dd03l,

         dd04t,

         anep,

         tabwt.

I would like to populate this selection screen with my own components where the red line is. Is it somehow possible to do it thru the code? If I make some parameters it is added to the bottom of the screen but I need to put it where the red line is.
Or the only option here is the screen painter?

Regards,
Robert

10 REPLIES 10
Read only

Former Member
0 Likes
3,096

hi robert,

go to menu goto->attributes

there is button HR Report Catetory

click new report category and define your own selection screen

Read only

0 Likes
3,096

Hey Abdul,

where should I be?
Because when I open the ADA logical database there is no Attributes option in GoTo menu, neither when I am in that selection screen, only when I open that program I have Attributes option in the GoTo menu, but there is no button like HR Report Category.

Regards,

Robert

Read only

0 Likes
3,096

hi,

you'll find HR Report category in the program where you are using ada logical database.

Read only

0 Likes
3,096

I don't see any HR Report category button there, you check it:

but I am probably misunderstanding you, and you mean the same thing like VenkatRamesh V

Read only

0 Likes
3,096

open the program zbr_karta

go to menu goto->attributes

there is button HR Report Catetory

click new report category and define your own selection screen

Read only

0 Likes
3,096

I opened my program zbr_karta then I went to menu goto->attributes and above is the popup window which is appeared after that and there is no button such as HR Report Category, only the buttons like Save, Display <-> Change, Choose, Where Used List, Cancel.

Read only

0 Likes
3,096

I found out what was the issue. The HR report category button is appearing only when the PNPCE logical database is used, with ADA it is not working.

Read only

VenkatRamesh_V
Active Contributor
0 Likes
3,097

Hi,

Try,

Goto SE 38 -> Enter the Program name -> Select Attributes->see the Logical      database .

Goto SE 36-> Enter the logical database name->Select copy icon.

Add the own fields in customized  logical database, replace the ADA with Customized logical database.

Hope it helpful.

Regards,

Venkat.

Read only

0 Likes
3,096

Yeh this looks like a possible solution, but do you know any solution which do not need the LDB modification? The best would be thru my report program, just the only problem with it is the order of the parameters. If I add my parameters it adds them to the bottom of the screen, but I want to add it where the red line is, is it somehow possible to set the line of my parameters thru the report program?

Read only

VenkatRamesh_V
Active Contributor
0 Likes
3,096

Hi Robert,

Goto SE 36->logical database Enter the 'ADA'->Choose  the  Radio button as 'Selections' ->Display

Copy the selection -screen source code to customized source code.

Hope it helpful.

Regards,

Venkat.