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: 

Search help for sap ports

Former Member
0 Kudos

Hi all, I need to attach a search help for a field that represents sap port. when F4 is hit on that field it should display all tabs like tRFC FILE CPI.... when hit on the tab it should deisplay corresponding ports. How can we do this ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

GOTO we02 transaction . You will find a field with Partner. It has a F4 help. You can have a similar field on your screen as well.

Cheers

VJ

9 REPLIES 9

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check standard collective search help CPEDIPORT perhaps it may help.

Regards,

Ferry Lianto

0 Kudos

Hi can u tell me in brief. I tried to do tht i elementary search help but i didnt get.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please try something like this.


PARAMETERS: P_PORT LIKE EDIPOD-PORT.

Regards,

Ferry Lianto

0 Kudos

Hey It solved my problem thanks Ferry. Can u tell me how to extend this one to include tRFC and remaining ports also ?

Former Member
0 Kudos

Hi,

GOTO we02 transaction . You will find a field with Partner. It has a F4 help. You can have a similar field on your screen as well.

Cheers

VJ

0 Kudos

How can i have those values to my parameter ?

0 Kudos

Hi,

try using this options...

SELECT-OPTIONS: ppPOR FOR EDOC_STli-rcvPOR.

Cheers

VJ

0 Kudos

Thanks Vijay it solved the problem.

ferry_lianto
Active Contributor
0 Kudos

Hi,

Aren't they already available? The search help should have multiple tabs for different ports including tRFC.

Regards,

Ferry Lianto