Application Development 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: 

Documentation

Former Member
0 Kudos

Hi,

How do i add document to field which i have created.

DATA: begin_col type i,

begin_row type i,

end_col type i,

end_row type i.

PARAMETER :s_beginc Like begin_col obligatory,

s_beginr Like begin_row obligatory,

s_endcol Like end_col obligatory,

s_endrow Like end_row obligatory.

How to add f1 help to these fields.

thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check the link for all kinds of data field documentation.

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbad0435c111d1829f0000e829fbfe/content.htm

Regards,

Anirban

3 REPLIES 3

Former Member
0 Kudos

former_member182354
Contributor
0 Kudos

Hi,

Enter the documentation in corresponding Data elements.

Raghav

Former Member
0 Kudos

Hi,

Check the link for all kinds of data field documentation.

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbad0435c111d1829f0000e829fbfe/content.htm

Regards,

Anirban