Hello,
I’m trying to find a way to get all archive keys that are VALID for a given archive object OIJ_NOMIN. O4T8 has a popup that allows you to select whatever archive files you want. I found a way to bypass the popup by sending FM ARCHIVE_OPEN_FOR_READ a table of the archive keys (archive_files parameter). However, it’s unclear how I can determine VALID archive keys (ARCHIV_KEY) from ADMI_FILES / ADMI_RUN tables. If you send the FM a valid ARCHIV_KEY and any of the other archive keys are not valid, it will completely fail instead of returning data for the valid archive keys only. How do I get ALL the archive data from validly archived files for an archive object?? All I want is to get the internal table that results from the popup + selecting all archive files! But there is no FM or clear relationship between those tables that returns the keys that are found in the popup for archive selection. And the popup code is very confusing.
Thanks,
Kevin