‎2012 Feb 08 6:25 AM
Hi Friends,
I want to change 'LQEEMF9A' include program how is it possible please help me any body.
This is standard include program in qe01 based thi code is ECC 6.0 in
Originalwert immer merken
note 1525724
IF QAMKR-STEUERKZ(1) = 'X'.
QAMKR-ORIGINAL_INPUT = QAQEE-SUMPLUS.
ENDIF.
this is not working in my screen
i want to only
Originalwert immer merken
QAMKR-ORIGINAL_INPUT = QAQEE-SUMPLUS.
Regards.
Sreelakshmi
‎2012 Feb 08 6:37 AM
Hi,
I did not find the old code in my system ( IF QAMKR-STEUERKZ(1) = 'X') , not sure you are having current patch are updated in your system or this is a part of change of note 1525724 . Now you have to create an implicit enhancement at FORM INPUT_PROC_0202 or you can hard code with use of sap key but this is not at all best practice. I feel you should try with implicit enhancement.
‎2012 Feb 08 6:38 AM
Since this is a standard program,first you have to make sure with functional consultant
that the additional condition is not needed.
Then you have 2 options to go ahead.
1) Take access key and comment the condition.
2) Check for some implicit enhancement point in that program and pass the value there.
‎2012 Feb 08 6:40 AM
Hi SreeLakshmi,
To modify the standard include you need Access key. Ask your basis person to give key.
Or
You can create enhancement.
For this, put the include in display mode and then select enhance(shift+F4) option and create enhancement.
Regards,
Supriya.
‎2012 Feb 08 7:10 AM
Hi,
Like everybody told using access key we can change mode of standard program from display to change where you can write your own logic.
finding your own enhancement where you can implement your logic which will reflect in the standard include program.
And try to use enhancement spots with which you can place the code in standard program.
Regards,
Goutam Kolluru.