|
<< Click to Display Table of Contents >> Navigation: All About ABAP Technique > Indonesia > ABAP Tutorial > ABAP Workbench Tools > Enhancement > Customer Exits > Contoh Customer Exits > 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.