I want to Retreive ID from standard BO ExpenseReport SAP Byd after created data from my custom BO. I've tried
root_data = ExpenseReport.Create(ExpRept1);
var a = root_data.ID.content;
like this. But the return value from ID its "000000000". how can i get the ID after create? and how maybe standard BO cannot return the value ID ?