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

Value to the variable help_infos-call

Former Member
0 Likes
647

When i get into transaction VV11 after entering the outut type, I press /h to get into debug mode and then click F-4 for selecting plant, in debugging mode, i see automatically the value of help_infos-call as 'M' . Where does help-infos gets the value from?

the same program in development server shows the value of help_infos-call as 'V'.

As in the starting itself the value has been fetched, i couldnt debug how the value is coming.

Please help.

Regards

Sachin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
545

Dear Sachin,

These values are store in the global memory. It would be same across the system. It is very much similar to ....

For example if you create a PO and then go the to change the PO tramsaction, it would be defaulted with the recent PO created. This is possible/managed by the global memory variables.

For your reference

http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm

Reward points if helpful

Thanks

Damodar

When i get into transaction VV11 after entering the outut type, I press /h to get into debug mode and then click F-4 for selecting plant, in debugging mode, i see automatically the value of help_infos-call as 'M' . Where does help-infos gets the value from?

the same program in development server shows the value of help_infos-call as 'V'.

As in the starting itself the value has been fetched, i couldnt debug how the value is coming.

Please help.

Regards

Sachin

2 REPLIES 2
Read only

Former Member
0 Likes
546

Dear Sachin,

These values are store in the global memory. It would be same across the system. It is very much similar to ....

For example if you create a PO and then go the to change the PO tramsaction, it would be defaulted with the recent PO created. This is possible/managed by the global memory variables.

For your reference

http://help.sap.com/saphelp_47x200/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm

Reward points if helpful

Thanks

Damodar

Read only

SagarSontakke
Active Participant
0 Likes
545

Hello Sachin,

I am facing the same problem. How did you solve this?

Regards,

Sagar