Application Development 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: 

How to select classification (line item in Contract)

Former Member
0 Kudos

Hi

In the material master data (Basic data2), I have maintain the cross-plant CM for characteristic. I update data in line item (push button : item details : Configuration) of contract . I don't know which table that keep information that I would like.

Regards

Wiboon

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hey man.

I think you would like to get configuration variant ,right?

ALL FUNCTION 'CUD0_GET_VAL_FROM_INSTANCE'

EXPORTING

instance = VBAP-CUOBJ

  • IMPORTING

  • TYPE_OF =

  • OWNER =

tables

attributes = it_attr

  • EXCEPTIONS

  • INSTANCE_NOT_FOUND = 1

  • OTHERS = 2

.

IF sy-subrc <> 0.

  • MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

  • WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

Have fun.

Sayan.

1 REPLY 1

Former Member
0 Kudos

Hey man.

I think you would like to get configuration variant ,right?

ALL FUNCTION 'CUD0_GET_VAL_FROM_INSTANCE'

EXPORTING

instance = VBAP-CUOBJ

  • IMPORTING

  • TYPE_OF =

  • OWNER =

tables

attributes = it_attr

  • EXCEPTIONS

  • INSTANCE_NOT_FOUND = 1

  • OTHERS = 2

.

IF sy-subrc <> 0.

  • MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

  • WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

Have fun.

Sayan.