cancel
Showing results for 
Search instead for 
Did you mean: 

Deep Data Type is not allowed

Former Member
0 Kudos

hi,

Am writing this code and i am getting an error msg...

type-pools : TRWBO.

SELECTION-SCREEN BEGIN OF BLOCK b1.

PARAMETERS : p_par type TRWBO_REQUEST.

SELECTION-SCREEN end of BLOCK b1.

theerror msg being :

Deep Data Type "TRWBO_REQUEST" is not allowed

so wat am i to do to remove this..???

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

try to declare as an internal table and then in select-option define with this internal table name insted of type-pools name.

thanks,

anupama.