2018 Nov 05 1:38 PM
How to change the font size of an already created Bds documnt
CALL METHOD BDS_INSTANCE->change_properties EXPORTING *
logical_system = " Logical System
classname = c_class " Class Name
classtype = C_CLATYP " Class Type *
doc_id = ltp_did"Document ID
doc_ver_no = ltp_dver " Version Number
doc_var_id = ltp_dvar " Variant ID
CHANGING properties = LTA_PROPERTIES " Attribute Table
EXCEPTIONS
nothing_found = 1
internal_error = 2
error_kpro = 3
not_authorized = 4
not_allowed = 5
parameter_error = 6
others = 7
How to change the font size of an already created Bds documnt
CALL METHOD BDS_INSTANCE->change_properties EXPORTING *
logical_system = " Logical System
classname = c_class " Class Name
classtype = C_CLATYP " Class Type *
doc_id = ltp_did"Document ID
doc_ver_no = ltp_dver " Version Number
doc_var_id = ltp_dvar " Variant ID
CHANGING properties = LTA_PROPERTIES " Attribute Table
EXCEPTIONS
nothing_found = 1
internal_error = 2
error_kpro = 3
not_authorized = 4
not_allowed = 5
parameter_error = 6
others = 7
2018 Nov 06 12:30 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |