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

RE: change standard include program

Former Member
0 Likes
1,000

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

4 REPLIES 4
Read only

Former Member
0 Likes
854

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.

Read only

GauthamV
Active Contributor
0 Likes
854

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.

Read only

Former Member
0 Likes
854

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.

Read only

Former Member
0 Likes
854

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.