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

Making documentation for ABAP (tables, webdynpro, etc)

Former Member
0 Likes
1,164

Hello

I have to make documentation of my code (tables, webdynpro application etc). Do You know some good tutorial and guide how to do documentation? I do not know for e.g. how to add fields into the documentation of the table (GOTO->documentation->change), could You give me some best-practice hints?

Regards and thanks in advance

Wojtek

1 ACCEPTED SOLUTION
Read only

Former Member

Hello

I have to make documentation of my code (tables, webdynpro application etc). Do You know some good tutorial and guide how to do documentation? I do not know for e.g. how to add fields into the documentation of the table (GOTO->documentation->change), could You give me some best-practice hints?

Regards and thanks in advance

Wojtek

3 REPLIES 3
Read only

Former Member
Read only

Former Member
0 Likes
828

Documentation can be and should be maintained at the individual object level. So for a table, you will have to maintain documentation for the table in SE11, Go to--> Documentation in change mode, you will have to maintain the documentation for each of the fields, you have to maintain the documentation at the data element or domain level.

Similarly for a executable program, you can maintain the documentation through SE38. For a function module, you have to maintain the documetation for the individual elements of the interface (importing, exporting, tables parameters etc) as well as the function module itself.

Read only

0 Likes
828

Hello

How can I document the webdyn pro application? Because I do not have in GOTO->documentation hightlighted. I'm quite new in the SAP system ...

Regards

Wojtek