Fonction SAP BARC_GET_PROFILE_CONTENTS - Determine customizing profile contents

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
GET_TBCA_DEFS 0 'x' X Indicator: Determine chart types
GET_TBCC_DEFS 0 'x' X Indicator: Determine color types
GET_TBCF_DEFS 0 'x' X Indicator: Determine form types
GET_TBCL_DEFS 0 'x' X Indicator: Determine layer types
GET_TBCO_DEFS 0 'x' X Indicator: Determine options
GET_TFAT_DEFS 0 'x' X Indicator: Determine field attributes
GET_TFMT_DEFS 0 'x' X Indicator: Determine formats
GET_THLT_DEFS 0 'x' X Indicator: Determine colors
PROFILE BCPROFILE u 17 Graphics profile

Paramètre Reférence Type Long. Description
TBCG_DEFS TBCG u 56 Single profiles of the graphics profile
TBCO_DEFS TBCO u 140 Options

Paramètre Reférence Long. Facultatif Description
TBCA_DEFS TBCA 78 X Chart types
TBCC_DEFS TBCC 17 X Color types
TBCF_DEFS TBCF 17 X Form types
TBCL_DEFS TBCL 76 X Layer types
TFAT_DEFS TFAT 130 X Field attributes
TFMT_DEFS TFMT 294 X Formats
THLT_DEFS THLT 120 X Colors

Exception Description
INV_TBCA_DEFS Incorrect chart profile
INV_TBCC_DEFS Incorrect color type profile
INV_TBCF_DEFS Incorrect form type profile
INV_TBCG_DEFS Incorrect graphics profile
INV_TBCL_DEFS Incorrect layer type profile
INV_TBCO_DEFS Incorrect options profile

Functionality
This function module gets the contents of the Customizing profile.
Field list in which the names of the unique profiles of the specifiedgraphic profiles are returned.
Field list in which the options read are returned.
If ths flag is set, all the chart types of the specified graphicprofile are read from table 'TBCA' and transferred to table'TBCA_DEFS'.
If this flag is set, all the color types of the specified graphicprofile are read from table 'TBCC' and transferred to table'TBCC_DEFS'.
If this flag is set, all the form types of the specified graphicprofile are read from table 'TBCF' and transferred to table'TBCF_DEFS'.
If this flag is set, all the layer types of the specified graphicprofile are read from table 'TBCL' and transferred to table'TBCL_DEFS'.
If this flag is set, all the options of the specified graphic profileare read from table 'TBCO' and transferred to field list 'TBCO_DEFS'.
If this flag is set, all the fields used in the form attributes areread from table 'TFAT' and transferred to table 'TFAT_DEFS'.
If this flag is set, all the form attributes used in the form types ofthe specified graphic profile are read from table 'TFMT' andtransferred to table 'TFMT_DEFS'.
If this flag is set, all the color attributes used in the color typesof the specified graphic profile are read from table 'THLT' andtransferred to table 'THLT_DEFS'.
Graphic profile which was selected when the bar chart was called.
The graphic profile is maintained in the bar chart customizing.
Table in which the chart types read are returned.
Table in which the color types are returned.
Table in which the form types are returned.
Table in which the layer types are returned.
Table in which the field attributes read are returned.
Table in which the format attributes read are returned.
Table in which the color attributes read are returned.