Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Sales Order fetching from COPA

sarbajitm
Contributor
0 Kudos

Hi all,

I have Sales Order and Sales Item with me.I want to check that whether this Sales Order and its Item has been already posted in COPA.I'm trying to check it by using the Select Condition on Ce1xxxx table but it is taking too much time to check.Is there any other way to get the data?

Thanks in advance.

Sarbajit.

1 REPLY 1

Former Member
0 Kudos

Hi,

Make sure you specify the period and fiscal year in your query because the CE* tables are very huge in size.

Similarly you can check Tcode KE24 which gives you COPA postings by line item and you have sales order as a selection parameter.

Also check FM

CATT_COPA_READ_LINE_ITEM

****************************************

COPA_SD_DOCUMENT_ITEM_CREATE

COPA_SD_DOCUMENT_ITEM_POST

COPA_SDTRACE_LOG_GET_ITEMS

COPA_SDTRACE_LOG_SEND_ITEMS

Usually COPA reports are created using internal report painter tool by functional ppl from

SAP Menu->Accounting ->Controlling ->Profitability Analysis ->Information System ->Define Report ->all tool inside it.

Regards,

Amit