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 in Standard Function group ..

Former Member
0 Likes
486

Hi All,

I am Modifing a standard function group . The Changes in the code requires to change a reference of structure to new structure with additional feilds .

I have copied the structure and added the feilds in that . Now when i am activating the changes in code it shows an error of two feilds incompitable .

As the subroutine using the changed structure uses move corresponding .. i hope there wont be any problem with logic ..

My question is ..

1) What are the consequence if i activate the function group with error .. as i hope that code should work logicaly ..

if there it show dump after activation also we can revert the changes ?

in some situtation we have to activate with error ?

if some body has worked on similar situtation advice and alternative solution will be helpfull (-:

Thank You ...(-:

2 REPLIES 2
Read only

Former Member
0 Likes
439

Hi,

in this case you need to understand where the structure is being called from function grop main program, by this you will come to know the impact of the changes.

i feel that before you do the chnages to the code please analyse and take the necessary actions accordingly.

Thanks & Regards,

Rg

Read only

Former Member
0 Likes
439

missed to add..

if it is not activated, then it is syntax error and it may go dump. If you feel that it is big task to analyse the where used list of a structure, then you go-ahead the following way

first you activate and then execute your transaction, if it throws a dump then you will have a option at that moment to look into the program along with the values in the debug mode and try to resolve..in this it will help you.

Thanks & Regards,

Rg