on 2020 Jul 16 2:57 PM
I want to fetch the TCodes in which a certain table or table field has been used.
I tried using 'RFC_READ_TABLE' FM, however, for few tables, eg. /SDF/BPM_ASTAD2, it throws an exception, 'DATA_BUFFER_EXCEEDED'. I need the data of the 'TCODE' column of this table. I also tried with 'BBP_RFC_READ_TABLE' FM, but it also threw the same error.
I also came across 'RS_INFOSYSTEM_CREATE_REQUEST' FM, while surfing through other questions, but couldn't understand the usage of the mandatory parameters.
Am I missing anything here.
Is there any other FM or program, that perhaps can provide me the where-used list for a table or a table-field in whichever TCodes it has been used?
you are searching for table CROSS ??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Frederic,
Thanks for responding.
I tried to input '/SDF/BPM_ASTAD2' in the Object Name, but it did not return me any values. '/SDF/BPM_ASTAD2' is a table
I basically need to find all the TCodes using the table or table field, but even if I can get the program or include names, I can extrapolate to get the corresponding TCodes as well.
User | Count |
---|---|
67 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.