‎2008 Nov 18 6:42 AM
Hi,
In my program i am changing some standard table values through update/insert open sql statements. to keep the identical landscape i have to do the same for quality and production for which i have to transport my prog to quality and prodn .. is there any possability to record the changes ( i made through update /insert statement) into a change request and just transport the change request to insure that same amount of data is effected.
in other words i have to create and populate transport request in runtime.
Regards,
Alnoor Virani
‎2008 Nov 18 6:49 AM
hi,
check this blog which explains you about transporting table entries.
[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5456] [original link is broken] [original link is broken] [original link is broken];
‎2008 Nov 18 6:47 AM
Hi
Are you trying to change values in standard SAP tables using insert / update statement.
If Yes, than this is not the right method / approach to modify values.
You need to find User exit / Badi's to populate the values.
SAP may not support this
Pls check
Regards
Madhan D
‎2008 Nov 18 6:49 AM
hi,
check this blog which explains you about transporting table entries.
[https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5456] [original link is broken] [original link is broken] [original link is broken];
‎2008 Nov 18 8:08 AM
Thanks dear but the link talk abt populating the T/request manually .. what i am planning to populate it programitically .. ie trough some FM.. i.e in runtime