cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How we can exclude documents that should be excluded from eDocument process?

SAPSupport
Employee
Employee
0 Kudos
426

In e-waybill process we need to exclude some delivery notes from DRC edocument cockpit. There is a process that use the same delivery type but some documents need to include to  edocument cockpit and some documents should be excluded. How we can manage to exclude documents that should be excluded from edocument process?

 


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee

The Standard solution will create an eDocument in the eInvoice node also. If you wish to make it no relevant for eDocument creation, you can use the BAdI EDOC_ADAPTOR_CLOUD.

You need to implement the BadI EDOC_ADAPTOR_CLOUD~IS_RELEVANT where you have to set Relevant Flag to False. Kindly note that you will not be able to use this directly. Make use of embedded steampunk. Kindly take help of your ABAPer. 

 

Use the Link below to get more information on Steampunk-

https://blogs.sap.com/2022/09/05/embedded-steampunk-some-more-details-for-abap-developers/

 

Answers (0)