You are on page 1of 1

AFS GRID VALUE

There's the table J_3APGEN for the material grid, but there's no description for the grid values, u
can get the description for the dimension of the grid (for example size, color...)

AFS system creates new schedule for every grid of material in PO, that's explain as you find the
grid value in EKET table.
All possible grid values for a material are in tables J_3APGHD (header data) and J_3APGEN
(grid value): u can read them by matching for material grid number (EKPO-J_3APGNR).
In particular the header table has the chararcteristics used in the material grid, fields:
J_3APGHD-J_3ABZD1
J_3APGHD-J_3ABZD2
J_3APGHD-J_3ABZD3
So u need to split the grid into the single dimensions and get their description from characteristics
indicated in the header table.
U can check the trx J3AB in order to understand what I wrote above.

In my case in particulary I was searching if the matrix J_3ASIZED exist so I search in the table
J_3APGEN (grid value) using field J_3AKORDX

Try using FM CLAF_CLASSIFICATION_OF_OBJECTS ,


you get the material type and description in the table T_OBJECTDATA This is normally done in
other systems, retail, APO and all
Try it in AFS too. use where used list in se37 for help, else SDN

You might also like