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

Item characteristics SD

Former Member
0 Likes
647

Hello.

I am writing a SMARTFORM for SD. The standard form gets the item characteristics using the function VC_I_GET_CONFIGURATION.

The problem is that i would like this function not to bring the characteristics that are not relevant to be printed.

The print help says that only the marked as "Print relevant" characteristics will be printed but its not working as it should.

Is there any other way to configure the characteristic so the function VC_I_GET_CONFIGURATION wont bring them.

Thank you

1 ACCEPTED SOLUTION
Read only

former_member181966
Active Contributor
0 Likes
432

try with !!! parameter ANW_SICHT = 'X'

Thanks

Hello.

I am writing a SMARTFORM for SD. The standard form gets the item characteristics using the function VC_I_GET_CONFIGURATION.

The problem is that i would like this function not to bring the characteristics that are not relevant to be printed.

The print help says that only the marked as "Print relevant" characteristics will be printed but its not working as it should.

Is there any other way to configure the characteristic so the function VC_I_GET_CONFIGURATION wont bring them.

Thank you

1 REPLY 1
Read only

former_member181966
Active Contributor
0 Likes
433

try with !!! parameter ANW_SICHT = 'X'

Thanks