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: 

Add custom fields on Sel screen of std reports S_ALR_87012047 S_ALR_87011990 S_ALR_87012037

ashish_verma
Explorer
0 Kudos
1,278

Hi All,

how i can enhance the selection screen of the standard reports S_ALR_87012047, S_ALR_87011990, S_ALR_87012037 and include them in the query to get the output.

1 ACCEPTED SOLUTION

ashish_verma
Explorer
0 Kudos
1,205

Hi Guys,

I found the answer yself by doing some digging.

This was done by including the New Fields in the Logical Database.

First need to create a custom logical databse by copying the standard log. databse ADA(SE36).

The custom fields would be the part of ANLAV table/sturcture.

Create a new Function Group and map it with the custom/additional fields.

Once added, the field will be added in the logical selections of the reports that uses the same logical database.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos
1,205

What did you already try, where are you stuck

  • Analyze the three reports behind the transaction (NB: first two reports use logical database ADA Assets Database)
  • Look for implicit/explitcit Enhancement spots in those program to change selection-screen and adapt selection of data
  1. S_ALR_87012047 RAUSMQ10 ADA
  2. S_ALR_87011990 RAGITT_ALV01 ADA
  3. S_ALR_87012037 RAAEND01

ashish_verma
Explorer
0 Kudos
1,206

Hi Guys,

I found the answer yself by doing some digging.

This was done by including the New Fields in the Logical Database.

First need to create a custom logical databse by copying the standard log. databse ADA(SE36).

The custom fields would be the part of ANLAV table/sturcture.

Create a new Function Group and map it with the custom/additional fields.

Once added, the field will be added in the logical selections of the reports that uses the same logical database.

0 Kudos
1,205

Hey raymond.giuseppi

The issue is resolved by using the above config.