ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 코스트센터 텍스트 읽어오기
    카테고리 없음 2008. 8. 13. 20:33

    코스트센터(Cost center) 텍스트를 읽어오는 펑션.

     

    CALL FUNCTION ''READ_COSTCENTER_TEXT'' 
      EXPORTING 
        datum                = sy-datum 
        kokrs                = l_kokrs 
        kostl                = g_zfi0001t-kostl 
        sprache              = sy-langu 
     IMPORTING 
        text                 = cskt-ktext 
    *    TEXT_WA              = 
    *  EXCEPTIONS 
    *    TEXT_NOT_FOUND       = 1 
    *    OTHERS               = 2
Designed by Tistory.