on 2022 Dec 13 9:13 AM
Hello All
We are using CL_MD_BP_MAINTAIN with CVIS_EI_EXTERN_T to create BP, but would like to know how to change/update the BP.SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; }
Request clarification before answering.
Hello Naveen,
You can do the update by passing appropriate values in the input structures.
For example:
INPUT_DATA[1]-PARTNER-HEADER-OBJECT_INSTANCE-BPARTNERGUID -> pass the BP guid here or
INPUT_DATA[1]-PARTNER-HEADER-OBJECT_INSTANCE-BPARTNER -> pass the BP number here
INPUT_DATA[1]-PARTNER-HEADER-OBJECT_TASK -> pass the update task 'U' here.
In addition to the header information, you need to fill the right values into DATA and DATAX fields of respective structures. For example if you want to change the FIRSTNAME of a person, you must fill:
INPUT_DATA[1]-PARTNER-CENTRAL_DATA-COMMON-DATA-BP_PERSON-FIRSTNAME -> with the desired value.
INPUT_DATA[1]-PARTNER-CENTRAL_DATA-COMMON-DATAX-BP_PERSON-FIRSTNAME -> Set this to 'X'.
With the help of DATAX value, the APIs understand which fields are being changed. Accodinglt the DATA structures are read and updates are triggered.
Hope this helps.
Best Regards,
Shwetha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
115 | |
10 | |
8 | |
5 | |
4 | |
4 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.