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: 

table AUSP!!

Former Member
0 Kudos

Hi,

i hav an internal table having matnr etc details from likp/lips and another z table having structure :

Sales Org

Classification Characteristic Name

Packing Material Name

Rate (per KG)

and The table which stores the classification data for a material is AUSP. The Characteristic Name is stored in the field ATINN and the characteristic value (packing material weight) is stored in the field ATWRT. The following the conditions required for retrieving the classification data for a material:

For each entry in the Z-Table for the Sales Org:

Select AUSP - ATWRT (Packing Material Weight) from AUSP

Where AUSP - KLART = 001 and ATINN = Z-Table – Classification Characteristic Name

This data needs to be read for each material. For each field containing a positive value the Packing Material Name corresponding to that field, Packing Material Wt. Per Unit Material ...

how shall i go abt this?

Regards

Gunjan

1 REPLY 1

former_member186746
Active Contributor
0 Kudos

Hi,

You can also use BAPI_CHARACT_GETDETAIL or any of the other bapis for this.

Regards, Rob Dielemans