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: 

F1 help for documentation

Former Member
0 Kudos

hi ,

F1 help for internal table field, please let me know the process. Example: matnr for material number from mara table, i mean to say user documentation , it can understands easily for customer.

Any one have exmple code please let me know.

4 REPLIES 4

Former Member
0 Kudos

Hi if u want to display F1 on ur internal table fields,

its better u create Data element for every fields on ur internal table and then create internal table by using that data elements.

then when u press F1 on that internal table field u will see the help like any other field.

Mark points if helpful.

Regs

Manas Ranjan Panda

0 Kudos

No manas, its already there matnr, for that matnr we want to give user info. suppose matnr using two times , first u r disply this is custmet matnr, another one is plant level matnr, data element is same for both but description is diffrent.

Former Member
0 Kudos

Hi,

u can do like this,

Create new Z dataelemnet by giving same domain name which matnr has used and create like this zmatnr1,zmatnr2....like by giving the domain name.Then use it in internal table and u can also do same operation what u have used with matnr field as domain name are same .only u have to assign that.

Regs

Manas Ranjan Panda

0 Kudos

Just i informed to my TL about this procedure, we can not do like that. do we have any other procedure.