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

problem in type group

Former Member
0 Likes
860

hi,

i created one function module, i used one type group. that type group is copy of the standard type group. now when i am assigning that type group to one parameter in my function module it is giving the error " Type ZUSTY_T_AGR is unknown". how to solve my problem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
833

HI,

have u written the statement <b>TYPE-POOLS:ZUSTY</b>.AT BTHE BEGINNING OF THE PROGRAM TO INCLUDE THE TYPE GROUP TO UR PROGRAM.

RGDS,

BHARAT.

5 REPLIES 5
Read only

Former Member
0 Likes
833

Hi

Declare that Type Group in the MAIN program of the Includes Where other includes are defined for that function group.

Make sure that you have copied that TYPE group correctly and used.

Reward points for useful Answers

Regards

Anji

Read only

Former Member
0 Likes
833

Hi,

may be this is declared in the top include. activate both FM and top include together.

The problem is that you are using a TYPE that has not be defined in your program, but in a TYPE Group or Type Pool. You need to reference the TYPE group when using that type. If you drill into the TYpe group statement above, you can see all of the types that are included in it

<b>Reward points</b>

Regards

Read only

former_member508729
Active Participant
0 Likes
833

Hi Mukka,

If you are using standard type group then why dont you assign it directly.

Regards,

Ashutosh

Reward points if helpfull

Read only

0 Likes
833

because that function group package is different and my function module package is different. even also it is possible then tell me the steps.

Read only

Former Member
0 Likes
834

HI,

have u written the statement <b>TYPE-POOLS:ZUSTY</b>.AT BTHE BEGINNING OF THE PROGRAM TO INCLUDE THE TYPE GROUP TO UR PROGRAM.

RGDS,

BHARAT.