cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed regarding Dynamic Programming

Former Member
0 Kudos

Hi,

While doing dynamic programming , we bind the context variable with two types of

values .

1 . ddic

2 . extern

My doubt is in which case we should use ddic and where to use extern .

Can anybody help me out regarding this.

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

thanks a lot

Answers (1)

Answers (1)

former_member751941
Active Contributor
0 Kudos

Hi Ki,

Predefined, Web Dynpro UI-specific, and user-defined Dictionary types all have the

prefix ddic:.

wdContext.getNodeInfo()

.addAttribute(

"Visibility",

"ddic:com.sap.ide.webdynpro.uielementdefinitions.Visbility")

•Logical Dictionary types from Adaptive RFC models have the prefix extern:.

Check this links

-


https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9214b1e5-0601-0010-fdb0-ec32d43b...

/people/dipankar.saha3/blog/2007/05/31/how-to-create-dynamic-approval-process-using-conditional-loop-block-in-guided-procedure

Regards,

Mithu

Former Member
0 Kudos

thanks a lot