Here I list the usage of the following two functions, they are about the conversion for date <=> factory date
Function Name: DATE_CONVERT_TO_FACTORYDATE
FACTORYDATE_CONVERT_TO_DATE
Parameters:
DATE_CONVERT_TO_FACTORYDATE
Import:
CORRECT_OPTION
+ : if the specified date is not a working day, the first working day after the date is returned.
- : if the specified date is not a working day, the first working day ...
Testing ENABLE_TO_SEND message, and it should be send back an ENABLE_TO_SEND.
Interface Information
Namespace: urn:ianes:prp:ipsc
Type: Message Interface
Name: MI_RTS
ABAP Name: ZPRPC_CL_MI_RTS
With Function: ZPRPC_W
Logical flow:
Outbound function: ZPRPC_X
Outbound Method: ZPRPC_CO_MI_ES
Results:
...
The landscape for the interface through MQ + XI + ECC, listed below:
The program development processing detail for recording my work.
1: Create table for this program
Table DefinitionNUGG_ZSDCCMG.nugg
2: Create table maintainance view
3. Translation to Chinese version
4. Create T-code for table maintainance
5. Program change:
Delevery Date change function get:
Client 200, vehcle model: -X25C Action Code: ZO10
According to the ABAP stack, I should check the function module ZSDVELOD_CHECK_DATE
6. Get CCM value:
...
In the project, the consultants make the authority list and maintain them to SAP, and also need to take them out to excel for the end customer, so we need a program to list the detail information from SAP.
Program attached as below:
Program
Selection-text
...
In this project, there are plenty of program that need to be writen and manage, everyday there are a lot of update requirements from the consultants. And exactly there are several way to handle this, for example, with VSS, or locate the dev list file in a share folder and each one can edit it when need updates.
As the PM required, only each team leader could change serveral column but not all, and each team member could only read the file, so I develop a program to manage the dev list.
At first, ...