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
434

Hi,

Can ony one tell me how to read data from Variant tables with out using the Function : CARD_TABLE_SELECT_LINES , This function reads the whole data of the given table . Can we read Selective data from the Variant table with out reading the whole data.

If any Docs on Variant-Configuration Performance Issue, Please send.

Thanks,

Kishore

2 REPLIES 2
Read only

Former Member
0 Likes
370

Hi

Use the following BAPI's:

BAPI_OBJCL_GETDETAIL

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

see the links

http://help.sap.com/saphelp_di46c2/helpdata/EN/d8/fa9bd49ede11d1903b0000e8a49aad/content.htm

http://help.sap.com/saphelp_ides/helpdata/en/0a/857463c87611d1a7760000e8a5f6c8/content.htm

http://www.sap-img.com/sap-sd/steps-for-sd-variant-configuration.htm

regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
370

answered