Show TOC

New Fields for Batch Determination

Basis for adjustments for batch determination

For technical reasons communication structure KOMGH is used. This represents the total of KOMKH and KOMPH and contains all the fields that can be used mainly for batch determination. When new fields are included in KOMKH or KOMPH, they are automatically included in KOMGH as well.
The following is an example of an ABAP/4 statement for the provision of a new header field for batch determination:
FORM USEREXIT_MOVE_FIELD_TO_KOMKH.
MOVE VBAK-FFELDXY TO KOMKH-ZZFELDXY.
ENDFORM.