Design Tools & Output Technologies - JDE1 (MOSC)

MOSC Banner

RTRIM text Functionality 9.1 Issue

Developers,

One change I've seen in 9.1 is text trim functions working differently.

One example is RTRIM removing characters. It used to remove spaces in addition to characters.

VA frm_Idtentifier2ndItmF4211_LITM = rtrim([VA frm_Identifier2ndItmF4801_LITM],"P")

VA frm_frm_Idtentifier2ndItmF4211_LITM = rtrim(VA frm_Idtentifier2ndItmF4211_LITM,"-")

I put in this code to get it to function correctly:

VA frm_Idtentifier2ndItmF4211_LITM = rtrim(rtrim([VA frm_Idtentifier2ndItmF4801_LITM," "),"P")

VA frm_frm_Idtentifier2ndItmF4211_LITM = rtrim(VA frm_Idtentifier2ndItmF4211_LITM,"-")

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center