Seems that you created the strucutre in the data dictionary but didn't create it locally. Try to declare the structure inside your include or in the TOP include:
DATA: yaur_s_label_apa TYPE yaur_s_label_apa.
Regards,
Felipe
Seems that you created the strucutre in the data dictionary but didn't create it locally. Try to declare the structure inside your include or in the TOP include:
DATA: yaur_s_label_apa TYPE yaur_s_label_apa.
Regards,
Felipe