Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to append structure dynamically to another structure

Former Member
0 Likes
399

Hi Everyone,

My requirement is like this.

PERFORM fill_additional_fields_f16 USING 'RIHAFVC'

CHANGING <ls_object_tab>.

FORM fill_additional_fields_f16 USING iv_structure_name TYPE strukname

CHANGING cs_object type any.

.................

...................

endform.

Now my question is how to append the structure IV_STRUCTURE_NAME to CS_OBJECT in the subroutine.

Thanks in advance

-Regards

TOM

1 REPLY 1
Read only

Former Member