cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with FM CRMXIF_ORDER_SAVE

Former Member
0 Kudos

Ladies and Gentlemen,

I'm experiencing problems when trying to create an Opportunity in CRM using the Function CRMXIF_ORDER_SAVE.

I am calling the function from with the CRM system. As I only require the Opportunity Header to be created, I am populating the following segments in the Data Structure:

  • Orderadm

  • Opportunity

  • Partner

  • Pricing

The when executing the program calling this function, the FM returns successfully, but no return message is presented back. The following BAPI_TRANSACTION_COMMIT does not find anything to post. Could someone identify from this information, is there a key structure is not being populated that could prevent the opportunity from being created?

Please note that I am doing the following:

- I am not using a BDOC, I am simply populating the Data Structure with the required values

- For every field that I am populating values for, I am populating the corresponding field value 'X' in the input_fields structure associated with the data structure.

In short, any ideas why the opportunity is not being created? Do I need to enter a '?' or someother placeholder in the GUID field?

I'm all out of thoughts. Any assistance will be greatly appreciated and points will be awarded.

Regards,

Steve

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Wasn't populating the segment DATAX field.