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

Prefill LDB selection screen

manoj_goyal2
Participant
0 Likes
579

Hi Guys,

Is it possible to prefill LDB PNP selection screen with required values like PERNR. If yes, how?

Thanks,

mini.

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
539

You can do it 2 ways

1. You need fill field name and other attributes thru transaction code SLDB

2. Other wise if you are using fm LDB_PROCESS then you can find tables SELECTIONS you need to fill up with initial values

Hi Guys,

Is it possible to prefill LDB PNP selection screen with required values like PERNR. If yes, how?

Thanks,

mini.

2 REPLIES 2
Read only

Former Member
0 Likes
539

Use the INITIALIZATION event to set the required values.

Regards,

Darren

Read only

former_member194669
Active Contributor
0 Likes
540

You can do it 2 ways

1. You need fill field name and other attributes thru transaction code SLDB

2. Other wise if you are using fm LDB_PROCESS then you can find tables SELECTIONS you need to fill up with initial values