Start of Content Area

Searching Through Internal Tables Line By Line  Locate the document in its SAP Library structure

Individual lines of an internal table can be searched for certain patterns similar to the function of the statement FIND for byte and character string processing. Depending on what you are looking for or what you wish to have replaced, you can choose between the following two statements:

·        FIND IN TABLE

·        REPLACE IN TABLE

 

End of Content Area