SlideShare a Scribd company logo
5
Most read
10
Most read
12
Most read
Add New Field on the Dynamic
 Selection Screen of Any Report
 Using Logical Database




Applies to:
ECC 6.0
For more information, visit the ABAP homepage.

Summary
Any report or Transaction code which uses Logical Database has a feature to show dynamic selection
screen, which contains the fields of the tables associated with corresponding Logical Database. Here we will
learn how to make any field available on the Dynamic Selection Screen.

Author:      Anurita Waghe
Company:     Larsen & Toubro InfoTech Ltd
Created on: 3 Aug 2009

Author Bio
The author has 4.5 years of experience in SAP ABAP and is working with L&T InfoTech. She has worked for
various Support and Implementation Projects which includes ABAP developments.




SAP COMMUNITY NETWORK                                   SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                   1
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database




Table of Contents
Selection Screen in Logical Database ................................................................................................................ 3
   Adding New Field on the Selection Screen..................................................................................................... 4
      Get the Logical Database Used by the Transaction Code ........................................................................................... 4
      Add the Field on Selection Screen ............................................................................................................................... 5
How It Suppresses the SAP Standard Selection View? ................................................................................... 12
Related Content ................................................................................................................................................ 13
Disclaimer and Liability Notice .......................................................................................................................... 14




SAP COMMUNITY NETWORK                                                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                                                  2
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database




Selection Screen in Logical Database
Whenever any report is created by using Logical database or, if any Transaction Code is using any Logical
Database, in those cases we can observe that the Dynamic Selection Button automatically appears on the
Selection Screen.
As an example, below is the screenshot of Transaction code QA33 for Inspection Lot.




SAP COMMUNITY NETWORK                                      SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                      3
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



On clicking that button, selection screen opens a window where user can further pass certain selection
criteria. In this case we cannot see any field on the right side, which is explained further.




We will learn how any additional field can be made available on this Dynamic Selection Screen.
As an example, Transaction Code QA33 is referred throughout the document.

Adding New Field on the Selection Screen
Now our requirement is to add new field on the left hand side folder (as well as in the selection screen) that is
not present currently.
For this we need to get the Logical Database which is used by the report.

Get the Logical Database Used by the Transaction Code
Following steps are followed to get the Program Name of any Transaction Code:
    1. Execute Transaction Code QA33.
    2. On the Selection Screen go to menu System > Status.
    3. One pop up window appears which shows the Program name. Here RQEEAL10 is the program
       associated with Transaction code QA33.
    4. Double click the program name. It will navigate to the ABAP Editor of the concerned program.
    5. In the ABAP Editor go to the menu Goto > Attributes. This displays the attributes of the program.
    6. This shows the logical database which is used in the program. In the below screenshot it can be
       observed that PGQ is the Logical Database used by the Transaction Code QA33.




SAP COMMUNITY NETWORK                                        SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                        4
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database




Add the Field on Selection Screen
Following steps are followed to add the field on the selection screen:
    1. Go to Transaction code SE36 and give the name of Logical Database as PGQ.
    2. From the Menu Bar go to Extras > Selection Views.




SAP COMMUNITY NETWORK                                       SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                       5
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database


   3. On the next screen which appears select Origin of View as SAP and Name of View as
      STANDARD, and click Display Button.




