Sunday, October 22, 2017

Mandatory Parameters of Procedure

1. ERRBUF 2. RETCODE
ERRBUF is used to return messages in log file
RETCODE is used to show the status of the concurrent program

RETOCDE have 3 values 0, 1 & 2
 0 indicates concurrent program completed with Normal
 1 indicates concurrent program completed with Warning
 2 indicates concurrent program completed with Error

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...