SAP Function BUS_VCT_CONFIGURE_SEQUENCE -

Parameter Reference Type Length Default Optional Text
IV_OBJAP BU_OBJAP C 4 BDT: Application Object
IV_RLTYP BU_RLTYP C 6 X BDT: Object Part
IV_SHOWMODE C C 0 'C'
IV_USEID BU_USEID C 80 BDT: VCT, Usage Key
IV_VARNR_SAP BU_VARNR C 6 BDT: Screen Sequence
IV_VARTP BU_VARTP C 6 Screen Sequence Category

Parameter Reference Type Length Default Optional Text
CV_VARNR_CST BU_VARNR C 6

Parameter Reference Length Optional Text
IT_APPLI BDT_APPLI 4 X BDT Application Table
IT_AVIEW TBZ3E 205 X
IT_SETID BDT_SETID 6 X BDT Data Parts Table

Functionality
Calling the Visual Configuration Tool (VCT)

Further information
You call function module BUS_VCT_CONFIGURE_SEQUENCE to configure ascreen sequence of the Business Data Toolset (BDT).
In parameter IV_SHOWMODE you specify whether the Visual ConfigurationTool (VCT) should be started in display or change mode. In IV_OBJAPyou specify the application object for which you want to configure ascreen sequence. In IV_VARTP you specify the screen sequence categoryof the screen sequence specified in IV_VARNR_SAP. In parameterIV_USEID you specify a name/description that will serve to identify theconfigured screen sequence. For example, if you are using theintegrated interface (see BUS_VCT_MAINTAIN) you can specify the name ofthe role (RLTYP) in IV_USEID. Alternatively, this can be any charactervalue with length 80. Parameter IV_RLTYP is only used for an eventfunction, and only serves to help visualize the "header data". Intables IT_SETID and IT_APPLI you can specify the BDT data parts and BDTapplication (if divisibility applies). If both of these tables remainempty, the whole screen sequence is displayed without any restri
ctions. Parameter CV_VARNR_CST returns the configured screen sequence.