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

how to implement pattern matching in RFC input paramenter?

Former Member
0 Likes
710

Dear Friend.......

I have a requirment for implement a pattern match for name field of vendor in one of RFC.........

For ex..........

Name field:- A* -> give all list of name starting with a.

how can we implement this?

Any way............Suggest me

Regards

Ricky

Dear Friend.......

I have a requirment for implement a pattern match for name field of vendor in one of RFC.........

For ex..........

Name field:- A* -> give all list of name starting with a.

how can we implement this?

Any way............Suggest me

Regards

Ricky

4 REPLIES 4
Read only

ThomasZloch
Active Contributor
0 Likes
677

You can use a table parameter with reference to structure SELOPT (or similar, must have SIGN, OPTION, LOW, HIGH as fields) for this purpose.

Greetings

Thomas

Read only

0 Likes
677

Hi,

I am not using any ABAP program for calling this RFC,I am using Webdynpro for this one.

so how it possible to implemnet same things at there.

Regards

ricky

Read only

0 Likes
677

How would I know that based on your initial description. Try the Web Dynpro forum then.

Greetings

Thomas

Read only

Former Member
0 Likes
677

thnks