cancel
Showing results for 
Search instead for 
Did you mean: 

Using Dynamic link

Former Member
0 Kudos

Hi,

I did not find information about using of Dynamic Link in expression editor.

I need a sample usage of dynamic link.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

Create a transaction variable A type String. Enter value stringpart( "YourName", 3 , 6 )

Now go to expression editor, assign #Transaction.A# to a string variable, say B.

This will evaluate the string within the transaction variable A and assign value to variable B.

(that is, it will cut the string "YourName" from 3rd character & B will become "urName")

The dynamic link is identified with the pound mark.

BR,

SB

Answers (1)

Answers (1)

Former Member
0 Kudos

Cemil,

you will find a few hints in the 11.5 help:

[http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm]

Michael