The last reason to use NetBeans.

Recently,SUN publish Netbeans new release.Because project's requirement,I should use netbeans to design Swing UI. And at first,i really thought Netbeans Swing UI design tools pretty cool. But then i know,that's a vendor's production.Tody i got news from TheServerSide that the compony which design the Swing tools for SUN is supporting MyEclipse and i tried that.As convenience as it performed on NetBeans platform.
You can get a quic start here.Good luck.

Now the last reason to use NetBeans has gone.BTW,NetBeans default keymap really sucks!!! Ctrl+S means Search by default.The Netbeans designers are crazy??


(0) 评论    (99) 引用   

Next step of AJAX

Because of focusing on SAP field and busying with a Bank Project,i haven't visit most tech webs such as TSS ajaxian for a long time.But i sitll care the evolution of JAVA world.
Today i found a new word--comet.No, not Halley's comet,yet another buzzword in AJAX world.
It's a approach to improve the interaction of web application after AJAX.The server will hold a connection with client and push message to the client .
More information please visit the related sites:
http://www.irishdev.com/NewsArticle.aspx?id=2166
http://www.irishdev.com/NewsArticle.aspx?id=2173


(0) 评论    (0) 引用   

Most useful System fields of SAP

Jusr for myself as a reference.

When a list is generated:
SY-COLNO - Current column number
SY-LINCT - Number of lines from the REPORT statement
SY-LINNO - Current line number
SY-LINSZ - Line width from the REPORT statement
SY-PAGCT - Maximum number of pages from the REPORT statement
SY-PAGNO - Current page number
SY-SCOLS - Number of columns in the window
SY-SROWS - Number of lines in the window
SY-TITLE - Report title taken over from the text elements or attributes
During interactive reporting:
SY-CPAGE - Number of current page
SY-CUCOL - Cursor position (column)
SY-CUROW - Cursor position (line)
SY-LILLI - Number of the selected list line
SY-LISEL - Content of the selected list line
SY-LISTI - Index of the selected list line
SY-LSIND - Index of the displayed list level
SY-PFKEY - Current GUI status
SY-STACO - List displayed from column
SY-STARO - List displayed from line
SY-UCOMM - Function code invoked by user

(0) 评论    (94) 引用   

SAP Application Modules

This is from http://planetsap.com/sap_application_modules.htm.
It will teach you most abbreviation of ERP prodcution's module name.

FI Financial Accounting
CO Controlling
AM Asset Management
PS Project System
WF Workflow
IS Industry Solutions
HR Human Resources
PM PlantMaintenance
MM Materials Management
QM Quality Management
PP Production Planning
SD Sales and Distribution
Financial Accounting -- is designed for automated management and external reporting of general ledger, accounts receivable, accounts payable and other sub-ledger accounts with a user defined chart of accounts. As entries are made relating to sales production and payments journal entries are automatically posted. This connection means that the "books" are designed to reflect the real situation.
Controlling -- represents the company's flow of cost and revenue. It is a management instrument for organizational decisions. It too is automatically updated as events occur.
Asset Management--is designed to manage and supervise individual aspects of fixed assets including purchase and sale of assets, depreciation and investment management.
Project System -- is designed to support the planning, control and monitoring of long-term, highly complex projects with defined goals.
Workflow -- links the integrated SAP application modules with cross-application technologies, tools and services
Industry Solutions -- combines the SAP application modules and additional industry-specific functionality. Special techniques have been developed for industries such as banking, oil and gas, pharmaceuticals, etc.
Human Resources -- is a complete integrated system for supporting the planning and control of personnel activities.
Plant Maintenance--In a complex manufacturing process maintenance means more than sweeping the floors. Equipment must be services and rebuilt. These tasks affect the production plans.
Materials Management--supports the procurement and inventory functions occurring in day-to-day business operations such as purchasing, inventory management, reorder point processing, etc.
Quality Management--is a quality control and information system supporting quality planning, inspection, and control for manufacturing and procurement.
Production Planning--is used to plan and control the manufacturing activities of a company. This module includes; bills of material, routings, work centers, sales and operations planning, master production scheduling, material requirements planning, shop floor control, production orders, product costing, etc
Sales and Distribution--helps to optimize all the tasks and activities carried out in sales, delivery and billing. Key elements are; pre-sales support, inquiry processing, quotation processing, sales order processing, delivery processing, billing and sales information system.


(0) 评论    (132) 引用   

I will discuss these things

Because of a bank project, i can't update my blog frequently.But i have a plan and outline about that i will talk about when i'm free.

  • Basic SAP knowledge
  • SAP Data Dictionary
  • ABAP and Report
  • Interactive Report
  • Reprot and online Programe
  • Interface and ALV
  • System Architechture
  • SAP Basis
  • SAPScript
  • SAP Smart Form
Wish the guys who know nothing about SAP but wanna get familiar with it like it.

(0) 评论    (92) 引用   

Common T-codes of SAP

SE09: Workbench organiser
SE11: ABAP dictionary
SE16: Data browser, view/add table data
SE24: Class builder
SE37: Function builder
SE38: Program editor
SE41: Menu painter
SE84: Repository info system
SE91: Message maintenance
SE93:Maintain transaction code
AL11: SAP directories
SHDB: Batch input recorder
SP01: Spool list
SPRO: IMG

(0) 评论    (75) 引用