cancel
Showing results for 
Search instead for 
Did you mean: 

what table where i can find the errors in Sales Order

Former Member
0 Kudos

hi,

what table where i can find the errors in Sales Order. here's my situations, I need to create a abap report of CRM sales order not replicated to R/3 and show what's the error. I can't find the actual error in CRMD_ORDDERADM_H and CRMD_ORDERADM_I. I also tried calling program "CRM_ORDER_READ" but the program doesn't display/returns error's on header and item level.

please help.

earl g. faren

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

How about using function module 'CRM_MESSAGES_SEARCH'?

Other Function modules in function group 'CRM_MESSAGES' is also useful to deal with messages.

Regards,

Yohei

Answers (1)

Answers (1)

gregorw
Active Contributor
0 Kudos

Hello Earl,

please have a look at the Topic:

Regards

Gregor

Former Member
0 Kudos

hi,

what i need is a table where i can find the sales transaction errors. I'm doing a abap report to list down sales transactions with error(s). I checked the table CRMD_ORDERADM_H and CRMD_ORDERADM_I but there's no field for transaction errors.

please help me find a table where I can link the tables above to get the specific errors for a sales transactions.

thanks alot.

Former Member
0 Kudos

hello,

You can check the status of your BTX, if the document contains errors, you will have the corresponding system status in your document.

This is a way to identify your transactions with errors.

Regards,

Fred

Former Member
0 Kudos

hi,

I tried checking the status of my BTX using pgm "CRDM_ORDER_READ" but the message there only indicates "Contains error" but the actual error was not found in any of those export parameters. What I wanted to display in my report is the actual error messages let say " No changes possible without entering a partner det. procedure" or "No Pricing Condition" not as "Contains error" only.

Thanks!