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

LDB SELECTION SCREEN HELP

Former Member
0 Likes
417

Hi,

In ldb when when we go for selection system suggests

1.nodes for which free selections are generated.

2.nodes for which fields selections are to be generated

please explain what does both option means.

thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
401

Hi Manish

Dynamic Selections

The tables defined in the structure can have dynamic selections using the following

code in the Selections Include program

SELECTION-SCREEN DYNAMIC SELECTION FOR TABLE <tbnam>

Field Selections

The tables for which field selection is defined can be called from the ABAP/4 program

using GET <tbnam> Fields <f1> ….<fn> addition . The code for field selection in the

SELECTION-SCREEN FIELD SELECTION FOR TABLE <tbnam>

regards

kishore

Read only

hymavathi_oruganti
Active Contributor
0 Likes
401

for dynamic selections, use

LDB_INFO fn module

Read only

Former Member
0 Likes
401

HI Manish

plz close the thread if your request is solved

regards

kishore