简体   繁体   中英

Can I have Text or Date/Time as input in SAP BPC Input Schedule

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

还要考虑下次发送一个时间戳(可能是纪元格式),它是所有数字,可以保存为任何其他 SIGNEDDATA

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 .

I found out that i could use EVCOM to archive this

http://forums.sdn.sap.com/thread.jspa?threadID=2067777&tstart=0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM