2006 Dec 04 1:06 PM
Hi all,
I need to disable PNP authority check, so I also need to perform authority check by hand.
The question is: Is it possible to get the IT list declared for the report (with INFOTYPES statement)?
Another question: is it possible to get the subtype list from a infotype in a report?
Regards,
Angel Cepa
2006 Dec 04 1:23 PM
>> Is it possible to get the IT list declared for the report (with INFOTYPES statement)?
I doubt.. when you use the INFOTYPES statement the system internaly makes the itabs available during the runtime..
you can probably try to read the source code of the program & parse the INFOTYPES statement to get a list of the declared infotypes.. but that would be cumbersome...what exactly is your reqt?
You can get a list of Subtypes by doing a SELECT on the Table T591A.
~Suresh
2006 Dec 04 1:23 PM
>> Is it possible to get the IT list declared for the report (with INFOTYPES statement)?
I doubt.. when you use the INFOTYPES statement the system internaly makes the itabs available during the runtime..
you can probably try to read the source code of the program & parse the INFOTYPES statement to get a list of the declared infotypes.. but that would be cumbersome...what exactly is your reqt?
You can get a list of Subtypes by doing a SELECT on the Table T591A.
~Suresh