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

Comment appearing in unrequired cell of BPC report

former_member590808
Participant
0 Likes
1,029

Hi

I have 2 sheets BPC_SAVE and BPC Template in a BPC report. In BPC Template I have a formula as EPMSaveComment(Format!D11,,"NOGL",Format!J11,BPC_SAVE!F11,348,"PLAN_REV1",BPC_SAVE!$F$4,BPC_SAVE!$F$5,BPC_SAVE!$F$6,"CPT"). I am trying to retrieve a value with this comment in cell J11, the value gets retrieved in J11 but also appears in D11 cell of BPC Template. I dont want the value to appear in D11 cell. Is there a way to achieve this ?

BPC report's row starts from E11

Screenshot for reference:

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

If you want to retrieve comment - then use:

EPMCommentFullContext

For EPMSaveComment it's prohibited to use first parameter on another sheet:

https://help.sap.com/viewer/ec68e48b18a44a49abb12b8ee8ae306f/10.0.38/en-US/f9bcfd0c6faf1014878bae8cb...

"Cell in which the comment is retrieved/entered. The cell must be on the same worksheet as the EPM function. Mandatory."

former_member590808
Participant
0 Likes

I tried to use EPMCommentFullContext and yet the value is appearing in cell D11. I dont want value to appear in D11 cell. Cell D11 has no formula.

former_member186338
Active Contributor
nehayadav0911

Sorry, but you are doing something wrong...

EPMCommentFullContext will never write to column D

Look on your other formula to Save comment, may be on some other sheet...

Try to create report from zero!

former_member590808
Participant
0 Likes

working! Thanks Vadim.

Answers (0)