cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I created some z fields in KNVV table. I followed a document on how to add custom fields in standard entity in customer master. I added the fields in Data model, generated structure, checked the fields in USMD_DATA_MODEL, did editting in SMT and then configured the fields in UI. When I activate change request in MDG , the fields are not transferring in active area nor in ECC.

I m not sure what I have missed. Is there any suggestion?.

0 Likes
View Entire Topic
michael_theis
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Muhammad,

create a CR that contains values in your custom fields. Don't approve / activate the CR via the MDG UI. Instead call transaction SWO1 with your CR. Choose method "ACTIVATE_2" for debugging. Set a breakpoint in function module "CVI_EI_INBOUND_MAIN". In the given complex structure, check whether your data is in, or not. If it is in, there's some issue in the later SAVE of CVI. If not, there is an issue in mapping from staging to active area. You can use the call stack to find the access class SAVE method for a breakpoint for more detailed debugging. 😉

Best regards

Michael