zoukankan      html  css  js  c++  java
  • Project Recording: Date and Factory Date[转载]

    [引用]:翱翔云天

    142 views

    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 before the date is returned.
          DATE
              Date to be converted into factory calendar date
          FACTORY_CALENDAR_ID
              Factory calendar ID

       Export:
          DATE
             Date to be converted into factory calendar date
          FACTORYDATE
             Number of the workday in the specified calendar
          WORKINGDAY_INDICATOR

        FACTORYDATE_CONVERT_TO_DATE: The same parameter but conversed.

    How to get factory calender ID:
        Maintained in plant table T001W
        The field is: FABKL

    引用 :http://www.abaptech.com/?p=484

  • 相关阅读:
    ZOJ3213-Beautiful Meadow
    ZOJ3256-Tour in the Castle
    ZOJ3466-The Hive II
    hdu3377-Plan
    fzu1977-Pandora Adventure
    ural1519-Formula 1
    poj2914-Minimum Cut
    51nod-1220-约数之和
    51nod-1222-最小公倍数计数
    【html】【6】div浮动float
  • 原文地址:https://www.cnblogs.com/wequst/p/1510902.html
Copyright © 2011-2022 走看看