cancel
Showing results for 
Search instead for 
Did you mean: 

Adding email message E0012 to transit export declaration

Former Member
0 Kudos

Hello Gurus,


We have requirement of adding message E0012- E-Mail Transit Accompanying Document for transit declaration normal and simple procedures for germany.i was able to maintain configuration so that E0012 will be displayed when transit declaration gets created , however we are receiving in completion error message "attachment transit accompanying document does not exist".

Can you please let me know how this issue can be resolved.

Thanks you

Swathi.

Accepted Solutions (1)

Accepted Solutions (1)

former_member215181
Active Contributor
0 Kudos

Hi Swathi,

The easiest and standard way is to configure the E0012 message to be processed in a subsequent Activity. So the customs response to the M0110 will close the first Activity and open the next one. Then any message type assigned to that Activity will become active and ready to send.

Probably right now you have both messages assigned to the same Activity, and that is causing the problem.

Hope that helps.

Regards,
Dave

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Dave,

I was able to E0012 message for transit declarations , however when we tested , the email message E0012 is not getting updated, can you please let me know settings that needs to be maintained so that email message to be updated after receiving reply from customs.

Thanks in advance,

Best Regards

Swathi.

Former Member
0 Kudos

Hi Dave,

Thank you fro your reply,

Issue has been resolved by adding it in subsequent activities.

Best Regards

Swathi

Former Member
0 Kudos

Hi Dave,

Thank you for you reply,

I did check with abaper and came to know the code is searching for attachment. Normally this message needs to be active after we receive accompanying document from customs, but E0012 is active before receiving reply from customs. Can you please let me know is there anyway to maintain this message type so that E0012 will be triggered/updated after M0110. this is for transit declarations simplified procedure.

Best Regards

Swathi

former_member215181
Active Contributor
0 Kudos

Hi Swathi,

That error message (/SAPSLL/LEGAL_PRN 007) is not used in so many places, so I suggest that you ask your ABAPer to help you set a break-point in the code (my guess would be in program /SAPSLL/LCORE_MAIL_SERVICESF02, but perhaps I'm wrong), and work backwards to see what is happening.

From a quick reading of the code, it looks like the program is finding some messages for your document, but perhaps not the one you want.

Let us know how you get on...

Regards,
Dave