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

Reg: Develop screen as customizable

Former Member
0 Likes
544

Good day friends,

I have developed a screen with table control, where in clients enter row by row in the table control and save the entries to a custom developed table.

Now the client has requested that when they enter new values to the table control and when thay click on save button it should ask for a transport request..i.e. for all new entries it should ask for transport request, so that by this way they can move the entries to the quality and production system.

Friends, could you all share your views to develop this.

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
515

Hi,

There are so many function modules avilable to create new transport request.

Use this function module during save option.

CTS_API_CREATE_CHANGE_REQUEST

Read only

Former Member
0 Likes
515

see this thread

Read only

0 Likes
515

There are two options.

If this is a custom table (SE11) you can generate table maintenance view, which has a standard function to create Change request.

Otherwise as previously mentioned use CTS_API_CREATE_CHANGE_REQUEST FM to control.

I am not sure why you create several customer objects just to move a transport number?

Bala