Functionality This function module creates classes, if the classes do not yet exist. It creates data that can also be displayed with BAPI_CLASS_GETDETAIL. You must make an entry in the following fields:
- CLASSNUM (class) and CLASSTYPE (class type)
- Table CLASSDESCRIPTIONS (class description)
- Either Language_Int (internal language key, one character) or
Language_ISO (external language key, two characters). ISO formatoverrides internal format.Further information If the BAPI runs successfully, table Return> contains no messagesof type 'E'.Caution This BAPI does not change the the database. To change the database,call BAPI BapiService.TransactionCommit.
|