Hello Experts!
I have a question that I'm stuck on. I have posted same question in the SolMan section of the site.
In summary, I added a custom assignment block (a "form" table) using the AET (in tcode SM_CRM) in ChaRM transaction type ZMCR linked to BTAdminH. The new custom fields are editable and saveable using the standard AET generated logic.
Following the same steps, I created another custom assignment block (also a form table) for ChaRM transaction type ZMAD - a Change Document, also linked to BTAdminH. The standard AET generated logic does not allow edit or save. To allow the new fields to be editable, I generated the setter and getter methods and changed method GET_I_field. That part works fine now. I still can't get values entered on new field to be saved. Collection_wrapper->get_current is Initial. How do I bind the context node to the entity?
I have tried a custom controller to try to bind it to BTAdminH. I have tried binding to the parent. Neither worked. What am I missing? Researching on here, I'm finding several posts on the topic, but nothing that clearly details what is needed. Is a custom controller needed? Where is additional code needed? Can anyone explain in detail what is needed to allow the new field to be saved? Thanks in advance for your help!
Robyn