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

Create change request

Former Member
0 Likes
1,146

Hi,

I have program which change data in tables by the user .

when the user save his change i want a popup like in sm30 that will ask him to create change request.

his there any fm that will do this or something else??

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
799

This Function is responsible

TRINT_ORDER_CHOICE

6 REPLIES 6
Read only

Sm1tje
Active Contributor
0 Likes
799

Well normally, when users update data in a database table, this is considered as transaction data. And you wouldn't want to transport transaction data from one system to another.

Read only

b_deterd2
Active Contributor
0 Likes
799

Hi,

Are the tables where the changes will be made set to create a transport request (check this in tcode SE11) ?

Regards,

Bert

Read only

Former Member
0 Likes
799

I want to create change request of data .

when table is update or new records are insert.

Thanks.

Read only

kiran_k8
Active Contributor
0 Likes
799

If an Object needs to be transported from one server to the other then we need a Workbench Request/Customising requests depending on the requirement ie configuration or ABAP related developments.

If I am not wrong you intend to generate a number so that you can keep track of changes that were done and not to move from one server to another server.

In such a case just explore if you can generate an external number range and generate one NUMBER each for every change in the table using some wraper program and storing it in a table.

For generating a number you can use

CALL FUNCTION 'NUMBER_GET_NEXT.

Just an idea,not sure how far it is feasible

K.Kiran.

Read only

Former Member
0 Likes
800

This Function is responsible

TRINT_ORDER_CHOICE

Read only

0 Likes
799

thanks for your reply this fm TRINT_ORDER_CHOICE

show me the popup but i always have error in this FM

'TRINT_APPEND_TO_COMM_ARRAYS'

on key_check_keysyntax_error.

how should i insert those keys??

thanks.