Custom Field for SRM SC WebDynpro Application http://scn.sap.com/docs/DOC-25692 Table extensions in SRM documents http://scn.sap.com/docs/DOC-28602 위 문서대로 생성 후 테스트를 해 보면 아래와 같은 경우가 발생된다. 1. Table Add Button 후 Enter(PDO Action) 라인 오류 (Add 한 만큼의 라인이 더 생긴다.) WD_COMPONENT /SAPSRM/WDC_DODC_CT VIEW V_DODC_CT Method ONACTIONON_ADD Post-Exit ————————————————————————————————— wd_comp_controller->mo_mapper->fire_event_refresh( ). ————————————————————————————————— 2. VIEW UI Properties 변경 WD_COMPONENT /SAPSRM/WDC_DODC_CT VIEW V_DODC_CT Method WDDOMODIFYVIEW Post-Exit ————————————————————————————————— IF first_time EQ abap_true. wd_this->mo_view = view. wd_this->mv_bo_type = wd_comp_controller->mo_task_container->get_bo_type( ).ENDIF. […]