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

FBL5N create a customer dynamic selection

former_member271795
Participant
0 Likes
533

Hi

I need to extend the dynamic selection for FBL5N to include searchable fields from table KNB5

So Far I've been to trans se36 logical database DDF

selected extras=>selection views

modified the CUS origin view and saved the change

In FBL5N the screen is only displaying the SAP origin view, what do I need to do for it to pick up my changes?

thanks 

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
405

FBL5N executes report RFITEMAR which use LDB DDF with selection-screen 903, you could create an empty program with only code is "INCLUDE rfitemar." and in its attributes set logical database DDF with your selection-screen CUS. There may be some adaptation nevertheless, so test carefully. (transaction or program name hard coded)

Regards,

Raymond

PS: Of course with a key from http://service.sap.com/sscr you could change the attributes of RFITEMAT...