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: 

Copy Standard Program

Former Member
0 Kudos

I want to copy standard function module used to post idoc. The standard function module has couple of user exits (there is code inside it). What will happen to those user exits. Will those be copied to Z program and called from new program too.

Thanks,

AP

4 REPLIES 4

Former Member
0 Kudos

yes, they will be copied too.

Former Member
0 Kudos

hi,

While you copy all the components associated with the standard program will be copied.

Regards

Sumit Agarwal

former_member188685
Active Contributor
0 Kudos

First tell me why do you need to copy..?

IDOC interface will be Unique in all the FUnction. If you want to do any processing, you can create the function module with the Same interface and do what ever you want and pass the information inside that with the help of Call standard function.

And if any extra processing , as you said there are some exits , you can make use of them.

But Dealing with exits when copy i don't think it works.

Since When you are creating custom why do you need the standard exits.

When you copy you have to copy the whole function group that time you will end up with troubles.

Former Member
0 Kudos

HI,

When you are copying the standard program it would give you an option if you want to copy all objects in it..If you select all,all the objects would be copied,,,However copying it is not at all required because you can directly use the interface..

Best of luck,

Bhumika