‎2007 Aug 18 11:51 AM
Hi
I need to test my previous program which have done by other person,i need to check whether the program is working on not, while giving the dummy data ,the data is inserting into master records, i want to avoid that , How?
‎2007 Aug 18 12:35 PM
Hi Vikranth,
at first check which part of that program are used for inserting data into master table, like it may use: INSERT, MODIFY or FUNCTION MODULE.
make a local copy of this program.
just comment out these code and execute it. and if these code are really needed,
use a check box for testign purpose on selection-screen.
and exceute those codes for inserting data within
IF P_CHK_TEST NE WC_X.
*............codes
ENDIF.
Hope it will solve ur problem.
Regards
Krishnendu
‎2007 Aug 18 12:35 PM
Hi Vikranth,
at first check which part of that program are used for inserting data into master table, like it may use: INSERT, MODIFY or FUNCTION MODULE.
make a local copy of this program.
just comment out these code and execute it. and if these code are really needed,
use a check box for testign purpose on selection-screen.
and exceute those codes for inserting data within
IF P_CHK_TEST NE WC_X.
*............codes
ENDIF.
Hope it will solve ur problem.
Regards
Krishnendu