‎2008 May 14 6:29 AM
Hi All,
I am writing the bapi at developement server and transporting it to the quality it it working fine in quality
but if I want to make any changes in function module or in bapi
at development and transporting that bapi only with the same function group as previous it is giving error at quality while excecuting it
but if I make new function group at the time of making changes in bapi at devlopment my problem is solved
My query is do we need to create function group every time while making changes in the bapi at develoment
Is there any method to do so without changing function group
Helpful answer will definatly rewarded
Regards
Shashikant
‎2008 May 14 6:32 AM
absolutely not....
once you have created a FM in a function group and transported it, all subsequent changes to the function module are saved within the same function group.
It seems strange that your FM is working only if you put it in a different function group. You can probably debug in your quality system to check why it is not working there.
could you share what kind of changes you are doing to the FM after which it is not working in the system. What is the error that you get in quality system...is it some syntax error or a runtime error ....what is it?
Provide some more details to understand the problem better
Edited by: Priyank Jain on May 14, 2008 1:33 AM
‎2008 May 14 6:32 AM
absolutely not....
once you have created a FM in a function group and transported it, all subsequent changes to the function module are saved within the same function group.
It seems strange that your FM is working only if you put it in a different function group. You can probably debug in your quality system to check why it is not working there.
could you share what kind of changes you are doing to the FM after which it is not working in the system. What is the error that you get in quality system...is it some syntax error or a runtime error ....what is it?
Provide some more details to understand the problem better
Edited by: Priyank Jain on May 14, 2008 1:33 AM
‎2008 May 14 6:52 AM
every function module is LZ......Name of function group....TOP
LZ....name of functuion group...UXX
these are the include program which are related with the function group which coresponds to different request
system allows me to activate the LZ......Name of function group....TOP this include but does not allow me to activate
LZ....name of functuion group...UXX in my new request
Thats why I have to make new function group n cannot use the old function group
pl suggest me how can I overcome the same problem
Regards
Shashikant
‎2008 May 14 7:05 AM
what is the error message you get while trying to activate the include....
sometimes there is a problem when you activate these includes one by one....
try to activate them all together....means when you get a list of these includes to activate...select all the includes of the function group and then activate them....probably it will solve your problem....if not...please share what is the error message you get while activating
‎2008 May 14 7:15 AM
It is saying that this include is belong to function library and cannot be change
‎2008 May 14 7:59 AM
probably you can create a new include for whatever data declarations you might have to do.....and activate it without changing the standard one....it should solve your problem for the moment at least
‎2008 May 14 8:25 AM
I have already solved my proble for the moment by changing whole function group
But I wanted to know reson behind it wat to do exactly
if sam problem is occuring
Regards
Shashikant
‎2008 May 14 10:55 AM
this is really strange....i have created FMs and transported them and changed them so many times and not once have i seen this problem....i have never had to change the function group.....
what kind of changes are you making to the function module includes?