‎2012 May 21 3:40 PM
Hi Experts,
I am creating few table records in my report and inserting records in table TVKWZ i also need to store these entries in a transport request .
I know these F.M TR_OBJECT_CHECK and TR_OBJECT_INSERT should do this but i need to know how do i pass my table entries in these F.M:
I am passing
PGMID = 'R3TR'.
OBJECT = 'TABU'.
OBJ_NAME = 'TVKWZ'.
OBJFUNC = 'K'.
to TR_OBJECT_CHECK
Then in the F.M TR_OBJECT_INSERT where should i pass the entries which needs to be transported?
I did a where used list of these F.M but cnt find much sample,if anyone can help me with this?
‎2012 May 21 4:35 PM
Check this wiki: Specially the 2nd part.
http://wiki.sdn.sap.com/wiki/display/ABAP/Transporting+Table+Entries+in+ABAP+programmatically
‎2012 May 21 3:53 PM
Hi BM,
According to me we can not transport the Table enries / records from 1 server to another if in Table maintenance generator , Recording Routine is specified as no or user recording routine.
Regards Sachin.
‎2012 May 21 4:20 PM
‎2012 May 21 4:35 PM
Check this wiki: Specially the 2nd part.
http://wiki.sdn.sap.com/wiki/display/ABAP/Transporting+Table+Entries+in+ABAP+programmatically
‎2012 May 21 4:55 PM