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: 

MARA customized field is empty in SE16

Former Member
0 Kudos

Hello everyone,

My company has a customized field. Each material is identified with its number (MARA table, field: MATRN) and another code (Table MARA, field : ZZDKPUEPBG).

I need to fetch all material code and the customized code.

The problem is, in SE16, MARA table, I get everything but the customized field whichis empty for every material. It does not depend on the division.

Any suggestions ?

Thanks in advace.

3 REPLIES 3

JL23
Active Contributor

Do you want to say that in SE16 the field is empty while it is filled in your material master?

if yes then please show screenshot of your material master view and from SE16

JL23
Active Contributor
0 Kudos

put the cursor into the product group field, press F1, and then click technical field help and show a screenshot from that pop-up

In general if the value is displayed in MM03, then it must be stored in a table field. Maybe it is a different field in MARA or even a different table.

Btw. I am moving this to ABAP development as it has nothing to do with Materials Management., It is own development and a technical issue .

Jelena
Active Contributor

Based on the comments in Juergen's answer - it seems like a very odd issue. There are only a few possibilities I can imagine:

- some odd presentation issue in SE16 (try disabling conversion exits in the options, also use ALV grid display);
- you're looking in a wrong client (MANDT);
- technically, the field could show up as linked to a DB field but in the ABAP code it can be manipulated to be read/written elsewhere.

The latter would be rather weird and a bad practice but people do weird stuff like that. Start SQL Trace (ST05) then use MM02 to update the field and SQL Trace will show exactly where it's coming/going.