SAP COMMUNITY NETWORK                                  SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                  6
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



   4. This shows the Standard Selection View. In the below screen shot it can be observed that there is a
      column named as ‘Preselect’. By default only those fields appear on the selection screen of
      Transaction Code which are assigned to any Functional Group and the checkbox for Preselected is
      selected. SAP uses the below view to generate the dynamic selection screen. The top left side
      shows the Functional Groups involved with this Logical Database. Each Functional Group contains
      fields from the tables that are listed on the right side e.g. QALS, QAOBJMS, QPRN, QAVE, etc. The
      field which is assigned to a functional group will be available in left hand side of the dynamic
      selection screen under the folder with name of the functional group.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     7
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



   5. As we want to extend the SAP-delivered dynamic selections with new fields, so we must create our
      own selection view. This view will have CUS as the Origin of View, and Name of View as
      STANDARD. To create such a view, simply use the Copy button on the top of the screen, and copy
      the SAP delivered view to a CUS view.




   6. Once you check the Continue Button it will ask for the Package in which the Customized View has to
      be saved. And create the Transport Request if the changes have to be transportable.
   7. When the selection view is copied then go to Change mode to add the new fields.




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                    8
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



   8. If any field is already assigned to any Functional Group then just select the Checkbox of Preselect to
      make the field available for dynamic selection screen.
       Save the changes.




SAP COMMUNITY NETWORK                                      SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                      9
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



   9. Now execute Transaction code QA33, and open the Dynamic Selection Screen. You will find the
      selected fields on the right side of the selection screen.




   10. In the Selection View there are some fields which are not even assigned to any Functional Group.
       Let us learn how to add those fields.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     10
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



   11. Scroll down the SAP Selection View, there you will find some fields that are not assigned to any
       Functional Group and consequently the checkbox for Preselect does not appear for those fields.




SAP COMMUNITY NETWORK                                     SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                     11
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database



    12. To select these fields first assign them to any Functional Group.
        Here three fields STAT15, ZAEHL1 and PRBNAVV are assigned to Functional Group 01.
        Fields can be assigned to different Functional Groups also.




    13. Now the Preselect Checkbox appears for these fields. It can be selected as explained earlier.
        And these fields can also be made available on the dynamic selection screen.

How It Suppresses the SAP Standard Selection View?
When a selection view with origin CUS and name STANDARD exists, and is assigned to a logical database,
then this view takes precedence over the SAP-defined view. When such a view does not exist for a particular
logical database, then the selection view SAP – STANDARD is used to determine the dynamic selections




SAP COMMUNITY NETWORK                                       SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                       12
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database




Related Content
http://www.sdn.sap.com/
http://help.sap.com/
For more information, visit the ABAP homepage.




SAP COMMUNITY NETWORK                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                    13
Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database




Disclaimer and Liability Notice
This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not
supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.
SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document,
and anyone using these methods does so at his/her own risk.
SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or
code sample, including any liability resulting from incompatibility between the content within this document and the materials and
services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this
document.




SAP COMMUNITY NETWORK                                                    SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com
© 2009 SAP AG                                                                                                                    14

More Related Content

PDF
SAP BUSINESS BLUE PRINT PRACTICE PROJECT
PDF
SAP FICO GST Configurations .pdf
PPTX
SAP S4 HANA.pptx
PDF
Automatic vendor payment advice notes by mail
PDF
Business partner-2
 
PDF
Sap co profit center accounting
PDF
inter-company-reconciliation in SAP
PDF
80467542 asset-closing-in-sap-fico
SAP BUSINESS BLUE PRINT PRACTICE PROJECT
SAP FICO GST Configurations .pdf
SAP S4 HANA.pptx
Automatic vendor payment advice notes by mail
Business partner-2
 
Sap co profit center accounting
inter-company-reconciliation in SAP
80467542 asset-closing-in-sap-fico

What's hot (20)

