cancel
Showing results for 
Search instead for 
Did you mean: 

Convert 0FISCPER to 0FISCYEAR

Former Member
0 Kudos

How to convert values from 0FISCPER to 0FISCYEAR

user enters 11/2007 ,i need to take 2007 and put it in 0FISCYEAR.Basically user has only one input variable to enter 0FISCPER and not 0FISCYEAR as another variable.

How to do it in BEX without writing any ABAP code

thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Sorry I didn't see you asking about bex. I think you can create a replacement path variable. You can select some chars from the variable, selecting an offset and number of chars.

Regards

Former Member
0 Kudos

Alec,

Replacement path is for is for TEXT variable and not for actual variable values .

if I am wrong can you please explain how it will replace the values in the variable

user enters 11/2007 which is 0FISCPER variable now what is the next step from here on with 0FISCYEAR

pls explain the detail steps

thanks

Former Member
0 Kudos

Gurus

any one who knows this

thanks

Former Member
0 Kudos

I think it is possible by userexit.

you need to write a simple ABAP code to take year value.

Regards

Ram

Former Member
0 Kudos

Hi,

I don't think it can be done without using a customer exit variable and writing ABAP code in the exit.

If you find a way please update me at pvdevaraj257@yahoo.com

Regards

Venkata Devaraj

Former Member
0 Kudos

Hi ,

You can assign directly in a transformation and BI will assign the correct value. You just have to assign OFISCPER to OFISCYEAR.

I hope it helps.