‎2006 Nov 08 7:01 AM
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
‎2006 Nov 08 8:11 AM
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
‎2006 Nov 08 8:33 AM
Hi,,
Try with FM
DOCU_MAINTAIN_FROM_F1_HELP
DOCU_GET_FOR_F1HELP
DOC_DISPLAY_ADD_F1_HELP
DOC_DISPLAY_F1HELP
-
santhosh