PDF
Report Painter in SAP: Introduction
PDF
Sap manual bank statement process flow
PPTX
SAP Account determination SD-FI by odaiah pelley
DOCX
SAP SD Business Blue Print E1 Sales Template
DOCX
New GL parallel ledgers in asset accounting
PDF
Quick sap co configuration Internal Order
PDF
Fi sd integration with copa
PDF
mizing Fileds in FBL1N/FBL5N
PDF
Cutover activities
DOC
Bank reconciliation ff67
PDF
55811936 product-costing-cost-estimation-in-sap
DOCX
SAP Account determination MM-FI by Odaiah Pelley
PDF
SAP Validation and substitution
DOCX
FS for FICO
PPTX
SAP Flexible workflows.pptx
PDF
Make to order document
PDF
Funds management configuration sap ag
PDF
SAP FICO BBP Sample Document PDF NEW!
DOC
SAP FI Configuration guide and enduser manual
DOC
Bankreconciliation ff67-130519130827-phpapp02
Report Painter in SAP: Introduction
Sap manual bank statement process flow
SAP Account determination SD-FI by odaiah pelley
SAP SD Business Blue Print E1 Sales Template
New GL parallel ledgers in asset accounting
Quick sap co configuration Internal Order
Fi sd integration with copa
mizing Fileds in FBL1N/FBL5N
Cutover activities
Bank reconciliation ff67
55811936 product-costing-cost-estimation-in-sap
SAP Account determination MM-FI by Odaiah Pelley
SAP Validation and substitution
FS for FICO
SAP Flexible workflows.pptx
Make to order document
Funds management configuration sap ag
SAP FICO BBP Sample Document PDF NEW!
SAP FI Configuration guide and enduser manual
Bankreconciliation ff67-130519130827-phpapp02
Ad

Similar to SAP Adding fields to dynamic selection for fbln transactions (2) (20)

DOC
Ab ap faq
PPTX
Sap abap
PDF
SAP Quickviewer
DOCX
Interview qq
PDF
Lo extraction part 3 extractor logic
PDF
Abap interview questions and answers
PPT
Sap hr overview 58 slides
PPTX
Day 1 Whiteboard.pptx bootcamp for SAP ABAP
PPTX
SAP ABAP Latest Interview Questions
PPT
DOCX
Sap index
PDF
New dimensions for_reporting
PPTX
Bdc BATCH DATA COMMUNICATION
PDF
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
PDF
Abap reports
PDF
SAP BI with BO from LCC Infotech,Hyderabad
PDF
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
PPTX
Queries in SAP: Introduction
PPT
Bo explorer
PDF
Metadata manual
Ab ap faq
Sap abap
SAP Quickviewer
Interview qq
Lo extraction part 3 extractor logic
Abap interview questions and answers
Sap hr overview 58 slides
Day 1 Whiteboard.pptx bootcamp for SAP ABAP
SAP ABAP Latest Interview Questions
Sap index
New dimensions for_reporting
Bdc BATCH DATA COMMUNICATION
SAP HANA Developer Access Beta program - 7 steps towards your first HANA report
Abap reports
SAP BI with BO from LCC Infotech,Hyderabad
Day 9 __10_introduction_to_bi_enterprise_reporting_1___2
Queries in SAP: Introduction
Bo explorer
Metadata manual
Ad

More from Imran M Arab (8)

PDF
Internal Orders Detailed config
PDF
New gl q_sands_presentations_whitepapers
PPT
PDF
Dunningconfiguration ecc6
DOC
Asset Management visio's and table
DOC
Am visio's and table
PPT
PDF
Parallel accounting in sap erp account approachversus ledger approachin new g...
Internal Orders Detailed config
New gl q_sands_presentations_whitepapers
Dunningconfiguration ecc6
Asset Management visio's and table
Am visio's and table
Parallel accounting in sap erp account approachversus ledger approachin new g...

Recently uploaded (20)

