cancel
Showing results for 
Search instead for 
Did you mean: 

Access to SRM Variable

Former Member
0 Kudos

Hi Folks,

Hopefully someone here can help me out. I have been struggling with this for days!

SE80

Web Dynpro: /SAPSRM/WDC_DODC_SC_I_SOS

View: V_DODC_SC_I_SOS

Tab: Layout

Tree View: ROOTUIELEMENTCONTAINER>STANDARD_FIELDS>SOS_CONTAINER>SOS_TABLE>SOS_TABLE_DESCRIPTION [Columns]

Property: Visible

Value: V_DODC_SC_I_SOS.ACTIVE.ACTIVE_LOC

Now Goto:

Tab: Methods

Method: WDDOINIT

Here is my question. I wish to set the value V_DODC_SC_I_SOS.ACTIVE.ACTIVE_LOC in an enhancement. I am trying to debug this to test if it works but I can not get access to V_DODC_SC_I_SOS.ACTIVE.ACTIVE_LOC even in debug.

Can someone tell me how I can reach this value please?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Continuing in [ABAP Objects Forum|;

Former Member
0 Kudos

[Variable Path|http://img59.imageshack.us/i/variable.png/]

After using Dark Knight's helpful hint I was able to identify the variable.

If I need to set the variable that is highlighted in the image (ACTIVE_LOC), what is the code that I will need to use to do that?

Thanks for the help,

Colm

Former Member
0 Kudos

[Debugging Web Dynpro ABAP Applications|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/74d50bd1431b5ae10000000a42189c/content.htm] has the information I needed but I wouldn't have even known about it only for you Dark Knight, thank you!

Now my issue is that I can't seem view that variable, even in debug, but that is an issue for me to sort out I think. Thank You