hai
i used BP_JOB_SELECT_SM37B for retrieving joblists
here i want to know the status of the retrievd lists
so i want to check for status whether job is schedule,released,ready,active,finished and cancelled
so could you please tell whats the status for each.
ie. i know
Schedule is 'P'.
Preliminary is 'S'.
finished is 'F'.
Cancelled is 'C'.
but what about other status code.
could you please help.
regards
ambichan.
Hi ambichan,
here're all stati (from BTCPETOP)
BTC_RUNNING LIKE TBTCO-STATUS VALUE 'R',
BTC_READY LIKE TBTCO-STATUS VALUE 'Y',
BTC_SCHEDULED LIKE TBTCO-STATUS VALUE 'P',
BTC_RELEASED LIKE TBTCO-STATUS VALUE 'S',
BTC_ABORTED LIKE TBTCO-STATUS VALUE 'A',
BTC_FINISHED LIKE TBTCO-STATUS VALUE 'F',
BTC_PUT_ACTIVE LIKE TBTCO-STATUS VALUE 'Z'.
Andreas
Add a comment