cancel
Showing results for 
Search instead for 
Did you mean: 

Data extraction problem

Former Member
0 Kudos

Hi Gurus,

i am extracting data from a flat file , the date field is in YYYYMMM format , say for example 2006M01 and i am mapping it to 0calmonth , and when i am trying to load it is giving error CONCVERSION EXIT PIER error , can any one suggest me a solution how to load this date field.

Regards,

Abhi

Accepted Solutions (0)

Answers (1)

Answers (1)

edwin_harpino
Active Contributor
0 Kudos

dear Abhi,

0calmonth has format MMYYYY e.g 032006.

hope this helps.

Former Member
0 Kudos

Hi AHP

Thanks for ur reply , so can u suggest me a way how to extract the YYYYMMM format into my BW system from the flat file , Thanks in advance.

Regrds,

Abi

Former Member
0 Kudos

Ogili

In your falt file give the format as example 20060326 and map this to ocalmonth field in BW.

Hope this helps

Thnaks

Sat

edwin_harpino
Active Contributor
0 Kudos

dear Abi,

if you mean you cannot change the flat file format,

and it means month, you can create a new infoobject e.g zmonth data type char and length 7, and use this infoobject in transfer structure then creae routine for 0calmonth and use routine

concatenate tran_structure-/bic/zmonth4(2) tran_structure-/bic/zmonth0(4) into result.

YYYYMMM normally is for 0fiscper.

take a look threads

hope this helps.