webdynpro ovs usage

Post on 25-Jan-2015

1.646 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

webdynpro OVS usagewebdynpro OVS usage

Skill cut

jsh@thebne.com

Copyright © 2006 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means- electronic, mechanical, photocopying, recording, or otherwise- without the permission of BNE Solution Consulting.

This document provides an outline of a presentation and is incomplete without the accompanying oral commentary and discussion.

2 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Module Task

Stage Task 명

Phase 명 산출물명

순번 버전 작성일자 작성자 변경사유 검토일자 검토자 승인일자 승인자

1 Ver1.0 정세훈 최초작성

Document ControlDocument Control

3 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Procedure 1. Component 에 WDR_OVS componet 를 생성한다 .

참고사항

Related Link

목적 • OVS usage 를 사용 할 수 있다 .

메뉴

4 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Procedure 1. view 에 WDR_OVS componet 를 생성한다 .

참고사항

Related Link

목적 • OVS usage 를 사용 할 수 있다 .

메뉴

5 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Procedure 1. Input help mode 를 object value selector 로 ovs component usage 에 위에서 선언한 OVS_USAGE 를 입력한다 .

참고사항

Related Link

목적 • OVS usage 를 사용 할 수 있다 .

메뉴

6 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Procedure 1. Field 옆에 search help icon 이 생기고 가공한 데이터를 보여줄 수 있다 .

참고사항

Related Link

목적 • OVS usage 를 사용 할 수 있다 .

메뉴

7 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Procedure 1. OVS 선언한 view 에 event method 를 생성한다 .

참고사항

Related Link

목적 • OVS usage 를 사용 할 수 있다 .

메뉴

8 Copyright © 2007 by BNE Solution Consulting INC. ALL RIGHTS RESERVED.

Procedure 1. Method 를 더블클릭하면 자동으로 소스가 생긴다 .각각이 phase 에 data 를 가공하는 code 를 넣어 주면 된다 .

참고사항

Related Link

목적 • OVS usage 를 사용 할 수 있다 .

when if_wd_ovs=>co_phase_0. "configuration phase, may be omitted* in this phase you have the possibility to define the texts,* if you do not want to use the defaults (DDIC-texts)

when if_wd_ovs=>co_phase_1. "set search structure and defaults* In this phase you can set the structure and default values* of the search structure. If this phase is omitted, the search* fields will not be displayed, but the selection table is* displayed directly.* Read values of the original context (not necessary, but you* may set these as the defaults). A reference to the context* element is available in the callback object.

when if_wd_ovs=>co_phase_2.* If phase 1 is implemented, use the field input for the* selection of the table.* If phase 1 is omitted, use values from your own context.

when if_wd_ovs=>co_phase_3.* apply result

메뉴

top related