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

Creating Transport request to update / insert Statement

Former Member
0 Likes
749

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

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
606

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];

3 REPLIES 3
Read only

Former Member
0 Likes
606

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

Read only

GauthamV
Active Contributor
0 Likes
607

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];

Read only

Former Member
0 Likes
606

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