I am trying to pass a table of work order numbers I brought up from the device which are only connected to WorkorderReferences to the handler class where I would then try and set them into ME->GT_AUFNR_DELTA before the call is made to get the assignment type and the corresponding work orders selection queries. Right now my numbers are only getting as far as the BAPI input values. How do I get them to my class???
I've tried setting and attribute in my class handler with an initial value of my input table value from the BAPI_WRAPPER but it says table can't be set.
HELP!