cancel
Showing results for 
Search instead for 
Did you mean: 

sales order characteristics

Former Member
0 Kudos

Hi friend ,

Iam developing a new report to display all the sales order characteristics , Is there any function module or tables to get the characteristics( i.e grade thickness width finish etc..) for a sales order given on selection screen.

point will be rewarded.

with regards,

prasad.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try this function module

CALL FUNCTION 'VC_I_GET_CONFIGURATION'

EXPORTING

instance = vbap(internal table)-cuobj

  • BUSINESS_OBJECT =

language = sy-langu

TABLES

configuration = it_conf3

  • CONFIGURATION_IDOC =

EXCEPTIONS

instance_not_found = 1

internal_error = 2

no_class_allocation = 3

instance_not_valid = 4

OTHERS = 5.

Answers (0)