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

Logical Database

Former Member
0 Likes
468

Hi! I have a problem wiyh subj

I'v created LDB for one database.

The code of selection

SELECT-OPTIONS :  bebebebe  FOR ZCLIENT-name.
* Parameter for search pattern selection (Type SY-LDB_SP):
PARAMETERS p_sp AS SEARCH PATTERN FOR TABLE ZCLIENT.
* Enable DYNAMIC SELECTIONS for selected nodes :
 SELECTION-SCREEN DYNAMIC SELECTIONS FOR TABLE ZCLIENT.
* Enable FIELD SELECTION for selected nodes :
 SELECTION-SCREEN FIELD SELECTION FOR TABLE ZCLIENT.

When i deleted star before

PARAMETERS p_sp AS SEARCH PATTERN FOR TABLE ZCLIENT.

i'v got an error - <u>PARAMETERS AS SEARCH PATTERN: the logical database is not assigned to a search help.</u>

Please help me to solve this truble

2 REPLIES 2
Read only

amit_khare
Active Contributor
0 Likes
421

Welcome to SDN.

This addition enables the evaluation of a search help in the database program . For this, the logical database has to be assigned to a search help in Transaction SE36. Except for the mandatory addition FOR TABLE|NODE, the AS SEARCH PATTERN addition can only be combined with the MODIF ID addition. In particular, you cannot define a type with the TYPE addition.

Regards,

Amit

Reward all helpful replies.

Read only

0 Likes
421

Thanks.

i'v commented

PARAMETERS p_sp AS SEARCH PATTERN FOR TABLE ZCLIENT.

But then i have another problem:

1. run the simple program

NODES zclient.
GET zclient.
  WRITE / zclient-name.

2. In selection window i select nothing (fields are blank)

3. Instead of names i see ########################### .