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

problem with DDF

Former Member
0 Likes
609

i wish to use lbd 'DDF'. Create this in attributes of my program and programming report. But when i call this report i see selection screen where not defined field "Open items at key date". Why? is there help for DDF?

5 REPLIES 5
Read only

andreas_mann3
Active Contributor
0 Likes
544

Hi Denis,

look with transaction se36 - Extras - Select.scrn versions

try to use dynpro 903 as in abap RFITEMAR

Andreas

Read only

Former Member
0 Likes
544

thanks, Andreas

is there settings in R/3, that define default value for selection screen of LBD?

Read only

0 Likes
544

hi,

you can only change the sel-dynpro in your program with se38 - goto - attributes - selection screen

Andreas

Message was edited by: Andreas Mann

Read only

Former Member
0 Likes
544

report with attributes without defined selection screen calling selection screen. how system choose which selection screen calling?

Read only

0 Likes
544

Denis,

I don't get it exactly.

but i think (i've faith) - what is missing.

try to declare the foll. statement at the beginning of your program:

<b>tables : bsid.</b>

Andreas