Good day to all,
I am an amateur programmer of CC&B and I just want to know the difference and the meaning of the following code using invokeBO and invokeMap:
Assume that I have a Business Object named T07_WR and a UIMAP named T07_UIMWR
1) invokeBO 'T07_WR' using "T07_WR" for read;
2) invokeMap 'T07_UIMWR' using "T07_WR";
I hope someone would be able to help me. Thank you very much.