‎2009 Jan 29 4:41 AM
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.
‎2009 Jan 29 4:45 AM
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
‎2009 Jan 29 4:47 AM
‎2009 Jan 31 1:12 AM
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