Application Development 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: 

Add Element Type, Domain to a request inside a Abap Program

Former Member
0 Kudos

Hi Everyone!

We need to make a program that create a new request, read another program , and add to this new request all elements used inside that program, like element type, domain, includes etc. The ideia is to transport only this request to another environment, and have the entire program working fine on the new environment.

Does anybody has any idea how to make this? Do you think is it possible?

Thanks very much.

Luíza

1 ACCEPTED SOLUTION

madan_ullasa
Contributor
0 Kudos

Hi,

Try using a BDC to create a new request..You can get back the created request from the table. Then again run a BDC to relate the objects to this new request... The values or the object names to run the BDC can be again got from tables...

regards,

Madan,,

1 REPLY 1

madan_ullasa
Contributor
0 Kudos

Hi,

Try using a BDC to create a new request..You can get back the created request from the table. Then again run a BDC to relate the objects to this new request... The values or the object names to run the BDC can be again got from tables...

regards,

Madan,,