Task Def - Set Base Parameter Item
Task Definition um Base Parameter Item z'setze
[task definition 1.0]
task definition RBSC$TASK_BASE_PARAM_SET_ITEM (11021)
/*
-------------------------------------------------------------------------------------------------------------
Bank :
Business Area :
Description : Task Definition Set Base Param Item
Owner :
-------------------------------------------------------------------------------------------------------------
ID Date Name, Company Issue Change Log or Description
-------------------------------------------------------------------------------------------------------------
001
-------------------------------------------------------------------------------------------------------------
*/
program (online batch)
naming
dfltlang "Set Base Parameter Item"
english null
german null
italian null
french null
spanish null
descn "Set Base Parameter Item"
hira "910"
coverpage false
lock_templates false
datamart dtm_doc (no_override)
context null (no_override)
procedure s#rbsc$base_param.set_base_par_item
i_intl_id text
mandatory
label "LABEL.INTL_ID"
i_item text
mandatory
label "LABEL.ITEM"
i_val text
mandatory
label "LABEL.VAL"
i_bu_id bp where "id in (select obj_id from obj_bp_bu)"
label "LABEL.BU"
i_sbu_id bp where "id in (select obj_id from obj_bp_sbu)"
label "LABEL.SBU"
---- COMMIT? ----
i_do_commit boolean
label "LABEL.RBSC$DO_COMMIT"
end procedure
end task definition