Hi,
does anyone here know if/ where there are lists of SAP tables which I (might) need for any specific scenario,
like generating a material document or whatever, similar to the list of ?tables? I have in HR Forms (transaction pe51)?h
I am writing a program using which a user can in principle query data from a set of SAP tables, but the way it is now,
the user needs to have the knowledge of which tables and which fields from those they need for a specific task.
I am now trying to make that choice somewhat easier for the user by letting him, like, choose from a Dropdown list an
entry like "material document / invoice document" or whatever and I want to give the user the names of all the tables (and
the fields therein) that might be relevant - true, the user will then still need to know which of those he actually needs,
probably never all, dependent on company-specific design rules, but the GUI will look a bit nicer if we can give the
user a list of tables (and fields therein) to drag&drop into a workarea the fields/ tables he/she really needs.
It does not really matter whether such listings of that kind exist within the SAP system or somewhere else - in the latter case I will just sort of type them up in a small ABAP program.
Thanks a lot!
Best regards,
Sapperdapper