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

Creating Z function group using SAPLF040

Former Member
0 Likes
2,203

Dear Experts,

I want to create a Custom Z function group from Standard Function group SAPLF040.

While doing this custom Z function module is not getting activated and giving error as "T_VBKPF_VWF is not defind in this function group"

System Details:

SAP ECC6

Kindly Give your suggestions

Thanks in advance

Regards,

Sumit

11 REPLIES 11
Read only

vinoth_aruldass
Contributor
0 Likes
1,809

hi,

goto se80 take your standard function group do copy to zfunction group.. on first tree right click and activate it...

hope it helps,

Vinoth

Read only

Former Member
0 Likes
1,809

hi,

Check all your function module under your Function group are error free..

cause, if your FM are having errors menas, you cannot activate your Function group for sure..

if its all error free, then you can activate your Function group in SE80, by double clicking it  then activate it by right clicking it..

thanks,

Mathan R,.

Read only

Former Member
0 Likes
1,809

Dear Experts,

I am following same process but while activating it is showing error.

Read only

0 Likes
1,809

hi,

whether your FM is not getting activated or your Function group..???

give us some detailed info please..

thanks,

Mathan R.

Read only

0 Likes
1,809

hi ,

paste your error here..

Read only

kakshat
Product and Topic Expert
Product and Topic Expert
0 Likes
1,809

Hi Sumit,

Did you check what kind of an object T_VBKPF_VWF is in the source system? Maybe it's an object used by the function group but lying outside of it and since you would have copied only the objects that are contained in the function group, it would not have got copied. This is one of the repercussions when you try to create replicas of standard objects.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,809

Was you first step the copy of TOP (always) and Fxx (if required) includes from original function group to customer function group followed by an activation, if yes you cold have kept every global defintion used in original FG and those would have been available for your own FMs.

Regards,

Raymond

Read only

0 Likes
1,809

Hi Raymond,

First have copied all function group objects,but still it is show error

I found some mistake there,when we are copying all this function group into customer Z function group ,this function modules include programs missing.I mean function modules missing his own include program.It includes others function modules include program.

kindly suggest solution,how to copy this one.

thanks in advance

Regards,

Arjun

Read only

0 Likes
1,809

remenber that you have to rename function modules that you copy (there can not be 2 fm with the same name in system)

Else you could try a "repair" of the function group.

Regards,
Raymond

Read only

0 Likes
1,809

Hi Raymond,

  You are right ,i did same process.I have rename have function modules name,but when i am activating it,showing T_VBKPF_VWF this table is not defined.Because of there function modules include programs is missing.

If is possible for you,can you copy in your system and check it.it will shows same error.

Its urgent.

Thanks,

Arjun

Read only

0 Likes
1,809

before this, try to navigate in original function module to the definition of this table/table type to identify  include or statement like type-pools and from there the missing inclide or statements in the copied function group.

Regards,

Raymond