Ansicht
Dokumentation

/AFS/MDC_CHNG_FIELD - Add Details of Custom Fields

/AFS/MDC_CHNG_FIELD - Add Details of Custom Fields

BAL Application Log Documentation   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

In this IMG activity, you use this maintenance view to add the custom fields which are required in the changes screen of the mass document change (MDC) transaction.

As changes screen in MDC application requires an old value field and a new value field for the custom fields, you must enter the values in the maintenance view accordingly.

The following fields are available in the maintenace view:

  • OLD_PARAM_NAME

You use this field to store the parameter name for the custom field which is going to contain the old value. This parameter field value must start with the prefix O_ , for example, O_FIELD1.

In a selection screen, parameter name must be unique. So, enter only unique names in this field.

  • NEW_PARAM_NAME

You use this field to store the parameter name for the custom field which is going to contain the new value. This parameter field value must start with the prefix N_, for example, N_FIELD1.

In a selection screen, parameter name must be unique. So, enter only unique names in this field.

  • SEQNO

This field contains the sequence number in which the custom field controls should be displayed in the MDC changes screen.

If you enter a wrong sequence number, the order of the custom field controls may get changed. So enter a proper number for this field.

  • TABNAME

You use this field to store the reference table to which the custom field (PARAMETER_NAME) belongs to. You can derive the selection text for the custom fields by referring to this table.

Enter the proper table name. If you enter the wrong table name, selection text cannot be determined and generated screen controls would have an error which will result in non-execution of the MDC transaction.

  • FIELDNAME

You use this field to store the reference field to which the custom field (PARAMETER_NAME) belongs to. You can derive the selection text for the custom fields by referring to the combination of this field and the referenced table.

Enter the proper fieldname. If you enter the wrong field name, generated screen controls will throw an error which will result in non-execution of the MDC transaction.

  • FIELD_LEVEL

You use this field to store the level for the custom fields. Different level values are header/item/schedule line.

OLD_PARAM_NAME : O_PARAM1
NEW_PARAM_NAME : N_PARAM1
SEQNO : 1
TABNAME : VBAP
FIELDNAME : J_3ATQTY
FIELD_LEVEL : I






BAL_S_LOG - Application Log: Log header data   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 3479 Date: 20240511 Time: 052847     sap01-206 ( 46 ms )