‎2009 Oct 26 5:38 AM
Hi.
Is it possible to download documentation from data elements of particular package as one file?
‎2009 Oct 26 5:50 AM
‎2009 Oct 26 5:50 AM
‎2009 Oct 26 5:52 AM
hi,
I think it is possible to download documentation from data elements of same package. First you have to fetch data elements using the package( TADIR) and then fetch the corresponding documentation using fm DOCU_READ for the same into internal table and download it.
Regards,
Veeresh
Edited by: veereshbabu ponnada on Oct 26, 2009 11:29 AM
‎2009 Oct 26 6:11 AM
there are few FMs which you can use to read the levels:
like
Function module HR_ECM_GET_TEXT_DATA_ELEMENT
Import parameters Value
DATA_ELEMENT VBELN
Export parameters Value
DESCRIPTION Sales and Distribution Document Number
LABEL_SHORT SD Doc.
LABEL_MEDIUM Sales Document
LABEL_LONG Sales Document
LABEL_HEADING Document
IS_OK XFunction module TB_DATAELEMENT_GET_TEXTS
Import parameters Value
NAME VBELN
Export parameters Value
DESCRIPTION Sales and Distribution Document Number
LENGTH_FIELD 000010
LENGTH_HEADER 10
LENGTH_LONG 20
LENGTH_MIDDLE 15
LENGTH_SHORT 10
TEXT_HEADER Document
TEXT_LONG Sales Document
TEXT_MIDDLE Sales Document
TEXT_SHORT SD Doc.