Application Development 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: 

How to clear the value of variable declared with STATICS keyword in FM?

Former Member
0 Kudos

Hi All,

I am using a standard CRM FM:CRM_CLA_RES_UPDATE_FM in that a STATICS variable is declared. In my code this STATICS varible value is populating. Iam to clear that Varible.

How to do that.

Thanks and Regards,

Shabeer Ahmed,

3 REPLIES 3

Former Member
0 Kudos

Shabir,

It's a standard FM. First think again and again that you really need to change the variable value.

Search for enhancement points and make change according to your need with some conditions.

Thanks

0 Kudos

If you have 6.0 or up version then you will have a spiral button for your ABAP editor in you application toolbar. this is to find enhancements provided to you for standard programs. if you click on this you will get the enhancement points which you can identify and use accordingly to change/edit your STATICS variable content.

if not, then you'll probably have to write to OSS , if you can open the code and do the required correction.

0 Kudos

I know how to implement the enhancement the standard function module. But my Issues is as the same FM is using the Standard functionality also we are acheiving the standard functionalty in our appplication for that we are also using the same FM. But in standard process that STATICS varible getting clear some where.

Thanks and Regards,

Shabeer Ahmed.