Hi.
I have applied extended verify code to my program. Into Obsolete Sentences, show me a sentence as obsolete:
form recupera_concepto tables it_in_par structure itcsy
it_out_par structure itcsy.
Within classes and interfaces, you can only use "TYPE" to refer to ABAP Dictionary
types, not "LIKE" or "STRUCTURE".
If I modify my code like this:
form recupera_concepto tables it_in_par type standar table itcsy
it_out_par type standar table itcsy.
Show me an error: "itcsy" has already been declared.
What can I do to solve this problem?. If I use first code, program works fine, but exist an error with extended verify code.
Any suggestion will be welcome.
Thanks a lot, regards.