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

Changing a function modul by ABAP

Former Member
0 Likes
419

Hi

I have a generic data Extractor from SAP to BW - this Extractor is a function modul with dynamic code to deliver the necessary CLASS / ATTRIBUTE data.

For each CLASS - I create InfoObjects, datasource, extractstructure automatically - but I cannot add the extractstructure as a tables Parameter to the Extractor function module.

Does anybody has experience to modify a function modul by ABAP code?

Thx for a short hint ,-)

Roger Heckly

1 REPLY 1
Read only

Former Member
0 Likes
395

Hello Roger ,

as per my understanding ,

create table types with line type.

and refer table with 'LIKE' in se37 level.

May be it would be useful to you.

Sudheer.