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

figure out SPRO Customizing View

Former Member
0 Likes
4,688

Hello everybody,

as I try to avoid many clicks to find a special table in SPRO, i prefer to maintain the customizing table via SM34.

In a special case I have a customizing table which consists of several nested views. Does anybody know how to find out, the name of the "super"-view.

With other word: The entries in SPRO must be defined; where are the SPRO Entries maintained. Here I  guess I ca fiend the super-view.

Transaktions can be maintained in SE93; but where ist SPRO maintained?

Thanks

Regards

Mario

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,414

Hi Mario,

If I understand your question correctly, you can find the information you need in SPRO by selecting the IMG node and choosing Edit -> Display IMG activity.

Here on the tab Maint.objects you can find the name of the table or view cluster which you can then enter directly in SM34.

Regards,

Nick

Hello everybody,

as I try to avoid many clicks to find a special table in SPRO, i prefer to maintain the customizing table via SM34.

In a special case I have a customizing table which consists of several nested views. Does anybody know how to find out, the name of the "super"-view.

With other word: The entries in SPRO must be defined; where are the SPRO Entries maintained. Here I  guess I ca fiend the super-view.

Transaktions can be maintained in SE93; but where ist SPRO maintained?

Thanks

Regards

Mario

2 REPLIES 2
Read only

Former Member
0 Likes
2,415

Hi Mario,

If I understand your question correctly, you can find the information you need in SPRO by selecting the IMG node and choosing Edit -> Display IMG activity.

Here on the tab Maint.objects you can find the name of the table or view cluster which you can then enter directly in SM34.

Regards,

Nick

Read only

Former Member
0 Likes
2,414

Hi,

Nick has already given you the navigation link.

SPRO transactions are maintained in SE93 .

For example : Transaction OLMW. ( separate node )

1)  Open the transaction in SE93 , you will get the program name and screen no.

  Program Name :   RMIMGDIRECTOLMW

   Screen Number :   1000

2) Double click on the program RMIMGDIRECTOLMW . You will see the following code :

     call function 'STREE_EXTERNAL_DISPLAY'

        exporting

             structure_id          = '71EEC682D398D2118B600060B03CA329'

             language              = sy-langu.


So where do you get structure_id.  It is the name of the node in SPRO.


3)  Go to SIMGH transaction. Press F4 and put the transaction text "Valuation and Account Assignment" , followed by execute. Go to Utilities->Display Object Directory Entry . The object directory will show you the structure id  '71EEC682D398D2118B600060B03CA329'.


Regards,

DPM