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

Regarding Include which is generated during function module

deepak_dhamat
Active Contributor
0 Likes
1,195

hi ,

IN quality there is include LCFBTT12 which is standard include generated during creation of function module "CF_BT_CO_FHM_READ_FROM_DB".

but in production we are not able to find this include ,whereas there is function module .

but now in program where it is used is giving error that include report not found LCFBTT12 .

i want to know how this include is deleted from system .

is there any option to know this ?.

regards

Deepak.

8 REPLIES 8
Read only

Former Member
0 Likes
1,060

Deepak,

I have checked in ECC6.0 & couldn't find the include LCFBTT12 in function group "CFBT". the include doesn't exist in ECC system at all & i don't see any error in function group.

Which version are you using?

Regards,

Sudhakar

Read only

0 Likes
1,060

It seems this include was there in in prior version but not in ECC6. If you run prepare as part of upgrade then you might lost this include. There is way to keep the include even after prepare so that transactions using this include do not fail in old versions.

Read only

0 Likes
1,060

hi ,

Thanks For reply ,

Though the problem has been resolved by SAP .

They have retrived that Include in 4.7 version . ..

Regards

Deepak.

Edited by: Deepak Dhamat on Oct 12, 2010 6:23 AM

Read only

0 Likes
1,060

hi,

can you write down how SAP has solved the problem. We use 4.7 and have lost the generated members in one of our systems, not in all. And we want to know what we have done to lose the include-members in one systen only.

Thanks

Read only

0 Likes
1,060

We reproduced the problem in a sandbox. It happens after running the SPUMG "additional preparation steps" jobs. I don't know what specific job deletes the include LCFBTT12, or if it's the only include deleted.

In QA, we "resolved" the problem by transporting the whole CFBT function module from another 4.7 system, but I don't like this approach because the FM contains many more objects. Does anybody know of a way to transport the include only?

At this point we have an open ticket with SAP and are waiting for a response.

Carlos

Read only

0 Likes
1,060

Hi all,

we solved the problem described in OSS-No. 73344 by starting Report RE_TESTREPORT_GENERATE_GROUP.

Hope it is helpful.

Read only

0 Likes
1,060

Hi Hartmut ,

Thank you very much for reply as , it will really help this every one .

Regards

Deepak.

Read only

0 Likes
1,060

Hi all,

I know this is an old thread, but just wanted to add we had this issue as well, with the LCFBTT12 include during the SPUMG "additional preparation steps." We are running 4.7 and SAP_BASIS level 620, Level 68.

We did not have this problem in any of our testing systems, so it only happened during production, and caused alot of short dumps. This thread was alot of help in quickly identifying the problem.

One other note that was relevant to this issue: 1457258

SAP support was able to resolve the issue, and here were their instructions. (Moderators feel free to remove this if it is not appropriate to post message information here):

Include "LCFBTT12" belongs to old generated test frame for a function

module in function group CFBT. This old generated test report is not

used anymore and can be deleted.

Please run report RS_TESTREPORT_DELETE_ONLINE and after that report

RS_TEST_REPORT_GENERATE_JOB as described in note 931824. This should

solve the problem.