Hallo everyone,
I want the composition data of specifications (For example nutrition value composition - SAP_RMS_1012_005) for specifications. The values for the different composition are available in the table ESTVP.
i supose that I can read these compositions with the C1F2_SUBSTANCES_READ. But I am struck with passing parameters for this function mudule.
I gave the following parameters to the FM:
I_SCENAIO - 01
I_FLG_PROPERTIES = 'X'
I_FLG_PROP_DATA ='X'
I_FLG_PROP_COMP='X'
X_API_HEADER_TAB - a single specification key for the field SUBID
when i run the FM I get internal program error. Could someone please help me out?
Thanks