cancel
Showing results for 
Search instead for 
Did you mean: 

HCI Error period attributes should be requested when requesting TSTFR and TSTTO

Former Member
0 Kudos

Hi,

I am having the same problem.

I added field PERIODID to my read action on IBP data. When using the design-time-data-viewer it now works correct. But when I run the task it still gives the same error.

Any ideas?

I am using the PERIODID only at the point where I read the IBP data (not in the rest of the dataflow).

regards Frank

Accepted Solutions (0)

Answers (1)

Answers (1)

Alecsandra
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Frank,

You need to map also TSTFR and/or TSTTO.

If these 2 are not needed as output, that you can use a workaround as suggested in below thread:

Regards

Alecsandra

Alecsandra
Product and Topic Expert
Product and Topic Expert
0 Kudos

Maybe an additional clarification: do you require the PERIODID (integer) or rather the date (datetime)?

I think PERIODID does not make too much sense, unless translated into datetime.

You can try the following mapping expression for the KEYFIGUREDATE:

SOP.TSTFR || substr(SOP.PERIODID,0,0)

*TSTFR is datetime and indicates the start date of the PERIODID.

Regards

Alecsandra