Hi ,
The parameter RETURN1 is a STRUCTURE, not TABLE
Please change the statement "DATA : it_return TYPE TABLE OF BAPIRETURN1,"
into "DATA : it_return likeBAPIRETURN1," and try again.
Hope this would help~
Regards
Cheng
Hi ,
The parameter RETURN1 is a STRUCTURE, not TABLE
Please change the statement "DATA : it_return TYPE TABLE OF BAPIRETURN1,"
into "DATA : it_return likeBAPIRETURN1," and try again.
Hope this would help~
Regards
Cheng