-1

I have a SAP BPC application where I have an Input Schedule. Is it possible to make some of the inputs to accept text or date/time?

For example I have a member called "Details" where the user can enter details about an operation. is it possible to have this field to accept text inputs?

The Input Schedule is build with EVDRE

I use SAP BPC MS 7.5 with excel 2010

Thanks in advance

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Yao Bo Lu
  • 174
  • 11

2 Answers2

0

Also consider for next time sending a timestamp (could be epoch format) which is all numbers and could be saved as any other SIGNEDDATA

ivansabik
  • 585
  • 4
  • 13
0

Yes, a in an input&schedule Excel sheet you can send data to DB.

Just use the following functions for comments (= text):

  • EVCGT to get comment from table to Excel
  • EVCOM to get comment from table to Excel and from Excel to table

These functions for numbers (or date/time):

  • EVDRE
  • EVGET
  • EVSND

Please consider that Excel does not have date/time format, these type of data are simply an integer or a float number.

Nicolaesse
  • 2,554
  • 12
  • 46
  • 71