cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

conversion file used for Master data upload text and Attributes from BW to BPC

Former Member
0 Kudos
283

Hi experts,

I'am loading GL_ACCOUNT from BW. I would like to know in conversion file if we mention leading zeros like 0001* 1* will it read those accounts with leading zero as 0001* or 1* only ? I am having this doubt since load runs successfully but then accounts with 2* is not getting loaded in BPC. My conversion file looks as below

EXTERNAL INTERNAL FORMULA 2001 CONS 2001* * 0001* 1* 0002* 2* * *SKIP

In package log, I see so many accounts as skipped. Can you please guide me.

Regards,

MJ

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Vadim,

Apologies, I have attached screenshot for the same conversion.png

former_member186338
Active Contributor
0 Kudos

Looks like you don't read my comments! I will not answer questions with "insert file" for screenshot.

former_member186338
Active Contributor
0 Kudos

When you load master data from BW you have prompt:

Choose format.:"Internal Format","External Format"

With internal format you will have leading zeros, with external - no leading zeros.

Unfortunately the line:

EXTERNAL INTERNAL FORMULA 2001 CONS 2001* * 0001* 1* 0002* 2* * *SKIP

looks meaningless! Please check your post results after posting