Hello experts, I have redefined the inbound IP_FORMPRDETAIL from component ContractListStart, but when I copy the standard code and paste in the IP_FROMPRDETAIL redefined, give me some errors of methods:
me->create_empty_contracts( EXPORTING ir_col_pods = lr_col_pods
CHANGING cr_col_newcontracts = lr_col_newcontracts ).
me->update_newcontracts( EXPORTING ir_col_pods = lr_col_pods
CHANGING cr_col_newcontracts = lr_col_newcontracts ).
store_selected_contracts( ).
The systems doesn't recognize this methods, and tell me that this methods don't exist or are unkonwn, How I can solve this. How I can call this methods. Instance an object??
Thanks in advance best regards