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,012

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

To upload file with multiple time id's in the line use MVAL in mapping section of transformation file!

https://help.sap.com/viewer/ec68e48b18a44a49abb12b8ee8ae306f/10.0.35/en-US/f9c4554f6faf1014878bae8cb...

About comments - not clear what time ID has to be used to store comment!

But anyway - for comments load you have to create routine badi...

Another option is to load data from BPC report using VBA to fill cells from text file.