‎2008 Aug 21 9:08 AM
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.
‎2008 Aug 21 9:35 AM
‎2008 Aug 21 9:12 AM
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.
‎2008 Aug 21 9:12 AM
Hi,
Are the tables where the changes will be made set to create a transport request (check this in tcode SE11) ?
Regards,
Bert
‎2008 Aug 21 9:28 AM
I want to create change request of data .
when table is update or new records are insert.
Thanks.
‎2008 Aug 21 9:40 AM
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.
‎2008 Aug 21 9:35 AM
‎2008 Aug 21 2:55 PM
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.