Hi,
In transfer rules you can do coding to truncate and display only last 4 digits of social security.
you can use offsets... suppose for 9 length filed id FIELD, YOU CAN WRITE LIKE FIELD+0(4).
out of 9 charecters, which charecters you need?
ex: field = 000000000 if you need last 4 then field+0(4).
If you dont mention any offset, then it will only pick the first 4 char's by default (truncating the length).
Hope it helps.
Regards,
Mona
Try using the replacement path variable. This might help you
Check the following link
http://help.sap.com/saphelp_nw70/helpdata/en/af/809528939d5b4fbff7e16a5bdc0d85/content.htm
Add a comment