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

Function module or Method for changing a program with transport

Former Member
0 Likes
575

Hi,

Can anybody please let me know if there is any Function module or Method to change a program under a Transport request

(so it needs to go to next Version for the program). I tried using

INSERT REPORT .... with all options for this command. It is changing the program successfully but all are creating the program locally.

I successfully found CIF_PROGRAM_INSERT for creating new program under a TR.

But struggling a lot to find the same kind of FM or Method to change a program.

Can anybody help?

//Kothand

3 REPLIES 3
Read only

Former Member
0 Likes
513

Hi

CTS_API_IMPORT_CHANGE_REQUEST check this Fm

Regards

Divya

Read only

0 Likes
513

Hi,

Thanks. But i am asking for a Function module which can edit a program and keep it inside a Transport request.

This FM is to import any change request.

//Kothand

Read only

Former Member
0 Likes
513

Solved the problem by using function module 'RS_CORR_INSERT'