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

Documentation from Data Elements

Former Member
0 Likes
511

Hi.

Is it possible to download documentation from data elements of particular package as one file?

1 ACCEPTED SOLUTION
Read only

former_member386202
Active Contributor
0 Likes
458

Hi,

Use transaction SE61 to download it.

Regards,

Prashant

3 REPLIES 3
Read only

former_member386202
Active Contributor
0 Likes
459

Hi,

Use transaction SE61 to download it.

Regards,

Prashant

Read only

former_member673464
Active Contributor
0 Likes
458

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

Read only

Former Member
0 Likes
458

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                           X

Function 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.