2007 Mar 22 3:01 PM
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
2007 Mar 22 3:04 PM
hi
check the below links for the same
http://web.mit.edu/ist/org/admincomputing/dev/abapstds/current/devstand7.html
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf
If you find useful mark the points
~~Guduri
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
2007 Mar 22 3:04 PM
hi
check the below links for the same
http://web.mit.edu/ist/org/admincomputing/dev/abapstds/current/devstand7.html
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCABA/BCABA.pdf
If you find useful mark the points
~~Guduri
2007 Mar 22 3:36 PM
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.
2007 Mar 22 4:41 PM
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