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

Function moduleor BAPI

Former Member
0 Likes
774

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
754

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

7 REPLIES 7
Read only

Former Member
0 Likes
755

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

Read only

0 Likes
754

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

Read only

0 Likes
754

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

Read only

0 Likes
754

It is saying that this include is belong to function library and cannot be change

Read only

0 Likes
754

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

Read only

0 Likes
754

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

Read only

0 Likes
754

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?