- Aug 26 Fri 2022 09:45
ShareTech mail server Outlook POP3 設定
- Aug 22 Mon 2022 09:59
SAP ABAP - Basic Syntax
Statements, ABAP source program consists of comments and ABAP statements. Every statement in ABAP begins with a keyword and ends with a period, and ABAP is ‘Not’ case sensitive.
The first non-comment line in a program begins with the word REPORT. The Report will always be the first line of any executable program created. The statement is followed by the program name which was created previously. The line is then terminated with a full stop.
- Aug 22 Mon 2022 09:03
SAP ABAP - Open SQL Overview
Open SQL indicates the subset of ABAP statements that enable direct access to the data in the central database of the current AS ABAP. Open SQL statements map the Data Manipulation Language functionality of SQL in ABAP that is supported by all database systems.
The statements of Open SQL are converted to database specific SQL in the Open SQL interface of the database interface. They are then transferred to the database system and executed. Open SQL statements can be used to access database tables that are declared in the ABAP Dictionary. The central database of AS ABAP is accessed by default and also access to other databases is possible via secondary database connections.
- Aug 22 Mon 2022 08:58
ABAP 新特性 - SELECT 语句杂项函数CASE WHEN使用
- Aug 16 Tue 2022 16:06
SAP MM模組設定手冊
定義公司代碼
公司代碼用於描述一個合法的獨立實體,該實體是能夠執行會計核算的最小組織單位,其資產負債表和損益表就是建立在公司代碼的層級上。
- Aug 16 Tue 2022 16:04
SAP SD的組織結構
銷售組織(Sales Organization):銷售和分銷產品的組織單元(organizational unit) , 根據銷售和分銷的要求對企業進行分組。協商銷售條款,負責銷售事務。
銷售通路 (Distribution Channel):物料或服務用以抵達客戶的管道。典型銷售通路包括電子商務、批發、零售和直銷。用戶可以將一個銷售通路分配給一個或多個銷售組織。客戶可以從多個銷售通路 得以交貨。物科主記錄會使用不同的銷售組織和銷售通路視圖來維護,這樣就可以訪問不同的數據,例如交貨工廠。
- Aug 16 Tue 2022 14:52
SAP 學習ABAP:ABAPDOCU
在學ABAP程式語言時常會因為不知如何運用所以無法入門,其實SAP為了方便初學者學習 ABAP 語言,在系統內提供了許多的範圍供人參考,大家可以先來看這樣所寫的範例,相信對初學ABAP有很大的幫助。
執行T-code:ABAPDOCU,可以看到下列畫面:
- Aug 16 Tue 2022 14:46
SAP BASIS 使用指令的方式來開啟或關閉SAP ERP
安裝好的SAP ECC6 ERP預設是需要使用SAP Management Console來開啟或關閉系統,如果希望能夠在開機時自動啟動系統;就需要借助DOS模式下的指令來處理。
預設是使用SAP Management Console來開啟或關閉系統
- Aug 16 Tue 2022 14:27
SAP BASIS 設定SAP ERP的線上說明文件
在新裝好的系統中是並沒有包含線上說明文件的,所以在系統上的「輔助說明-應用程式輔助說明」及「輔助說明-SAP文件庫」都是沒辦法執行的,因此我們要針對說明文件進行設置。
請在CLIENT:000 並且帳號非SAP*的情況下執行T-code:SR13,可能看見畫面上有四的頁籤,我們只需要使用其中第二個「PlainHtmlHttp」,這裡設定的是透過網路來讀取SAP的官方網站所提供的說明文件: http://help.sap.com
- Aug 16 Tue 2022 14:15
SAP BASIS 如何修改 SAP 登錄界面的文字
輸入事務碼 SE61,Document Class(文件類別):選擇 General Text(一般內文),選擇時的 ID 為「TX」。
Language(語言):這裡需要特別注意,語言必須選擇登錄頁面顯示的語言,而不是用戶個人設置裡面指定的登錄後使用的語言。這個語言是 BASIS 在系統參數里面設置的。如果語言不對,界面上就無法顯示。