Skip to Content
0
Former Member
Jul 25, 2005 at 09:32 AM

Views Problem in MM01 BDC

384 Views

I Am Making The Use Of These Three FM

T130M_SINGLE_READ

BILDSEQUENZ_IDENTIFY

SELECTION_VIEWS_FIND

CALL FUNCTION 'T130M_SINGLE_READ'

EXPORTING

TCODE = 'MM01'

IMPORTING

WT130M = T130

CALL FUNCTION 'BILDSEQUENZ_IDENTIFY'

EXPORTING

TCODE_REF = T130-TRREF

KZRFB = 'X'

IMPORTING

BILDSEQUENZ = SEQ

CALL FUNCTION 'SELECTION_VIEWS_FIND'

EXPORTING

BILDSEQUENZ = SEQ

PFLEGESTATUS = T130-PSTAT

TABLES

BILDTAB = BILDTAB

At The End I am Getting This BILDTAB Table Where i have the sequence of Views in a particular order . But how Can I get The Changing Seq of views For Different Material Type.