2014 Feb 10 6:18 AM
Hi Experts,
I have a query on checking whether function module is documented and released.We can check this in Attributes of function module, but is there any way where we can check this through code. Is there any standard FM or table where we can give function module name and it will return result that whether particular FM is documented or released.
Please let us know any table or FM readily available for this.
Regards,
Sanjana
2014 Feb 10 6:23 AM
Check table TFDIR-FREEDATE if value is their means release else not
2014 Feb 10 6:23 AM
Check table TFDIR-FREEDATE if value is their means release else not
2014 Feb 10 6:29 AM
Hi,
You can use TFDIR-FREEDATE field to check whether document is released or not. If it is initial, it means function module is unreleased.
Regarding documentation, there is no short cut method. You have to do the following thing use 'READ_TEXT' with
Text ID = FU "Function module
Text object = DOKU "Online Documentation
TEXT NAME = FUNCTION MODULE NAME.
Regards,
DPM