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

MATCH COD OBJECTS

Former Member
0 Likes
696

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
Read only

Former Member
0 Likes
653

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
Read only

Former Member
0 Likes
653

Hi,

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

Read only

Former Member
0 Likes
654

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

Read only

0 Likes
653
Read only

Former Member
0 Likes
653

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

Read only

Former Member
0 Likes
653

Thanks a lot