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

Hi experts can we load text data as comments in to BPC System

Former Member
0 Likes
421

Hi experts

i have a requirement to store date information from bw,  can we load text data as comments to BPC , ie from a flat file or from BW ,

thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Puthranada,

You can load comments into BPC with the following options:

1. in BPC, using routine BADI for you requirement

2. build a report in BW system that allows you to load a flat file

both options needs ABAP resource.

Andy

Former Member
0 Likes

Hi Andy

but can do we have delivered process chain to load comments from FF, or if we are creating a costume process chain what should be the process types

Puthranada

Former Member
0 Likes

Hi Puthranada,

You can create a program that will be called from the process chain.

In that program you can pick up the FF from your server and post into BPC's comments.

Andy

Former Member
0 Likes

ok got it , thanks Andy

Answers (2)

Answers (2)

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Puthranada,

Kindly close your old threads if queries are resolved .

http://scn.sap.com/community/support/blog/2013/04/03/how-to-close-a-discussion-and-why

Shrikant

Shrikant_Jadhav
Active Contributor
0 Likes

Hi Puthrana,

There is no standard way to do this, but you can achieve this by BADI.

As comments are stored in table you can find it and write code accordingly.

For more information kindly go through the below link.

https://scn.sap.com/thread/3310681

Shrikant