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

MATCHCODE OBJECT

Former Member
0 Likes
560

Hi all..

I have this:

(about Order groups)

PARAMETERS: P_AUFGR LIKE RKSB1-AUFGR MATCHCODE OBJECT xxxxx.

Anyone knows what is the object in xxxxx place? Or how to look for it?

Thanks !!!

JCO

Message was edited by:

jco

4 REPLIES 4
Read only

naimesh_patel
Active Contributor
0 Likes
524

YOu can check it out in SE11.

Put in the search XXXXX in Search help and press display.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
524

CREATE SEARCH HELP IN SE11...WHICH SUITS TO U R REQUIREMENT LIKE DEPENDS ON AUFGR FIELD ...U CAN CREATE COLLECTIVE SEARCH HELPS ALSO.........TO CREATE COLLECTIVE SEARCH HELP IT REQUIRES TO CREATE TO PRIMARY SEARCHHELP.

Read only

former_member194669
Active Contributor
0 Likes
524

Hi,

If you want to implement search helps in screens,then you can create search help in SE11 and give the name in the screen element attributes...

Or else you can use the FMs F4IF_FIELD_VALUE_REQUEST,DYNP_VALUES_READ and F4IF_INT_TABLE_VALUE_REQUEST...

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbaac935c111d1829f0000e829fbfe/content.htm

a®

Read only

Former Member
0 Likes
524

IN YOUR CODE XXXX IS NOTHING BUT THE SEARCH HELP.

YOU NEED TO CREATE IT IN SE11 AND GIVE THAT NAME THERE (XXXX = 'YOUR SEARCH HELP' )