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: 

Create transport request via FM/BAPI

Former Member
0 Kudos

Hi there,

I want to create a report that automaticly creates a new workbench/customizing transport request via a function module or BAPI. And I want also add some contents into the transport request (table-entries and so on).

Is that possible?

Thanks!

Kind regards

Markus

1 ACCEPTED SOLUTION

Lakshmant1
Active Contributor
0 Kudos

Hi Markus,

Check program TH_TKANL.

Thanks

Lakshman

4 REPLIES 4

Lakshmant1
Active Contributor
0 Kudos

Hi Markus,

Check program TH_TKANL.

Thanks

Lakshman

GauthamV
Active Contributor
0 Kudos

hi,

use these fm.

TR_REQUEST_CHOICE

TR_INSERT_REQUEST_WITH_TASKS.

uwe_schieferstein
Active Contributor
0 Kudos

Hello Markus

You may have a look at the fm's in function groups:

CTS_API (CTS API for External Change Management)
CTS_WBO_API (Remote API of Workbench Organizer)

For example:

CTS_API_CREATE_CHANGE_REQUEST

Regards

Uwe

Former Member
0 Kudos

hii

there are some FM like

BAPI_REQUEST_CREATE.

AFX_GF_CTS_REQUEST_GENERATE

CTS_API_CREATE_CHANGE_REQUEST

you can also use BDC for this using call transaction..

regards

twinkal