‎2008 Dec 04 7:10 AM
Hi Experts
iam working on Variant Configuration i developed a function module
but it is not giving correct answer in my custom function module i use 2 standatd function modules i think error is in those Fm.
can any one tel the similar function modules or bapis for this
CUKD_GET_XREF.
CUKD_XREF_OBJ_CHARC
plz reply me if there is any Fm or BAPI's similar to those
‎2008 Dec 04 7:59 AM
Function Module to fetch the Configuratin data.
CALL FUNCTION 'VC_I_GET_CONFIGURATION'
EXPORTING
instance = wa_vbrp-cuobj
language = is_nast-spras
print_sales = lc_x
TABLES
configuration = gt_tkomcon
EXCEPTIONS
OTHERS = 4.
‎2008 Dec 04 7:59 AM
Function Module to fetch the Configuratin data.
CALL FUNCTION 'VC_I_GET_CONFIGURATION'
EXPORTING
instance = wa_vbrp-cuobj
language = is_nast-spras
print_sales = lc_x
TABLES
configuration = gt_tkomcon
EXCEPTIONS
OTHERS = 4.
‎2008 Dec 04 8:12 AM
‎2008 Dec 10 5:12 AM