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 to create Transport Request number.

Former Member
0 Likes
3,883

Hi,

I have a rquirement to automate TR creation .

I need a function module wherein I will pass the requester name , the reviewer name and the request type.

This should automatically create a TR number.

Please let me know do we have any Function module to achieve functionality.

Thanks,

Suchi.

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
1,771

Plz SEARCH in SCN before posting.

You can use this fm.

CTS_API_CREATE_CHANGE_REQUEST

Read only

Former Member
0 Likes
1,771

HI,

Refer to this link..

Read only

former_member242255
Active Contributor
0 Likes
1,771

try ISH_N2_CREATE_TRANSPORT

Read only

Former Member
0 Likes
1,771

CTS_API_CREATE_CHANGE_REQUEST CTS API: create a change request

CTS_API_IMPORT_CHANGE_REQUEST CTS API: import a change request

CTS_API_READ_CHANGE_REQUEST CTS API: get objects of change request

Read only

0 Likes
1,771

Try Function module in below 2 Function Groups:


CTS_API                    CTS API for External Change Management
CTS_BROWSER                Transport Organizer Web UI

Regards

Shital

Read only

Former Member
0 Likes
1,771

Refer .