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

upload flat file on SAP BPC with comments

mayiya
Product and Topic Expert
Product and Topic Expert
0 Likes
1,007

Hi experts.

I need to upload a flat file to BPC. The problem is that the flat file is coming like this:

1. How can I map the time on transformation file?

2019.01=*COL(4)

2019.02=*COL(5)

2. How can I upload the comments on flat file to comments on BPC?

I´m using SAP BPC 10.1 NW.

Thanks.

Maria

View Entire Topic
former_member186338
Active Contributor
0 Likes

Use STARTROUTINE badi - you will get raw line from data file as string. Parse it in ABAP to find required member ID's and comment string. In this case you don't need to map comment column. Unfortunately, if you have any complex mapping of member ID's and some conversion then you have to do the same in ABAP.

Can you post your full transformation file (and conversion file if any)?