Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

function module

Former Member
0 Likes
1,004

hi,

what is the difference between this two function modules given below.

HELP_OBJECT_SHOW_FOR_FIELD and

HELP_OBJECT_SHOW

regards,

masood.

4 REPLIES 4
Read only

Former Member
0 Likes
692

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************

Read only

0 Likes
692

please dont copy the code from help.sap for points

be honest

Read only

Former Member
0 Likes
692

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

Read only

Neslinn
Participant
0 Likes
692