cancel
Showing results for 
Search instead for 
Did you mean: 

Form Interface "YT_VBRK" is not a pre-defined type or a type from a ty

Former Member
0 Kudos

hi.

i am getting an error :Form Interface "YT_VBRK" is not a pre-defined type or a type from a type group.

i declared in types

TYPES : Yt_VBRK TYPE VBRK,

Yt_VBRP type VBRP.

can any one tell me the solution

and pls tell me how to create a table typr.pls......

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thnks

Former Member
0 Kudos

any parameter in INTERFACE , you must refer to a exist object

so in your case ,you can create the structure in SE11 instead of your TYPE, then refer to the structure

Former Member
0 Kudos

Please go through the help.sap online and get your basics right to create a table type or you can search in SDN about this.

Search before posting a question.