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

Create request

Former Member
0 Likes
347

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

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
306

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