‎2007 Apr 25 2:55 PM
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
‎2007 Apr 25 3:01 PM
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.
‎2007 Apr 25 3:21 PM
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 ########################### .