sapnote_0000310886

2
7/29/2019 sapnote_0000310886 http://slidepdf.com/reader/full/sapnote0000310886 1/2 03.05.2013 Page 1 of 2 SAP Note 310886 - Line items: Dynamic selections ignored  Note Language: English Version: 3 Validity: Valid Since 02.08.2000 Summary 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.  Additional key words FBL1N, FBL3N, FBL5N, selection view, DDF, KDF, SDF, logical database, RFITEMAP, RFITEMAR, RFITEMGL, SE36, dynamic selection Cause 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_T AB = 'KNA1'. ENTER_FIELD: SPACE 'ABRVW', SPACE 'KATR10', SPACE 'BAHNE', SPACE 'KATR2', ... FIELDS-SEC_T AB = '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

Transcript of sapnote_0000310886

Page 1: sapnote_0000310886

7/29/2019 sapnote_0000310886

http://slidepdf.com/reader/full/sapnote0000310886 1/2

03.05.2013 Page 1 of 2

SAP Note 310886 - Line items: Dynamic selections ignored 

 Note Language: English Version: 3 Validity: Valid Since 02.08.2000

Summary

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.

 Additional key wordsFBL1N, FBL3N, FBL5N, selection view, DDF, KDF, SDF, logical database,

RFITEMAP, RFITEMAR, RFITEMGL, SE36, dynamic selection

Cause and prerequisitesYou 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 allnodes of the respective logical database.

SolutionOnly 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: DDFPermitted 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: KDFPermitted 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

Page 2: sapnote_0000310886

7/29/2019 sapnote_0000310886

http://slidepdf.com/reader/full/sapnote0000310886 2/2

03.05.2013 Page 2 of 2

SAP Note 310886 - Line items: Dynamic selections ignored 

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: SDFPermitted tables:

SKA1: all fields

SKB1: all fields

BSIS: all fields

Header Data

Release Status: Released for Customer

Released on: 01.08.2000 22:00:00

Master Language: German

Priority: Recommendations/additional info

Category: ConsultingPrimary Component: FI-AP-AP-D Reporting/Analysis/Display

Secondary Components:

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

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

 Valid Releases

Software Component Release From

Release

To

Release

and

Subsequent

SAP_APPL 46 46A 46BSAP_APPL 46C 46C 46C

SAP_APPL 470 470 470

SAP_APPL 500 500 500

SAP_APPL 600 600 600

SAP_APPL 602 602 602

SAP_APPL 603 603 603

SAP_APPL 604 604 604

SAP_APPL 605 605 605

Related Notes

Number Short Text

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