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: 

Scanning a particular string in standard text...

Former Member
0 Kudos

Hello Gurus,

Is there a way (SAP program) I can find a particular string in all the custom standard text created in the system ?

-Rajesh.

2 REPLIES 2

Former Member
0 Kudos

hi,,

By using READ_TEXT FM

Pass below parameters to aboce FM

Text nam----


(whatever text u want)

Text ID ST

Text Object TEXT.

<REMOVED BY MODERATOR>

cheers,

rekha

Edited by: Alvaro Tejada Galindo on Apr 8, 2008 11:39 AM

Former Member
0 Kudos

Hi,

function READ_TEXT is responsible for reading the texts of a standard text. The texts are located in tables STXH and STXL, so you have to create a program for searching a specific text.

Check subroutine READ_TEXTLINES in that function, so that you understand how to read the texts.