SAP The FM To Get the Characteristic Value

SAP The FM To Get the Characteristic Value

 

SAP function module CLAF_CLASSIFICATION_OF_OBJECTS

 

 

 

 

 

CALL FUNCTION 'CLAF_CLASSIFICATION_OF_OBJECTS'
         EXPORTING
              class              = l_class
              classtext          = 'X'
              classtype          = l_classtype
              clint              = 0
              features           = 'X'
              language           = sy-langu
              object             = l_objek
              key_date           = sy-datum
              initial_charact    = 'X'
              change_service_clf = 'X'
         TABLES
              t_class            = t_class
              t_objectdata       = t_objectdata
         EXCEPTIONS
              no_classification  = 1
              no_classtypes      = 2
              invalid_class_type = 3
              OTHERS             = 4.

To get the characteristic value

 

 

-完-

 

 

 

猜你喜欢

转载自blog.csdn.net/weixin_42137700/article/details/115202344
FM