Programme SAP RPINCL10 - String Search in Reports


BEGIN OF UPDATE

Description
The report searches in reports according to predefined characterstrings. Eventually, the includes that exist can be exploded. RMACmodules will be searched through as well, if an appropriate prefix(for example, 'RP-') is specified.
The system will then output the name of the report, the name and linenumber of the include or RMAC module where the character string wasfound, and the corresponding line it was found in.
The context of the chosen lines can be display and edited in this listusing cursor selection.
All lines containing the hit will be highlighted when displayed.
Comfortable scrolling is supported.
Do not allow yourself to be put off by the number of pages that aredisplayed.
BEGIN OF UPDATE

Parameter RNAME
Name of report

Definition
Here enter the name of the report that is to be searched through
(together with includes).
The entry can be a generic one:
'+' stands for exactly one character,
'*' stands for any series of characters (including blanks).
These characters can be used in any position, (compare documentation
for SELECT ... LIKE ... ).
The report name specified by the parameter REP (transaction TMU5)
will be suggested.