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

Battery data to a material

Former Member
0 Likes
2,040

Hi,

I have a requirement to add the Battery data to a material(finished product)

In which view of the material master we can add the battery data and once you the save the data

in which tables data will be stored, and what are the tables for material , sales org related data.

Thanks

Lavanya

Hi,

I have a requirement to add the Battery data to a material(finished product)

In which view of the material master we can add the battery data and once you the save the data

in which tables data will be stored, and what are the tables for material , sales org related data.

Thanks

Lavanya

4 REPLIES 4
Read only

Former Member
0 Likes
1,480

Hi Lavanya,

Tables are, MARA, MARC, MARD, MAKT...!

-Dileep .C

Read only

GauthamV
Active Contributor
0 Likes
1,480

Table : MVKE ( Sales Data for Material )

Read only

Former Member
0 Likes
1,480

Hi

The material Battery data is stroed in classification view of the material master. The table for

retriving stored Battery data for a material is AUSP. The Battery type is stroed in ATINN field and the quantity is stored in ATFLV field.

The qty field of type float, write it to a character variable to get the numaric value.

The material sales org data is stored in MVKE table.

Thanks

Read only

Former Member
0 Likes
1,480

Thank you all