Archive for 2009.03

How-to: Date and Factory Date

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 ...

Project Recording: Interface testing for IPS-C(1)

02004715
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: ...

Project Recording: Interface Architecture

02004711
The landscape for the interface through MQ + XI + ECC, listed below:

Project Record: RCM Program–Change Delivery Date in VMS Action

20080131090020985
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: ...

Project Record: Get the auth role detail program

3265914520070205211748575_3
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 ...

Project Record: Development List Manager

a8ea5df34c4cfecd0b46e016
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, ...