Application Development 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: 

Updating a Standard table

Former Member
0 Kudos

Hi,

I have a report which is cloned from the standard report RFBELJ10.. The report updates the table TRVOR.

The issue is when I execute the report in development and Quality systems, the table gets updated but not in production server.

Will the statement COMMIT WORK work here..?? If so, why is that not given in the standard code.

If this doesn't work, any suggestions to resolve this issue..???

Thanks.

Senthil G.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Senthil,

* if not test run and no altern. local curr. is used update table TRVOR
  IF TEST NE 'X' AND ALCUR NE 'X'.

Please check that you don't have set the check box "Test run", otherwise it won't update.

Furthermore I haven't seen a switch that checks for production/test environment.

Best regards,

Florin

1 REPLY 1

Former Member
0 Kudos

Hi Senthil,

* if not test run and no altern. local curr. is used update table TRVOR
  IF TEST NE 'X' AND ALCUR NE 'X'.

Please check that you don't have set the check box "Test run", otherwise it won't update.

Furthermore I haven't seen a switch that checks for production/test environment.

Best regards,

Florin