cancel
Showing results for 
Search instead for 
Did you mean: 

Proc. Stat. KBSTAT Field in Condition Idoc COND_A

Former Member
0 Kudos

Hello Experts,

We are using ALE to distribute sales pricing conditions (vk13) from SAP ERP to our ecommerce portal. We use the field KOMG-KBSTAT (Processing status for conditions) to indicate if a pricing condition is released for customer use or not.

However the ALE idocs  COND_A does not have this field. Does anyone know any other field that indicates this?

Thank you for you help.

Regards,

Salai.

Accepted Solutions (0)

Answers (1)

Answers (1)

shashi_thakur
Contributor
0 Kudos

Hi Salai,

The field KBSTAT currently is not part of the idoc. If you wish to use it then you will have to extend the Idoc and use the user-exit to fill the same. If the target system is also an SAP system, then you will also have to write a suitable code to use this field on arrival there.

Regards,

Shashi Thakur

Former Member
0 Kudos

Can you please share the user exit that can be used to extend the Idoc.

I checked EXIT_SAPLVKOE_002 , but here the idoc extension is not available in import parameters fpr validation. IDOC_CIMTYPE is however in export parameters .

Do we need to populate IDOC_CIMTYPE with the value of extension then ?

Cheers

Abhishek

shashi_thakur
Contributor
0 Kudos

Hi Abhishek,

Idoc extension is an independent activity. Once you have created the Idoc extension and updated the necessary ALE configuration including Partner Profile, then the extension will be available in the exit for modification. Please search the forum for Idoc extension steps and you will get several references.

Regards,

Shashi Thakur