SAP Function /LIMEB/GEN_BIZ - Change /LIMEB/..._BIZ Structures

Parameter Reference Type Length Default Optional Text
ACTION /LIMEB/ACTION C 1 Action (insert, delete, change, ...)
FIELDNAME /LIMEB/FIELDNAME C 16 Import Parameter FIELDNAME for FM /LIMEB/GEN_BIZ
ROLLNAME KOMP_TYPE C 30 Name of Dictionary Type
STRUC_TYPE /LIMEB/OBJECT_TYPE C 1 Object Type

Parameter Reference Type Length Text
SUCCES C C 0 Generation Successful

Exception Text
ILLEGAL_INPUT Invalid Parameter Value
NO_AUTHORITY No Authorization to Execute
NO_AUTHORITY_DEL No Authorization to Delete Object
PUT_FAILURE Object Could not Be Written

Functionality
DD: Interface to Modify /LIMEB/HU_BIZ, /LIMEB/LOC_BIZ,/LIMEB/STOCK_BIZ
Structures in ABAP/4 Dictionary. At the same time, structures for therange table type and the range table type for the new field aregenerated, and the corresponding structure ( /LIMEB/QUERY_HU_RANGE,/LIMEB/QUERY_LOC_RANGE, /LIMEB/QUERY_STOCK_RANGE ) is extended witha newly generated range table type.
The structures can be extended with new fields, and fields can also bedeleted.
NOTE! Before you delete a field, check whether the field is being usedin an index table.

Notes
- The function cannot be executed in AP9.
- In the customer system, field FIELDNAME must start with ZZ, YY, XX.
- In the ROLLNAME field, you may only enter the data element name.
- Possible entries for the field STRUC_TYPE: ' H ' - for HU, ' S ' -Stock, ' L' - Location.
- Field ACTION: ' 1' - Enhance, ' 6' - Delete.

Description
Controls whether the structure is extended by a new field or whether afield is to be deleted.

Value range
' 2 ' - Change /LIMEB/..._BIZ structure
' 1' - Create an append structure for a new field
' 6 ' - Delete the field from the structure

Description
Field name.

Description
Data element from the DDIC.

Description
Defines whether this function is executed for a
/LIMEB/STOCK_BIZ (S)
/LIMEB/LOC_BIZ (L) or
/LIMEB/HU_BIZ (H).