Skip to Content
Author's profile photo Nanda Anantha

Display Transformation Metadata

Purpose:

While transporting developed objects from one system to another system, transport request might fail due to following reason (for example)

  • Dependent objects missed or inactive in target system

Error details would be more technical format as like below

Routine set to inactive N6LZSYWU4B5BM8TBEHHQX493

Here we don’t know what is N6LZSYWU4B5BM8TBEHHQX493 and which routine it is.

In such a case to see Meta data for one particular TRANSFORMATION use following ABAP program

RSTRAN_DDIS

1 Execute RSTRAN_DDIS
2 Provide Transformation ID and Execute

In next window, it will display the Meta data for given transformation.

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.