Hi, experts.
I need your help on this:
We are facing a short dump when calling BAPI_CONTRACT_CREATE.
1. The programa that calls the BAPI uses the tables ITEM_COND_VALIDITY and ITEM_COND_VALIDITYX to set the validity of a item condition.
2. I have noticed that if I empty these two tables, the contract is created, not short dump occurs.
3. It has been happening since the Sistem upgrated to the latest EhP. Before it the program was working fine.
Here is how the values are filled in those tables:
ITEM_COND_VALIDITYX-item_no = 00010.
ITEM_COND_VALIDITYX-item_nox = c_x.
ITEM_COND_VALIDITYX-valid_from = c_x.
ITEM_COND_VALIDITYX-valid_to = c_x.
ITEM_COND_VALIDITY-item_no = 00010.
ITEM_COND_VALIDITY-valid_from = p_date_from.
ITEM_COND_VALIDITY-valid_to = p_date_to.
Do you guy have any suggestion? Also, if I want to fill the field ITEM_COND_VALIDITY-SERIAL_ID how show I do it?
Best Regards,
Alm