萍聚社区-德国热线-德国实用信息网

 找回密码
 注册

微信登录

微信扫一扫,快速登录

分享 Code Smell - Beispiele von Closure
2010-8-1 23:17
def doOther() = { var x = 10 val f = x + (_ : Int) x = 100 f } val foo = doOther() println(foo(20)) // 120 println(foo(30)) // 130
389 次阅读|0 个评论
分享 Werbestrategie für Dienstleistungen
2010-7-26 20:07
Die folgende sind Mitschrift von einer Vorlesung: Bankmarketing. Visualisierung Die Werbung soll ein lebendiges, mentales Bild von Qualität und Nutzen der Leistung vermitteln. Beispiel: Bilder von realisierbaren Wünschen Impressionen vonFondsmanagernund ...
418 次阅读|0 个评论
分享 彼岸花的传说
2010-6-20 21:33
春分前后三天叫春彼岸,秋分前后三天叫秋彼岸。秋彼岸期间,是上坟的日子。彼岸花就开在秋彼岸期间,非常准时,所以叫做彼岸花。 很久很久以前,一个城市的城郊开满了大片的彼岸花。守护彼岸花的是两个妖精, 一个是花妖,叫曼珠,一个是叶妖,叫沙华。他们守护了几千年的彼岸花,可是从来没有见过面,因为花开时看不 ...
427 次阅读|2 个评论 热度 3
分享 Modern China and the relation with US in Pictures
2010-4-1 16:44
Modern China in Pictures The Distance of Two Giants: Histrory of modern relations between the US and China
366 次阅读|0 个评论
分享 弯道处的回忆
2010-3-27 11:11
弯道处的回忆 ---------写于来德3年之际 2010年3月27日 三年前的今晨,我坐上了抵达德国的飞机。去 ...
591 次阅读|6 个评论 热度 10
分享 GUI-Controls
2009-8-16 21:49
Control Framework(CFW) is the foundation of GUI controls.CFW is a group of global classes whose name begins with CL_GUI_. The hierarchy is as follows: CL_GUI_CFW CL_GUI_OBJECT CL_GUI_CONTROL CL_GUI_PICTURE ... &nb ...
个人分类: Programming for SAP|777 次阅读|1 个评论
分享 GUI-Message
2009-8-16 14:05
all messages are stored in table T100, which include 4 fields: SPRSL:language key ARBGB:message category or group MSGNR:message id TEXT:message text there are 6 type of messages. A:Abort E:Error I:Information S:Successful W:Warning X:Exit the call syntax is as followings MESSAGE tnum(id). t denote ...
个人分类: Programming for SAP|355 次阅读|1 个评论
分享 Flow logic control
2009-8-16 12:58
1.Flow logic control key words PROCESS,MODULE,FIELD,ON,VALUE,CHAIN,ENDCHAIN,CALL,LOOP PROCESS and MODULE are typical and important key words for flow logic control e.g. PROCESS BEFORE OUTPUT. MODULE INIT_SCREEN_0100. PROCESS AFTER INPUT. MODULE ...
个人分类: Programming for SAP|425 次阅读|1 个评论
分享 Event
2009-8-15 15:50
abap is a event-driven language,every code belongs to an event block.the code followed by an event will be executed until next event appears. There are four kinds of events. 1.report process event INITIALIZATION,START-OF-SELECTION,END-OF-SELECTION 2.select screen event AT SELECTION-SCREE ...
个人分类: Programming for SAP|605 次阅读|1 个评论
分享 data dictionary and system fields
2009-8-15 13:44
The main function of data dictionary is to define public data type,data table,data view,data index,search help,lock object and so on for all sap programs. 1.built-in data type in dd The following table is from sap online web site . Dictionary type Meaning Maximum length n ...
个人分类: Programming for SAP|638 次阅读|1 个评论
123下一页

手机版|Archiver|AGB|Impressum|Datenschutzerklärung|萍聚社区-德国热线-德国实用信息网 |网站地图

GMT+2, 2024-5-4 13:29 , Processed in 0.035449 second(s), 5 queries , MemCached On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

返回顶部