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

Cross-reference in ABAP-reports

Former Member
0 Likes
1,104

Hi there,

I need a report that shows me the cross-references of an ABAP-Report to other DDIC-elements. I habe the problem that I have to transport a complete package from one system to another SAP-system via transport request download/upload.

Via SE03 I added all elements of the package into this transport, but now I saw that in some elements there are some DDIC-structures and so on are used and so the content couldn't be activated in the new system becaise of the missing elements.

Because of this I need a report that shows me all cross-references a report has.

Has SAP sth. like this?

Thank you a lot.

Kind regards

Markus

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
951

Hi,

Can you please explain in a bit detail, by taking an example...

Hi there,

I need a report that shows me the cross-references of an ABAP-Report to other DDIC-elements. I habe the problem that I have to transport a complete package from one system to another SAP-system via transport request download/upload.

Via SE03 I added all elements of the package into this transport, but now I saw that in some elements there are some DDIC-structures and so on are used and so the content couldn't be activated in the new system becaise of the missing elements.

Because of this I need a report that shows me all cross-references a report has.

Has SAP sth. like this?

Thank you a lot.

Kind regards

Markus

3 REPLIES 3
Read only

Former Member
0 Likes
952

Hi,

Can you please explain in a bit detail, by taking an example...

Read only

0 Likes
951

Okay, here an example:

I want to transport development package Z_XYZ from one system to a completly different system.

So I added all contents of the package Z_XYZ into a transport request.

Now I want to import this transport request in the other system and get errors.

Possible causes for the errors are:

- In Programm Z_TEST_01 (in package Z_XYZ) uses a structure Z_STR that is in another package (not Z_XYZ)

- In Programm Z_TEST_02 (in package Z_XYZ) uses a function module that has a function group that is also located in another package (not Z_XYZ)

And so there are many other possible causes for an error while activating DDIC-elements because of missing other DDIC-elements.

I hope now it is clear why I need such a crossreference report.

Thanks a lot.

Kind regards

Markus

Read only

0 Likes
951

Hi,

You can check it through option in Application Tool Bar option 'Where used list'.

In my knowledge ther is no such option.