1

I am trying to change a selection table within our packing list menu in our SAP system, but I do not know how to do this. My colleague, who is out indefinitely, has created a table of packing materials for our warehouse staff. This table is now to be extended by two further entries. The selection table is in the packing list table DLN7. I have also shown this in the picture attached.

enter image description here

So far I have checked all custom tables and custom windows. However, the table displayed is not there. Does anyone know where in SAP I have to look?

I would be very happy to receive further hints on this. Thank you very much in advance.

Suncatcher
  • 10,355
  • 10
  • 52
  • 90
  • Which SAP software is it, which programming language is it? – Sandra Rossi Feb 09 '23 at 12:47
  • Thank you for your reply. We are working with SAP Business One 10.0. I think the custom tables are created with SQL queries. But I am not familiar with the process and the linking at this point in our system and despite hours of searching, I cannot find a way to access this table. – Maurice Quack Feb 09 '23 at 13:31

1 Answers1

1

I think this is most likely a Custom User Defined Field with set Valid Values,

Try looking through This Screen: Tools > Customization Tools > User-Defined Fields - Management

i Can't point you to the Right Section but it will be in there somewhere.

Also try a

select * from DLN7

and see what columns it returns as a way to confirm it is a UDF.

User-Defined Fields

Praxiom
  • 578
  • 1
  • 8
  • 21