Skip to Content
0
May 29, 2018 at 07:08 AM

How To Retreive ID from standard BO ExpenseReport SAP Byd after created data from custom BO

91 Views

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 ?