‎2007 Jun 22 6:58 AM
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.
‎2007 Jun 22 7:02 AM
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.
‎2007 Jun 22 7:00 AM
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
‎2007 Jun 22 7:01 AM
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
‎2007 Jun 22 7:01 AM
Hi Mukka,
If you are using standard type group then why dont you assign it directly.
Regards,
Ashutosh
Reward points if helpfull
‎2007 Jun 22 7:20 AM
because that function group package is different and my function module package is different. even also it is possible then tell me the steps.
‎2007 Jun 22 7:02 AM
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.