Using SAPscript to print barcode:
文件:barcode.zip
大小:106KB
下载:下载
Taking you through how ALE works, inbound, outbound and exception handling.
By Amit khari
ale.zip
Written by Kevin Wilson
Wednesday, 31 January 2007
Here are a couple of hints:
If you have a user exit function module: EXIT_SAPLEINM_014
1) Fire up SE37 to get the development class ME
2) Fire up transaction CMOD and go to menu option Utilities -> SAP Enhancements
3) Enter the development class ME and execute. This will list all the enhancements available in that development class. Double click at leisure
For those wanting a more scientific method:
1) SE16 wi...
Written by Anon.
Wednesday, 31 January 2007
Notes about user exits (valid up to at least SAP release 4.0B)
One way to find user exits applicable for a given SAP screen. From the SE38 screen, enter the desired screen main program, and click Utilities > Find In Source Code, and “CUSTOMER-FUNCTION” as the text to search for. This will give you a list of the user exits and where they are called from for all screens in the module pool.
Note: format of ABAP stateme...
This artile is created for the one who want to learn ALE basic configuration and settings.
1. Clear some glossary
Business process, Business data, Business object, Workflow
In one sentence I concluded:
Business process generate Business data, and Business object structure Business data, Workflow supports Business process. So their relationship is very clear and simple.
2. The aim of ALE
In my point of view, it is mainly used for the decentralized scenario which the company used, wi...
This is a step-by-step guide of how to use PNP to write HR report, especially for salary report.
文件:
Step by step to explain the method on how to write HR report.pdf
下载
This example is from SAP, mainly tell us how to use LDB PNP.
HR report_Document and example from SAP.pdf
An report which helps you to get the sap solution manager key.
*&———————————————————————*
*& Report ZSMK
*&
*&———————————————————————*
*&
*&得到SOLUTION MANAGER KEY
*&——...