Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Bds Document font size change

former_member599764
Discoverer
0 Kudos

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

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Shouldn't you also call a class such as UPDATE_WITH_TABLE to save your changes (and some call of DB_COMMIT)