cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom field created in SAP CRM Web UI is not populating value from DB table

0 Kudos
1,623

Hi All,

I have created a new custom field "Check Flag" as check box in CRM Web UI through AET and a zz000040 field got created in CRMD_ORDERADM_H table

now the DB table CRMD_ORDERADM-ZZ0000040 field got updaed with 'X' value BUT in Web UI the new custom field "Check Flag" is not getting updated with X .

The custom field created is Web UI has to updated automatically once it get crated but its not happening

hence I am looking for your kindl help...

Accepted Solutions (0)

Answers (1)

Answers (1)

thalesvb
Active Contributor
0 Kudos

Hello,

I'm guessing the field that works is or was also in same screen. If yes, then you could try to drag your new field that is defined on BTADMINH context node into it.

The tecnical field name is read only because it tells the origin of the field that you dragged into screen configuration, so you need to drag //BTADMINH/EXT.ZZCFLD000040 to your screen and remove the one from CONTRACTBTADMINH.

Please don't recreate your question multiple times, as the guidance says, "Make sure that your question is very specific. Provide as many details as possible". If you need to provide more details, edit your question and add them.

AET generated fields DB operations (read and save) are done by standard code, no code is required in BSP Component for that. The way you created it in AET defines in which context node you need to use it in runtime (both are the same in technical level, but not in semantic, and different code paths executes for each node, I think).

Regards