SAP Function BAPI_IOBC_CREATE - Creates InfoObjectCatalog

Parameter Reference Type Length Default Optional Text
DETAILS BAPI6113 u 183 InfoObjectCatalog with all Properties

Parameter Reference Type Length Text
INFOOBJCAT BAPI6113-INFOOBJCAT C 30 InfoObject Catalog Name

Parameter Reference Length Optional Text
INFOOBJECTS BAPI6113IO 61 InfoObjectCatalog - InfoObjects
RETURN BAPIRET2 548 X Detailed log in case of error

Functionality
This function module creates a new InfoObject catalog. You have to giveall the InfoObject catalog properties in the DETAILS parameter.
The catalog InfoObjects have to be given in the INFOOBJECTS table.
If errors occur, an extensive log is returned in the RETURNTABLEparameter.
Note that a created InfoObject catalog is immediatley available in anactive version, meaning that an additional activation is notapplicable.

Description
InfoObject catalog name and all properties are given in this structure.

Description
Method's return parameter. The return parameter provides information onthe call's success or failure.
Value range
The most important error messages refer to

  • No authorization to change the InfoObject catalog

  • Error in the definition DETAILS or in the InfoObject list INFOOBJECTS.
  • In this case you can get a detailed error log in the parameterRETURNTABLE.