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

Create development package FM

simonegaffurini
Participant
0 Likes
1,057

Hello, is there any function module that allows creation of a development package?

Thanks

1 ACCEPTED SOLUTION
Read only

abo
Active Contributor
1,001

I'm not aware of a fm but there is a method: cl_package_factory=>create_new_package

(there is an example in abapGit)

2 REPLIES 2
Read only

abo
Active Contributor
1,002

I'm not aware of a fm but there is a method: cl_package_factory=>create_new_package

(there is an example in abapGit)

Read only

1,001

that will work! thank you