Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

variant Configuration

Former Member
0 Likes
483

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
452
  • 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.

3 REPLIES 3
Read only

Former Member
0 Likes
453
  • 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.

Read only

0 Likes
452

Hi Thank u

i create a class is work for my created class

Read only

0 Likes
452

This message was moderated.