Products Downloads


French version


 

 

ADELIA

VADELIA

      

WADELIA

MADELIA

(I)

(I) (C)

 

(I) (C)

(I) (C)

 

Section for use

SFTKYS_PROCESS

 

Syntax

END_SFTKY

 

Description

This instruction marks the end of a softkey processing block.

With ADELIA programs, the transaction is then displayed again automatically.

 

This instruction must be preceded by the SFTKY instruction.

For every SFTKY instruction ( Adelia, Visual Adelia or Adelia Web context), there must be a corresponding END_SFTKY instruction.

 

Example

SFTKYS_PROCESS 02

* Prompt functions for transaction 2

SFTKY ZZ_CUST_CODE

* F4 to select customers

CALL CUSTOMER_WDW ZZ_CUST_CODE

END_SFTKY

*

SFTKY ZZ_CUST_CODE 01

* F1 to display help on customer code

W_MEMBER_NAME = 'CUSTCODE'

CALL FLD_LVL_HELP W_MEMBER_NAME

END_SFTKY

*

SFTKY ZZ_ITEM_CODE

* F4 to select items

CALL ITEM_WDW ZZ_ITEM_CODE

END_SFTKY

*

* Error message SFT0002 if cursor is not in correct location

SEND_MSG SFT0002

END_SFTKYS_PROC

 

↑ Top of page


  • Aucune étiquette