2014 Feb 28 8:32 AM
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
2014 Feb 28 9:12 AM
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
2014 Feb 28 9:12 AM
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
2014 Feb 28 10:55 AM
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