cancel
Showing results for 
Search instead for 
Did you mean: 

Acces a particular position in fieldname into "condition editor"

Former Member
0 Kudos

Hello someone!.

Our XI systems have installed > SP14.

We want to use filename into "condition Editor". Actually only can acces a context object area for select FILENAME but we want to compare with a particular position of the filename. In abap the expression will be filename+12(4) = 'ANUL'.

How i can do into "condition editor" if filename is a context object variable?.

Thanks for all.

best Regards.

Julián.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi julian,

The following are the options available for condtion editor:

http://help.sap.com/saphelp_nw04/helpdata/en/67/49767669963545a071a190b77a9a23/content.htm

Regards

Vijaya

stefan_grube
Active Contributor
0 Kudos

Hi Julián,

You could use the "Contains Pattern (CP)" functionality:

http://help.sap.com/saphelp_nw04/helpdata/en/67/49767669963545a071a190b77a9a23/frameset.htm

In your case it should work with the pattern ++++++++++++ANUL*

Let me know, if this works for you.

Regards

Stefan