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

Program RFDSLD00

Former Member
0 Likes
544

Hi,

In program RFDSLD00, can any1 please let me know where exactly teh selection text Search help ID & search string are declared. As i need to transalte it to other lanugage. These two are fields of selction screen.

Thanx

Arun

1 REPLY 1
Read only

kiran_k8
Active Contributor
0 Likes
426

Arun,

Open the program in SE38

In the Subobjects screen you will find a radio button called text elements,select it and click on display.This way you will be able to see all the text elements of the about given program.

Open the program in SE80

Go to the include DBDDFSEL.

At line no.18 you will find this.

<b>SELECT-OPTIONS: DD_KUNNR FOR KNA1-KUNNR MATCHCODE OBJECT DEBI.</b>

(Matchcode object is nothing but search help)

At line no.21 you will find the search pattern.

PARAMETERS DD_INDEX AS SEARCH PATTERN FOR TABLE KNA1.

Just some additional info

Use the SAP standard report RPR_ABAP_SOURCE_SCAN to search for a particular string in a program.

K.Kiran.