PPTX
Ethical_Clothing_Presentation for everyone
PDF
Uniqaya Night Cream For All Skin Type With Natural Ingredients
PPTX
Expert Custom Tailoring Services for All Needs.pptx
PPTX
PPT ARIEZ'S TOUR FINAL Pulogebang on.pptx
PDF
Student Housing Security From Metal Keys to Smart Access.pdf
PDF
Echoes of Tomorrow - A Sustainable Legacy for Future Generations.pdf
PDF
Non-Fatal Strangulation in Domestic Violence
PDF
PrayerPetals- Where Faith and Womanhood Flourish Together.pdf
PDF
Maslow's Hierarchy Isn't a Ladder — It's a Loop (by Meenakshi Khakat)
PDF
John Baptist Scalabrini Novena - Fr Luciano Final eddition.pdf
DOCX
Free Pomodoro Tecnique Effect Guide -25mint - pomodorotimer.com.au
PDF
Economic and Financial Abuse - Hidden Tools of Power in Domestic Violence
PDF
Jake Seal Top 5 Career Milestones in the Film Industry.pdf
PDF
The Top Life Coach in Haarlem is Life Coach Rudolfo.pdf
PPTX
GEE2-BEED-II: Ibaloi Indigenous People .pptx
PPTX
Term review 2023 Hirata TYPHOON.pptx review
PPTX
The-World-of-Fashion-Trends-and-Innovation-2025.pptx
PPTX
hhhsyysvwvsydxuguduehshsvdhvdjbuwbjwjdbwubs
PPTX
Too Lucky to Be a Victim., an essay on social media
PDF
5 Popular Designs of Kashmir Silk Handmade Carpets.pdf
Ethical_Clothing_Presentation for everyone
Uniqaya Night Cream For All Skin Type With Natural Ingredients
Expert Custom Tailoring Services for All Needs.pptx
PPT ARIEZ'S TOUR FINAL Pulogebang on.pptx
Student Housing Security From Metal Keys to Smart Access.pdf
Echoes of Tomorrow - A Sustainable Legacy for Future Generations.pdf
Non-Fatal Strangulation in Domestic Violence
PrayerPetals- Where Faith and Womanhood Flourish Together.pdf
Maslow's Hierarchy Isn't a Ladder — It's a Loop (by Meenakshi Khakat)
John Baptist Scalabrini Novena - Fr Luciano Final eddition.pdf
Free Pomodoro Tecnique Effect Guide -25mint - pomodorotimer.com.au
Economic and Financial Abuse - Hidden Tools of Power in Domestic Violence
Jake Seal Top 5 Career Milestones in the Film Industry.pdf
The Top Life Coach in Haarlem is Life Coach Rudolfo.pdf
GEE2-BEED-II: Ibaloi Indigenous People .pptx
Term review 2023 Hirata TYPHOON.pptx review
The-World-of-Fashion-Trends-and-Innovation-2025.pptx
hhhsyysvwvsydxuguduehshsvdhvdjbuwbjwjdbwubs
Too Lucky to Be a Victim., an essay on social media
5 Popular Designs of Kashmir Silk Handmade Carpets.pdf

