‎2007 Aug 06 10:21 AM
hi,
what is the difference between this two function modules given below.
HELP_OBJECT_SHOW_FOR_FIELD and
HELP_OBJECT_SHOW
regards,
masood.
‎2007 Aug 06 10:22 AM
Hi,
HELP_OBJECT_SHOW_FOR_FIELD
This function module displays the data element documentation for components of any structure or database table from the ABAP Dictionary. You pass the name of the component and structure or table to the import parameters FIELD and TABLE.
HELP_OBJECT_SHOW
Use this function module to display any SAPscript document. You must pass the document class (for example, TX for general texts, DE for data element documentation) and the name of the document to the import parameters DOKCLASS and DOKNAME. For technical reasons, you must also pass an empty internal table with the line type TLINE to the tables parameter of the function module.
for more information on both please refer the link below it might help you to resolve your query
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbad0435c111d1829f0000e829fbfe/content.htm
*********please reward points if the information is helpful to you************
‎2007 Aug 06 10:52 AM
‎2007 Aug 06 10:40 AM
Hi
HELP_OBJECT_SHOW_FOR_FIELD
This function module displays the data element documentation for components of any structure or database table from the ABAP Dictionary. You pass the name of the component and structure or table to the import parameters FIELD and TABLE.
HELP_OBJECT_SHOW
Use this function module to display any SAPscript document. You must pass the document class (for example, TX for general texts, DE for data element documentation) and the name of the document to the import parameters DOKCLASS and DOKNAME. For technical reasons, you must also pass an empty internal table with the line type TLINE to the tables parameter of the function module.
Please reward points if helpful
‎2007 Aug 06 10:57 AM
Refer this link.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbad0435c111d1829f0000e829fbfe/content.htm
Reward if it helps..
Regards,
Neslin.