-
2008-10-13 07:16:00 / SAP R/3
看到论坛里不少人在研究LSMW。现悬赏100pub币:用LSMW(如,用IDoc type: MATMAS)上载物料主数据的长文本。(所谓长文本,即文本行数3行以上,存于物料Basic Data Text等长文本中)
查看(830)
评论(17)
-
2008-10-03 05:32:28 / SAP R/3
I BASIS KNOWLEDGE AND SYSTEM NAVIGATION1. Name two ways to start a transaction.i. Dynamic Menuii. Command Field2. Why do you create user-specific parameters?i. They supply defaults to R/3 fields.If a field is indicated, the system automatically fills in default value. Depending on the field definition, the entry can also be replaced with a value entered by the user. (Concept of PARAMETER ID)3. Name the three different kinds of messages in the R/3 system. What is the differ
查看(1983)
评论(21)
-
2008-07-29 08:09:53 / SAP R/3
1. 面试SD时,常问到信息结构Q: What is Logistics Information System (LIS) in SAP?A: LIS stands for Logistics Information System. In SAP, the logistics information system is a combination of the following systems.- Sales Information System- Purchasing Information System- Inventory Controlling Shop Floor Information System- Plant Maintenance Information System- Quality Management Information SystemLogistics information system can be used to effectively plan the entire logi
查看(855)
评论(22)
-
2008-07-25 08:51:41 / SAP R/3
两本电子书,ABAP初学者的工具:《SAP-Tables》《ABAP-FAQ》
查看(1098)
评论(17)
-
2008-07-15 08:56:41 / SAP R/3
以下为一位同事(新手)写的(部分)代码,目的是作Subcontract PO的发货Reconcilliationd, 但性能差极。本人不是ABAPer,只能干着急。请教如何修改能改进performance。SELECT ekko~lifnr ekko~ebeln ekpo~matnr ekpo~txz01 ekko~aedat ekpo~menge ekpo~meins eket~wemng stpo~idnrk mkpf~mblnrINTO TABLE gt_prodordFROM ekpoJOIN ekko ON ekko~ebeln = ekpo~ebelnJOIN eket ON eket~ebeln = ekpo~ebelnAND eket~ebelp = ekpo~ebelpJOIN mast ON mast~matnr = ekpo~matnrAND mast~werks = ek
查看(274)
评论(10)