Application Development 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: 

MATCH COD OBJECTS

Former Member
0 Kudos

Hi All

While creating Match Code Objects

i am getting a syntax error like elementary search help has no selection method

how to solve this

even i could not able to store in my package

Message was edited by:

geetha

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI Tomasz Kozerski

ya i tried

in program i have taken

PARAMETERS : P_LIFNR LIKE LFA1-LIFNR MATCHCODE OBJECT MCO.

in selection method i have given lfa1 as the name and description

but it has given no values for selection

5 REPLIES 5

Former Member
0 Kudos

Hi,

Enter view or table name in 'selection method' field.

Former Member
0 Kudos

HI Tomasz Kozerski

ya i tried

in program i have taken

PARAMETERS : P_LIFNR LIKE LFA1-LIFNR MATCHCODE OBJECT MCO.

in selection method i have given lfa1 as the name and description

but it has given no values for selection

0 Kudos

Former Member
0 Kudos

hIGeetha,

Follow these steps for creating match code.

now go to SE11 click on search help button and create.

click on elementary search help

once you have created you will see selection method there give there your table name (lfa1)

in the paremeters give the field name <field name> and click on EXP button Lpos as 1 & Spos as 1 then enter and save.

In the code give this way

select-options: S_<fieldname> for lfa1-<fieldname> MATCHCODE OBJECT MCO..

ACTIVATE AND EXECUATE WHEN U CLICK ON F4 you can see the values.

Thanks

Vikranth Khimavath

Former Member
0 Kudos

Thanks a lot