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

What does this statement means?

Former Member
0 Likes
737

Hi all,

Can anyone please tell me what is meant by the following statement?

(The following statements are in method : IF_BSP_CONTROLLER~HANDLE_EVENT of the class CL_BSP_CONTROLLER2.

HTMLB_EVENT

HTMLB_EVENT_EX

GLOBAL_MESSAGES

Kindly tell me what is meant by O:379*\ in the above statement.

Regards,

Vijay

**********REPLIES WILL SURELY BE REWARDED*********

6 REPLIES 6
Read only

Former Member
0 Likes
693

I think it's only a tag the system assign to the object created.

Read only

Former Member
0 Likes
693

Please post this in BSP forum to get good answers

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
693

I assume that you are seeing these values in the debugger. These are representations of the object reference memory areas. For example, the HTMLB_EVENT is an object reference which points to some memory area on the system. The value is simply stating that the object reference has not been instansiated, the others have. The O:379 is just a representation of the memory area. Double click it and you can see the object attributes.

Regards,

Rich Heilman

Read only

0 Likes
693

Hi all,

Can anyone please tell me if there is any way to set the values of a variable which get set as follows:

LR_FRAME_COM :

Regards,

Vijay

********REPLIES WILL DEFINETELY BE REWARDED**********

Read only

0 Likes
693

This value is an object reference and you do not set it explicitly. This variable gets this pointer when you use the CREATE OBJECT statement.

Regards,

Rich Heilman

Read only

0 Likes
693

Hi Rich,

Thanks a lot for your time . The actual requirement is as follows:

I am not able to solve the problem. Please guide me.

There is a screen element SRMS .

When we set the screen element as SRMS by opening the transaction crmc_blueprint_c and then Application Layout->Define Application Layout we get a pop up for the Application . I give the application as crmm_account.

Then a list is shown . In the list if I give the screen element as SRMS , I am able to get a new row when I click on the button "New" in the URL for PCUI.

But if I change the screen element as SRME I am not able to get the new row when i click on the button "New" in the URL for PCUI.

The requirement is that the new row must be added for screen element SRME.

Kindly guide me on the above .

Thanks a lot for your time and reply!!!!Please reply!!!!

Thanking you once again!!!!

Regards,

Vijay