on 2012 Mar 30 5:32 AM
Request clarification before answering.
hi ... i dont know why you was mapped to target rootnode (Messagetype:MT_D)
you have to create :
BELNR -> substrring -> BELNR insted of calling NS0:MT_D
and substring functionality is coorect for ur requirement and it's read only last 8 chars
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sam
you have used substring(2,10) which will give u 10 char as output
because substring(starting point of string index,number of characters)
you can use substring(2,8) which will give you 8 char as output.
Regards
Raj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sam
Use substring (2, 😎
Regards
Monika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.