ZXCOFU11

<< Click to Display Table of Contents >>

Navigation:  All About ABAP Technique > English > ABAP Tutorial > ABAP Workbench Tools > Enhancement > Customer Exits > Customer Exits Examples > Project ZPPWS002  > Funtions Exits  > EXIT_SAPLCORF_101  >

ZXCOFU11

**&---------------------------------------------------------------------*
**&  Include           ZXCOFU11                                         *
**&---------------------------------------------------------------------*
**->To set default value in order confirmation
**
*Prerequisite
move-corresponding AFRUD_IMP to AFRUD_EXP.
 
*Default workcenter confirmation empty
*AFRUD_EXP-ARBPL = ''.
 
IF sy-tcode = 'CO11N'.
  AFRUD_EXP-ARBPL = ''.
ENDIF.