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

LSMW Testing

Former Member
0 Likes
1,298

hi friends,

how to test lSMW

i have templates with data

we upgraded our system.i need to check whether my

LSMW is working fine now

regards

soorya

2 REPLIES 2
Read only

Former Member
0 Likes
788

HI,

Here is how to test LSMW,

<b>In step 7 Specify files:</b>

we define how the layout of the input file is. The input file is a should be same as the fields declared

<b>In Step 8 Assign files:</b>

Execute step ‘Assign Files’ and the system automatically defaults the filename to the source structure

<b>In Step 10 Convert Data:</b>

This is the step that actually converts the source data (in source format) to a target format. Based on the conversion rules defined, source fields are mapped to target fields

<b>Step 13: Create batch input session:</b>

Once source data is converted in internal format, you can create a BDC session to process the updates.

<b>Step 14: Run Batch Input Session</b>

You can execute the BDC session by Run Batch input session. Executing a batch input session is a standard SM35 transaction for managing BDC sessions. Once you have successfully executed the batch input session

If you want to debug the LSMW, refer the below thread

Regards

Sudheer

Read only

Former Member