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

Modification of standard include program

Former Member
0 Likes
1,055

Hi,

we can modify the standard include program..?

It is allowing to modify. Include - LCOMKF5H for if already any po is there for particular PR. it will throw information message "A purchase order already exists for purchase requisition"

now i have changed this as error message. is it create any problem in production server.bcas it is in quality onnly now.

Please,give me the valid suggestion.

Points will be given for valid suggestion.

Regards,

Nandha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
606

hi Nandha,

The modification you have done would impact the programs which uses the include LCOMKF5H. Also, you can check these touch-points by using a 'where-used-list' check for the mentioned include.

Hope this answers you concerns.

Sajan.

3 REPLIES 3
Read only

Former Member
0 Likes
606

modifying standard sap code, can be done only with the key. only problem with it is that... if any upgrades are done, they will not be reflected in the modified code.

thats why not recommended

regards,

Sandeep Josyula

Read only

0 Likes
606

Hi,

My question is it won't affect the any programs other than this. just modifying the message type now.

Regards,

Nandha

Read only

Former Member
0 Likes
607

hi Nandha,

The modification you have done would impact the programs which uses the include LCOMKF5H. Also, you can check these touch-points by using a 'where-used-list' check for the mentioned include.

Hope this answers you concerns.

Sajan.