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: 

LSMW for Bill of material

Former Member
0 Kudos

Hi everybody, i am doing LSMW for BOM creation using standard batch input program ,i declered the two stuctures and mapped the filelds with respective standard structure fileds , while uploading the flat file data in Assign file step. it is giving error , can any body sugget me in which way i have to give the flat file data for testing the LSMW. Please send the links if u know , that will help for me.

Regards,

rajesh.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Hi,

Check this LSMW steps help document.

http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc

and after fieldmapping did you click on generate, and may be any unassigned fields are present check it.

Regards

vijay

4 REPLIES 4

former_member188685
Active Contributor
0 Kudos

Hi,

Check this LSMW steps help document.

http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc

and after fieldmapping did you click on generate, and may be any unassigned fields are present check it.

Regards

vijay

0 Kudos

Hi vijay babu, i didnt click on generate button after field mapping , can u tell me , where can i find that button.

presently i dont have flat file data for assigning that file , i crated one file in the same order as in structure i created.i think may be there is a error in that file also. Can tell me in which oreder i have to create a text. file for testing the LSMW .

Regards,

rajesh

0 Kudos

1. fill the attributes.

2. create source structure

3. Maintain Source fields

here you can do in many ways..

i.create field

ii. copy

iii. table control

i suggest you to use copy option

here create a tab delimited text file in your PC, the file order should be like this..

fieldname <tab> fielddesc <tab> type <tab> length

example..

Bukrs	Company code	c	4	
ekorg	Purchasing Org	c	4	
ktokk	Vendor accountgroup	c	4	
anred	title	c	15	
name1	name1	c	35	
sortl	sort field	c	10	
land1	country	c	3	
spras	language key	c	2	
akont	reconcilation	c	10	
fdgrv	planning group	c	10	
waers	purchase order currency	c	5	

4. maintain the structure relation ships by choosing the relevant structures.

5.field mapping

Auto field mapping CTRLSHFTF3

and now check any fields left (unmapped) using Unassigned fields CTRLSHFTF2

and then forcefully Assign it to the field you want.

here you have to assign TCODE also select the TCODE field and then click on constant. then Give TCODE in the popup.

and once all mapping etc over then click on Check Syntax SHFT+F2 this will generate conversion program...

and rest of the steps are simple...

get back if you have any issues ...

Regards

vijay

Former Member
0 Kudos

Hi

read Help of Batch input program RCSBI010

regards

Siddharth