Application Development 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: 

interfaces

Former Member
0 Kudos

hi all ,

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

INTERFACE ifac {DEFERRED [PUBLIC]} | LOAD.

1 ACCEPTED SOLUTION

uwe_schieferstein
Active Contributor
0 Kudos

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

uwe_schieferstein
Active Contributor
0 Kudos

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