SAP Adding fields to dynamic selection for fbln transactions (2)

  • 1. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database Applies to: ECC 6.0 For more information, visit the ABAP homepage. Summary Any report or Transaction code which uses Logical Database has a feature to show dynamic selection screen, which contains the fields of the tables associated with corresponding Logical Database. Here we will learn how to make any field available on the Dynamic Selection Screen. Author: Anurita Waghe Company: Larsen & Toubro InfoTech Ltd Created on: 3 Aug 2009 Author Bio The author has 4.5 years of experience in SAP ABAP and is working with L&T InfoTech. She has worked for various Support and Implementation Projects which includes ABAP developments. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 1
  • 2. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database Table of Contents Selection Screen in Logical Database ................................................................................................................ 3 Adding New Field on the Selection Screen..................................................................................................... 4 Get the Logical Database Used by the Transaction Code ........................................................................................... 4 Add the Field on Selection Screen ............................................................................................................................... 5 How It Suppresses the SAP Standard Selection View? ................................................................................... 12 Related Content ................................................................................................................................................ 13 Disclaimer and Liability Notice .......................................................................................................................... 14 SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 2
  • 3. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database Selection Screen in Logical Database Whenever any report is created by using Logical database or, if any Transaction Code is using any Logical Database, in those cases we can observe that the Dynamic Selection Button automatically appears on the Selection Screen. As an example, below is the screenshot of Transaction code QA33 for Inspection Lot. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 3
  • 4. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database On clicking that button, selection screen opens a window where user can further pass certain selection criteria. In this case we cannot see any field on the right side, which is explained further. We will learn how any additional field can be made available on this Dynamic Selection Screen. As an example, Transaction Code QA33 is referred throughout the document. Adding New Field on the Selection Screen Now our requirement is to add new field on the left hand side folder (as well as in the selection screen) that is not present currently. For this we need to get the Logical Database which is used by the report. Get the Logical Database Used by the Transaction Code Following steps are followed to get the Program Name of any Transaction Code: 1. Execute Transaction Code QA33. 2. On the Selection Screen go to menu System > Status. 3. One pop up window appears which shows the Program name. Here RQEEAL10 is the program associated with Transaction code QA33. 4. Double click the program name. It will navigate to the ABAP Editor of the concerned program. 5. In the ABAP Editor go to the menu Goto > Attributes. This displays the attributes of the program. 6. This shows the logical database which is used in the program. In the below screenshot it can be observed that PGQ is the Logical Database used by the Transaction Code QA33. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 4
  • 5. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database Add the Field on Selection Screen Following steps are followed to add the field on the selection screen: 1. Go to Transaction code SE36 and give the name of Logical Database as PGQ. 2. From the Menu Bar go to Extras > Selection Views. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 5
  • 6. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 3. On the next screen which appears select Origin of View as SAP and Name of View as STANDARD, and click Display Button. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 6
  • 7. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 4. This shows the Standard Selection View. In the below screen shot it can be observed that there is a column named as ‘Preselect’. By default only those fields appear on the selection screen of Transaction Code which are assigned to any Functional Group and the checkbox for Preselected is selected. SAP uses the below view to generate the dynamic selection screen. The top left side shows the Functional Groups involved with this Logical Database. Each Functional Group contains fields from the tables that are listed on the right side e.g. QALS, QAOBJMS, QPRN, QAVE, etc. The field which is assigned to a functional group will be available in left hand side of the dynamic selection screen under the folder with name of the functional group. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 7
  • 8. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 5. As we want to extend the SAP-delivered dynamic selections with new fields, so we must create our own selection view. This view will have CUS as the Origin of View, and Name of View as STANDARD. To create such a view, simply use the Copy button on the top of the screen, and copy the SAP delivered view to a CUS view. 6. Once you check the Continue Button it will ask for the Package in which the Customized View has to be saved. And create the Transport Request if the changes have to be transportable. 7. When the selection view is copied then go to Change mode to add the new fields. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 8
  • 9. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 8. If any field is already assigned to any Functional Group then just select the Checkbox of Preselect to make the field available for dynamic selection screen. Save the changes. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 9
  • 10. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 9. Now execute Transaction code QA33, and open the Dynamic Selection Screen. You will find the selected fields on the right side of the selection screen. 10. In the Selection View there are some fields which are not even assigned to any Functional Group. Let us learn how to add those fields. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 10
  • 11. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 11. Scroll down the SAP Selection View, there you will find some fields that are not assigned to any Functional Group and consequently the checkbox for Preselect does not appear for those fields. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 11
  • 12. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database 12. To select these fields first assign them to any Functional Group. Here three fields STAT15, ZAEHL1 and PRBNAVV are assigned to Functional Group 01. Fields can be assigned to different Functional Groups also. 13. Now the Preselect Checkbox appears for these fields. It can be selected as explained earlier. And these fields can also be made available on the dynamic selection screen. How It Suppresses the SAP Standard Selection View? When a selection view with origin CUS and name STANDARD exists, and is assigned to a logical database, then this view takes precedence over the SAP-defined view. When such a view does not exist for a particular logical database, then the selection view SAP – STANDARD is used to determine the dynamic selections SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 12
  • 13. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database Related Content http://www.sdn.sap.com/ http://help.sap.com/ For more information, visit the ABAP homepage. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 13
  • 14. Add New Field on the Dynamic Selection Screen of Any Report Using Logical Database Disclaimer and Liability Notice This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade. SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk. SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document. SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com © 2009 SAP AG 14