2
SAP Note Header Data Symptom You have extended the selection view for the logical database DDF, KDF, or SDF using Transaction SE36, to have more selection fields available in the dynamic selections of the line item display. However, the system ignores the selections you have entered there. Other Terms FBL1N, FBL3N, FBL5N, selection view, DDF, KDF, SDF, logical database, RFITEMAP, RFITEMAR, RFITEMGL, SE36, dynamic selection Reason and Prerequisites You have extended the selection view using Transaction SE36. Upon doing this, you can select fields or tables which cannot be included in the line item display: With line item reports, the system does not go through all nodes of the respective logical database. Solution Only certain tables or fields are permitted: Call up Transaction SE36 and enter the logical database (DDF, KDF, or SDF). Choose "Extras --> Selection views". Select the origin of view. Choose "Display" or "Change". Customers: logical database: DDF Permitted tables: KNA1, KNB1: All fields are permitted that are contained in the VF_DEBI view. If necessary, you have to include additional fields in the view fields category using Transaction SE11. BSID: all fields If you include new fields in the VF_DEBI view, change the following source code in program SAPDBDDF, Form INIT: ... * Felder die im View nicht auftreten ausschliessen FIELDS-SEC_TAB = 'KNA1'. ENTER_FIELD: SPACE 'ABRVW', SPACE 'KATR10', SPACE 'BAHNE', SPACE 'KATR2', ... FIELDS-SEC_TAB = 'KNB1'. ENTER_FIELD: SPACE 'FRGRP'. ... Remove the entries (pair: SPACE field name) for the new fields from tables KNA1 or KNB1. Vendors: logical database: KDF Permitted tables: LFA1, LFB1: All fields are permitted that are contained in the VF_KRED view. If necessary, you have to include additional fields in the view fields category using Transaction SE11. BSIK: all fields Change the source code in program SAPDBKDF, Form INIT in a similar way as described above for DDF and remove the entries in the statements ENTER_FIELD for the newly included fields from LFA1 or LFB1. G/L accounts: logical database: SDF Permitted tables: SKA1: all fields SKB1: all fields BSIS: all fields 310886 - Line items: Dynamic selections ignored Version 3 Validity: 08-02-2000 - active Language English Released On 08-01-2000 18:00:00 Release Status Released for Customer Component FI-AP-AP-D Reporting/Analysis/Display FI-AR-AR-D Reporting/Display/Credit Management FI-GL-GL-D Reporting/Analysis/Display Priority Recommendations / Additional Info Category Consulting Other Components

test

Embed Size (px)

DESCRIPTION

test

Citation preview

  • SAP Note

    Header Data

    Symptom

    You have extended the selection view for the logical database DDF, KDF, or SDF using Transaction SE36, to have more selection fields available in the dynamic selections of the line item display. However, the system ignores the selections you have entered there.

    Other Terms

    FBL1N, FBL3N, FBL5N, selection view, DDF, KDF, SDF, logical database, RFITEMAP, RFITEMAR, RFITEMGL, SE36, dynamic selection

    Reason and Prerequisites

    You have extended the selection view using Transaction SE36. Upon doing this, you can select fields or tables which cannot be included in the line item display: With line item reports, the system does not go through all nodes of the respective logical database.

    Solution

    Only certain tables or fields are permitted: Call up Transaction SE36 and enter the logical database (DDF, KDF, or SDF). Choose "Extras --> Selection views". Select the origin of view. Choose "Display" or "Change".

    Customers: logical database: DDF

    Permitted tables: KNA1, KNB1: All fields are permitted that are contained in the VF_DEBI view. If necessary, you have to include additional fields in the view fields category using Transaction SE11. BSID: all fields If you include new fields in the VF_DEBI view, change the following source code in program SAPDBDDF, Form INIT: ... * Felder die im View nicht auftreten ausschliessen FIELDS-SEC_TAB= 'KNA1'. ENTER_FIELD:SPACE 'ABRVW',SPACE'KATR10', SPACE 'BAHNE',SPACE'KATR2', ... FIELDS-SEC_TAB= 'KNB1'. ENTER_FIELD:SPACE 'FRGRP'. ... Remove the entries (pair: SPACE field name) for the new fields from tables KNA1 or KNB1.

    Vendors: logical database: KDF

    Permitted tables: LFA1, LFB1: All fields are permitted that are contained in the VF_KRED view. If necessary, you have to include additional fields in the view fields category using Transaction SE11. BSIK: all fields Change the source code in program SAPDBKDF, Form INIT in a similar way as described above for DDF and remove the entries in the statements ENTER_FIELD for the newly included fields from LFA1 or LFB1.

    G/L accounts: logical database: SDF

    Permitted tables: SKA1: all fields SKB1: all fields BSIS: all fields

    310886 - Line items: Dynamic selections ignored

    Version 3 Validity: 08-02-2000 - active Language English

    Released On 08-01-2000 18:00:00 Release Status Released for Customer Component FI-AP-AP-D Reporting/Analysis/Display

    FI-AR-AR-D Reporting/Display/Credit Management

    FI-GL-GL-D Reporting/Analysis/Display

    Priority Recommendations / Additional Info Category Consulting

    Other Components

  • Validity

    References

    This document refers to:

    SAP Notes

    This document is referenced by:

    SAP Notes (3)

    Software Component From Rel. To Rel. And Subsequent

    SAP_APPL 46A 46B

    46C 46C

    470 470

    500 500

    600 600

    602 602

    603 603

    604 604

    605 605

    1171560 FBL1N/FBL5N: Custom selections for master data ignored 945932 FAGLL03: Enhancing dynamic selections with certain fields 486273 Logical DB (BRF):posting date in the selection view

    486273 Logical DB (BRF):posting date in the selection view 945932 FAGLL03: Enhancing dynamic selections with certain fields 1171560 FBL1N/FBL5N: Custom selections for master data ignored