Card_table_select_lines

Can any one explain me this function module?
What it has to do with characteristics of configuration materials?
Thanks

I see the example bellow.
But I am still not clear what it is.
What is P_TAB?, the table that I need to pass in
and same for I_CHAR_VAL and I_VAR_TAB_N
I understand this FM is used to get characteristics values right?
CALL FUNCTION 'CARD_TABLE_SELECT_LINES'
EXPORTING
VAR_TAB = P_TAB "table name
FL_WITH_ENTRIES = C_X
TABLES
SELECT_WHERE_VALUES = I_CHAR_VAL "Char Values
VAR_TAB_ENTRIES = I_VAR_TAB_N
EXCEPTIONS
WARNING = 1
ERROR = 2
OTHERS = 3.
IF SY-SUBRC <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
SORT I_VAR_TAB_N BY VTLINNOINT.

Similar Messages

  • Pulling Variant Configurator's object dependencies

    hello friends
    could someone please let me know if there are any BAPIs that can pull VC's object dependencies.
    Any comments or feedback on this will be highly appreciated.
    Thanks
    Ram

    All the function modules below are related to object dependency and variant configurations. Please reward points is useful
    CARD_CLASS_CHAR_READ_ALLOC    
    CARD_CLASS_CHAR_READ_DEP      
    CARD_CLASS_CHAR_VAL_READ_ALLOC
    CARD_CLASS_CHAR_VAL_READ_DEP  
    CARD_CLASS_READ               
    CARD_CLASS_READ_ALLOC         
    CARD_CLASS_READ_ATTR          
    CARD_CLASS_READ_CHARACTS      
    CARD_CLASS_READ_DEP           
    CARD_CHARACTERISTIC_READ      
    CARD_CHAR_READ_ALLOC          
    CARD_CHAR_READ_ALLOC_CLASS    
    CARD_CHAR_READ_DEP            
    CARD_CHAR_VAL_READ_ALLOC      
    CARD_CHAR_VAL_READ_DEP        
    CARD_CNET_CONSTRAINT_READ     
    CARD_CONSTRAINT_NET_READ      
    CARD_CON_PROFILE_READ         
    CARD_TABLE_SELECT_LINES       
    CARD_DEPENDENCY_READ           
    CARD_GET_ALL_DEPENDENCIES      
    CARD_FUNCTION_READ             
    CARD_TABLE_READ_ENTRIES        
    CARD_TABLE_READ_STRUCTURE

Maybe you are looking for