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

F1 help for documentation

Former Member
0 Likes
431

Hai, IF one field is there like matnr , we want to give information like "Material number from mara table" i mean we want to give user information that needs to understand customer clearly. using alvs am doing report, can any one have example code?? please let me know. thank you

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
374

Hai,

if you use standard data elements and/or DDDIC structures for the fields displayed in ALV, you get everything defined in the standard by default.

If the documentation defined in the standard is not sufficient for your needs, you may add screen-specific additional documentation: After F1 and the display of standard help, press F7 and follow the steps for additional documentation.

For user-defined fields, the best is to create and use an appropriate DDIC data element and supply the documentation there. Then, whereever you use it (selection screen field, grid or list output and son on), full doumentation is available. You don't have to do by programming, sorry.

Regards,

Clemens

Read only

santhosh_patil
Contributor
0 Likes
374

Hi,,

Try with FM

DOCU_MAINTAIN_FROM_F1_HELP

DOCU_GET_FOR_F1HELP

DOC_DISPLAY_ADD_F1_HELP

DOC_DISPLAY_F1HELP

-


santhosh