cancel
Showing results for 
Search instead for 
Did you mean: 

Error in using IDOC create contract

Former Member
0 Kudos

Hi experts,

I am using standard IDOC BLAORD03 to create contract,but comes across error 'Enter purchase group' as Purchase group is a mandatory filed,but in my IDOC i have value in EKGRP which is Purchase group,I look into FM IDOC_INPUT_BLAORD and found it is using BDC to update data,but EKGRP is not filled into bdc table, then how can I resolve this issue?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

For each SAP GUI screen for contract creation, the BDC data is generated with a user exit. If you look into FORM blaord_fill_batch_input_table (called in FM IDOC_INPUT_BLAORD), you will see calls to user exits, e.g. "PERFORM user_exit_003_call". Those are the exits you can implement to fill out data, such as purchasing group, that is not filled by standard codes.