|
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). |