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

BDC Data Dummy

Former Member
0 Likes
356

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
313

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

1 REPLY 1
Read only

Former Member
0 Likes
314

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