smartform,是否不能输出curr数据?
我有一个smartform,通过内表传递数据。这个内表中有一个字段是curr类型,在smartform中无法显示,为什么?另外,在smartforms中怎么控制日期格式?...
我有一个smartform,通过内表传递数据。这个内表中有一个字段是curr类型,在smartform中无 法显示,为什么? 另外, 在smartforms中怎么控制日期格式? 在smartforms中怎么控制数字带千分符? 在smartforms中怎么控制小数位数? 谢谢!
展开
3个回答
2014-01-10
展开全部
在smartforms中怎么控制日期格式? 在smartforms中怎么控制数字带千分符? 在smartforms中怎么控制小数位数? all of the three problems can be solved in programs before call smartforms. I think you'd better format the Dates first and trans to smartform.... The best way in using smartform is the easiest programing in smartform.. So, format all the dates you want first and just post them to textfields in smartform.
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
ZESTRON
2024-09-04 广告
2024-09-04 广告
在Dr. O.K. Wack Chemie GmbH,我们高度重视ZESTRON的表界面分析技术。该技术通过深入研究材料表面与界面的性质,为提升产品质量与可靠性提供了有力支持。ZESTRON的表界面分析不仅涵盖了相变化、化学反应、吸附与解吸...
点击进入详情页
本回答由ZESTRON提供
2014-01-10
展开全部
谢谢slam8008的回复。 我现在就是将curr转换成char再输出的。只是这种方法不好。 另外,方法一的写法好像不凑效,这是ABAP程序中的写法。 其他问题,有没有答案?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-01-10
展开全部
1.If the data is defined as Currency, you can output as follow: WRITE SALES CURRENCY '&&&'. ? ?[&&&: DEM,JPY .et] ? 2.or you can use char instead of curr, as follow: move curr_data to char_data , and then, output. but if you use the 2ed case. you should define the inner table with char data in program not just use 'like table'. (I'v solved the problem before with the 2ed case). good luck! Can you understand with my pool english I am sorry i can't type chinese.
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询