cancel
Showing results for 
Search instead for 
Did you mean: 

Embargo blocked documents are not showing under blocked documents

ravi_gopalan2
Explorer
0 Kudos

We are using 10.1 with non ECC feeder system.  Using API 6800 to load sales orders documents.   When there is a SPL block then it works fine.  When there is an Embargo block and no SPL block the document does not show under embargo blocked documenter under import. 

I have analyzed and found that it is creating CUHDSTA header status as embargo blocked but there is no item level status CUITSTA record for that line item.  All orders are single  line item orders. 

Is it issue for blocked document page or is it due to item status record? 

Any OSS note for this issue or any idea where item status record is getting created on what condition?

Thanks

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ravi,

Check table /SAPSLL/CUIT Field ITREC. This comes from the feeder system and checks whether or not the item is even relevant for checking. It may be the case that CUITSTA-STEMB is not being filled because no check is being performed. If that was the case we could begin to take a look at the blocked document report.

It may depend on what release you are running but the item status is usually set in the below piece of code.

/SAPSLL/SAPLLCC_DOCUMENT_CHECK /  /SAPSLL/LLCC_DOCUMENT_CHECKF02

FORM   / SINGLE_SERVICE_CHECK

*     Prüfung der einzelnen gesetzlichen Grundlagen

     perform legal_regulation_check using    lt_t606g

                                            changing cs_access.

......

CS_ACCESS-STATUS_ITEM

Best Regards,

Eoin

ravi_gopalan2
Explorer
0 Kudos

Eoin,

The ITREC field is checked X.  The issue is it is not creating the CUITSTA record for this item.   The entire status record for the item is missing in these cases. 

Let me try to run it on debug and see. 

Thanks

Ravi

Answers (1)

Answers (1)

Former Member
0 Kudos

Ravi, you mentioned that it's sales orders that you aren't seeing the embargo block for when looking under import.  You'll only see PO embargo blocks within the import section.

If you look up the Export Embargo block, you should see any sales order/deliveries listed there.

derek_yang
Advisor
Advisor

Good point