cancel
Showing results for 
Search instead for 
Did you mean: 

PLM 7.1 and DMS object link in WDA component /PLMU/WDC_DIR_DO_OB_LINKS

former_member184443
Participant
0 Kudos

Dear SAP gurus...

In PLM 7.1 we want to add "Service Order" as an object-link  ( believe it or not - it is not SAP standard).

Web Dynpro Component: /PLMU/WDC_DIR_DO_OB_LINKS

We have found BAdI  /PLMI/EX_DIR_LINK (Enhance Object Link Information) and also appended structure /PLMB/S_DIR_LINK_SP with or own field: ZZSERV_ORDER

With BAdI  /PLMI/EX_DIR_LINK we can use method GET_PROFILE to set the profile (set the column properties to editable, invisible...)

But I guess we also need to modify the Web Dynpro Component: /PLMU/WDC_DIR_DO_OB_LINKS      ??

I don't think we can enhance ?

  • Update the context mapping in both component controller and view V_DIR_OBJECT_LINKS ?
  • Add column ZZSERV_ORDER to table TBL_OBJ_LINK ?

Please advice.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184443
Participant
0 Kudos

SOLVED!!!

Appended structure /PLMU/WDC_DIR_DO_OB_LINKS with field ZZSERV_ORDER.

Badi /PLMI/EX_DIR_LINK was implemented.

Web Dynpro Component /PLMU/WDC_DIR_DO_OB_LINKS enhancements:

  1. Component Controller Context HEADER->OBJECT_LINKS field ZZSERV_ORDER added via Wizard.
  2. View V_DIR_OBJECT_LINKS Context HEADER (on top level) need a “Update mapping”.
  3. In View V_DIR_OBJECT_LINKS you must add a table column TBC_ZZSERV_ORDER

Former Member
0 Kudos

Thanks alot for sharing the information.

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you checked for the exits in component controller and view to enhance it.

If Yes, you can add a attribute/node dynamically and also a column dynamically in modify view of that view.

former_member184443
Participant
0 Kudos

Thanx for the information.

...exits in component controller ?

Can you explain step-by-step how I can check for exits...

Please advice.

Former Member