Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

interfaces

Former Member
0 Likes
334

hi all ,

can send any one a small program in interfaces using the fallowing syntax.

INTERFACE ifac {DEFERRED [PUBLIC]} | LOAD.

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
304

Hello Venkatakrishnarao

The statement makes the definition of the interface ifac available to the application. If the interface contains any constants then you can access them with the following statement:

  ld_variable = ifac=>constant_attribute.

Regards

Uwe

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
305

Hello Venkatakrishnarao

The statement makes the definition of the interface ifac available to the application. If the interface contains any constants then you can access them with the following statement:

  ld_variable = ifac=>constant_attribute.

Regards

Uwe