‎2007 Nov 21 7:30 PM
Hi,
I have a issue like
I have one report which will update the database tables at the end,But before updating the tables I need to assign this updated table entries to one request.this will be done by 2 function modules like TR_OBJECT_CHECK and TR_OBJECT_INSERT(I m not sure about exact name).can any one give me the idea on these functionmodules and what are the fields need to update in E071K table.
Thanks in advance
‎2007 Nov 21 7:44 PM
The FMs which you have suggested are right.
You can check the program RVOTVKBZ (which saves the Sales area in the transport request).
Check the
FORM SAVE_TVKBZ.Which intrun calls these two performs.
PERFORM APPEND_KEYS_TO_E071K USING C_TVKBZ. " << appending keys
PERFORM WRITE_KEYS_TO_CORRECTION. " << appending to request.Regards,
Naimesh Patel