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

Batch Input interface

Former Member
0 Likes
769

Hi,

In LSMW we will find the field STYPE in the structure BMM00

what does the field specifies and what is the importance of this field in data loading?

Thanks.

1 REPLY 1
Read only

ThomasZloch
Active Contributor
0 Likes
437

record type, this tells the upload program for material master data which type of record it is dealing with, necessary because of the sequential nature of the input file.

e.g. "0" = session header, "1" = header data, etc.. Check out include RMMMBIMX.

Thomas