How to find the deliveries which does not have Carnot and SHPCON

I have a scenario where for some of the deliveries no CARNOT idoc or SHPCON idocs were not been created or went into error, i have verified it in by going to we05 and found there were many idcos in error and some of the idocs were been set to status 68 and they were manually processed by users.  is there any table where i can extract the deliveries which does not have SHPCON idocs created.

hi,
you have to take two steps in this:
first step:
Table EDIDC which contains EDI Control records.
which stores the partner number,partner functions & message types.
2nd step:
take that partners and get deliveries from LIKP table.
regards,
balajia

Similar Messages

Maybe you are looking for

  • Problem print all pages on my HP Laserjet 1320 from my Mac

    I am having a strange printing problem. Happens in almost any program (Mail / Excel /Preview/Word/TextEdit/etc.).   I can ask it to print a one page document.  It spools, the printer flashes.  The computer said it is done but nothing printed.   On th

  • Error in Account related information sections Access denied.(SBL-DAT-00553)

    Hi, I have 2 users, 1 from Spain and the other from Italy. The spanish user is the owner of an account and adds the user from italy to the account team section with full access to the account. The italian user is able to view the account. However the

  • Frieght cost should not loaded on inventory

    Dear SAPERS, We have one scenario that, fright charges should not loaded on Inventory account for that material (means fright cost should not added to material price when price control is MAP) I have copied standard FRC1 conditions and added in my pr

  • Improving performance in a merge between local and remote query

    If you try to merge two queries, one local (e.g. table in Excel) and one remote (table in SQL Server), the entire remote table is loaded in memory in order to apply the NestedJoin condition. This could be very slow. In my case, the goal is to import

  • JTable column headings - how to change after instantiation

    Is there a way to change the column headings on a JTable AFTER is has already been instantiated? I reviewed the JTable, TableModel and TableColumn API's in detail. The only method I found related to this is the 'getColumnName' in TableModel. But ther