Hi Experts,
I am new in ABAP OO and I have a little problem. I want to export a table by calling a method. For this I have declared an export paramater as type of the structure I want to give back.
PE_TAB_RESULT Exporting Type /IXULT/HV_MM_STRU
If i now want to append a new line to my table I always get the error "occurs n" in my method.
Please can someone help me with that problem?
Greetings, Alexander